Releases: denoland/deno_ast
Releases · denoland/deno_ast
0.41.0
- feat: allow specifying a base for source maps (#262)
- perf: upgrade to swc_ecma_parser 0.148 (#263)
0.40.0
- feat: Upgrade swc_* related crates (#260)
- feat: option to force dynamic jsx precompile props (#259)
- fix: treat jsx expr tag names as components (#258)
0.39.2
- fix: update swc for emit named type in mapped types fix (#256)
0.39.1
- fix: strip BOM when parsing (#255)
0.39.0
- feat: support multiple highlights in a single diagnostic snippet (#248)
- feat: support string concat in dynamic import analysis (#251)
- fix(BREAKING): flip
keep_comments
to remove_comments
(#246)
- fix(diagnostics): don't output trailing blank line in display (#249)
- perf(emit): allow deferring or excluding utf8 conversion (#253)
- perf: lazily create
SourceTextInfo
(#254)
- perf: turn off jsx transforms for non-jsx compatible files (#252)
0.38.2
- fix: update swc_ecma_parser to 0.114.1 (#247)
0.38.1
- feat: add source_map_file option for emit (#244)
0.38.0
- fix: upgrade swc for better decorator support and abstract auto-accessors (#243)
0.37.1
- feat: skip serialize option for jsx precompile (#241)
0.37.0
- feat(BREAKING): consolidate to a single
transpile
method (#239)
- fix: do not panic doing scope analysis before emit (#240)