Releases: denoland/deno_graph
Releases · denoland/deno_graph
0.72.0
- fix(fast_check): support import equals (#446)
0.71.5
- fix: update for deno_ast changes (#441)
0.71.4
- feat: ability to remove from a
ParsedSourceStore
(#439)
- fix(fast_check): better handling of non-optional parameters with an initializer (#440)
0.71.3
- fix(fast_check): ts private property with
declare
should not keep non-null assertion (#436)
0.71.2
- fix(fast_check): correctly handle rest parameters (#435)
0.71.1
- fix: make fast check
WalkOption
name more clear (#434)
- fix: store multi-threaded comments in the dts fast check module (#433)
0.71.0
- feat:
follow_fast_check_modules
option for conditional walking of fast check modules (#431)
- fix(fast_check): properly handle rest parameters in overloads (#432)
- fix: jsr specifiers sometimes not resolved in dynamic imports (#430)
0.70.0
- feat: upgrade deno_ast to 0.35.0 (#427)
- fix(fast_check): should not surface errors for external modules (#425)
0.69.10
- fix(analyzer): skip hashbang comment (#421)
- fix(fast_check): use
as never
instead of as any
(#424)
- fix(fast_check_dts): ensure top level non-exported functions have
declare
keyword (#423)
0.69.9
- fix(fast_check): better ambient tracking (#415)
- fix(fast_check): better property output (#416)
- fix(fast_check): better support for auto accessors (#417)
- fix(fast_check): handle ts private methods better (#414)