Releases: denoland/deno_ast
Releases · denoland/deno_ast
0.37.0
- feat(BREAKING): consolidate to a single
transpile
method (#239)
- fix: do not panic doing scope analysis before emit (#240)
0.36.2
- 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
- fix: use swc
Comment
trait for emitting (#235)
0.36.0
- 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
- fix: bump swc_ecma_parser 0.143.13 (#231)
0.35.2
- fix: tab whitespace not removed in JSXText (#228)
- fix: update swc_visit 0.5.12 (#229)
0.35.1
- fix: update to swc_ecma_parser 0.143.12 (#226)
0.35.0
- 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
- fix(emit): make source_map work (#218)
0.34.1
- fix: emit computed getter and setter signatures (#214)
- fix: precompile don't escape component text children (#213)