Skip to content

Releases: denoland/deno_ast

0.46.0

27 Feb 19:23
Compare
Choose a tag to compare
  • feat: upgrade to swc_ecma_parser 10 (#293)

0.45.1

19 Feb 14:26
Compare
Choose a tag to compare
  • Revert "feat: remove 'explicit resource management' pass" (#291)
  • fix: get_leading_comments() should take hashbang into account (#292)

0.45.0

14 Feb 13:31
Compare
Choose a tag to compare
  • feat: remove 'explicit resource management' pass (#290)
  • perf: pre-allocate text change string capacity (#289)

0.44.0

21 Nov 22:14
Compare
Choose a tag to compare
  • feat: use deno_error crate (#288)

0.43.3

31 Oct 17:16
Compare
Choose a tag to compare
  • fix: parse cts files as module for now (#287)

0.43.2

31 Oct 13:32
Compare
Choose a tag to compare
  • fix: compute whether script (#286)

0.43.1

30 Oct 00:16
Compare
Choose a tag to compare
  • fix: ability to specify if transpiling cjs (#284)

0.43.0

28 Oct 18:52
Compare
Choose a tag to compare
  • 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

08 Oct 10:38
Compare
Choose a tag to compare
  • fix: ImportDeclsToVarDeclsFolder uses with keyword (#279)

0.42.1

30 Sep 18:11
Compare
Choose a tag to compare
  • fix: preserve camelCased SVG attributes (#278)
  • refine parse mode by media type (#277)