Releases: denoland/deno_graph
Releases · denoland/deno_graph
0.74.2
- fix: set types specifier for jsxImportSourceTypes (#462)
0.74.1
- fix: update to deno_ast 0.38.1 (#461)
0.74.0
- feat(unstable): add @ts-types and clean up @deno-types (#444)
- feat: support importing from jsr via HTTPS specifiers (except for type checking) (#454)
- fix: upgrade deno_ast 0.38 (#455)
0.73.0
- feat(unstable): add support for @ts-self-types pragma (#445)
- feat: add Dependency::with_new_resolver() (#450)
- feat: add support for @jsxImportSourceTypes pragma (#448)
- feat: add support for passing through JSR specifiers (#449)
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)