Releases: denoland/deno_ast
Releases · denoland/deno_ast
0.46.0
- feat: upgrade to swc_ecma_parser 10 (#293)
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)