Releases: denoland/deno_ast
Releases · denoland/deno_ast
0.45.1
- Revert "feat: remove 'explicit resource management' pass" (#291)
- fix: get_leading_comments() should take hashbang into account (#292)
0.45.0
- feat: remove 'explicit resource management' pass (#290)
- perf: pre-allocate text change string capacity (#289)
0.44.0
- feat: use deno_error crate (#288)
0.43.3
- fix: parse cts files as module for now (#287)
0.43.2
- fix: compute whether script (#286)
0.43.1
- fix: ability to specify if transpiling cjs (#284)
0.43.0
- feat: add verbatimModuleSyntax transpile option (#275)
- feat: analyze require calls as dynamic dependencies (#280)
- feat: use
Program
instead of Module
more (#281)
- perf: return a string when transpiling (#283)
0.42.2
- fix:
ImportDeclsToVarDeclsFolder
uses with
keyword (#279)
0.42.1
- fix: preserve camelCased SVG attributes (#278)
- refine parse mode by media type (#277)
0.42.0
- fix(emit): surface diagnostic for invalid left hand side assignment (#271)
- fix: add back
IntoSwcFileName
(#272)
- fix: swc_ecma_ast 0.118.1 (#270)
- fix: swc_ecma_transforms_typescript 0.198 (#274)
- fix: update swc_ecma_transforms_typescript 0.197 (#273)