Skip to content

Releases: denoland/deno_ast

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)

0.42.0

30 Aug 14:23
Compare
Choose a tag to compare
  • 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)

0.41.3

08 Aug 11:44
Compare
Choose a tag to compare
  • fix: do not show blank line diagnostic (#268)
  • fix: upgrade swc_ecma_parser 0.149 (#267)

0.41.2

31 Jul 17:53
Compare
Choose a tag to compare
  • fix: swc_ecma_codegen 0.154.4 (#265)

0.41.1

29 Jul 16:04
Compare
Choose a tag to compare
  • fix: require unicode-width >= 0.1.13 (#264)