Skip to content

Releases: denoland/deno_ast

0.37.0

16 Apr 20:32
Compare
Choose a tag to compare
  • feat(BREAKING): consolidate to a single transpile method (#239)
  • fix: do not panic doing scope analysis before emit (#240)

0.36.2

12 Apr 22:09
Compare
Choose a tag to compare
  • feat: add transpile_owned and transpile_owned_with_fallback (#237)
  • feat: return structured error from deno_ast::ParsedSource::transpile (#236)
  • fix: precompile double escape with Fragments (#238)

0.36.1

11 Apr 21:23
Compare
Choose a tag to compare
  • fix: use swc Comment trait for emitting (#235)

0.36.0

11 Apr 19:31
Compare
Choose a tag to compare
  • feat: add Emitter and emit feature (#230)
  • feat: add SourceMap wrapper (#234)
  • fix: revert swc_ecma_parser to 0.143.5 (#233)

0.35.3

11 Apr 02:39
Compare
Choose a tag to compare
  • fix: bump swc_ecma_parser 0.143.13 (#231)

0.35.2

09 Apr 14:16
Compare
Choose a tag to compare
  • fix: tab whitespace not removed in JSXText (#228)
  • fix: update swc_visit 0.5.12 (#229)

0.35.1

05 Apr 14:27
Compare
Choose a tag to compare
  • fix: update to swc_ecma_parser 0.143.12 (#226)

0.35.0

02 Apr 16:47
Compare
Choose a tag to compare
  • feat(BREAKING): EmitOptions - combine inline_source_map and inline_sources (#223)
  • fix: upgrade swc (swc_ecma_parser 0.143.11) (#225)
  • perf(BREAKING): do not emit comments by default (#221)

0.34.2

06 Mar 21:19
Compare
Choose a tag to compare
  • fix(emit): make source_map work (#218)

0.34.1

26 Feb 17:50
Compare
Choose a tag to compare
  • fix: emit computed getter and setter signatures (#214)
  • fix: precompile don't escape component text children (#213)