Skip to content

Releases: denoland/deno_ast

0.31.5

16 Nov 14:26
Compare
Choose a tag to compare
  • fix: add back accidentally removed export for swc::dep_graph (#192)

0.31.4

16 Nov 00:18
Compare
Choose a tag to compare
  • feat(dep_graph): make some types serializable (#186)
  • feat(dep_graph): template literal analysis (#188)
  • feat: move back swc_ecma_dep_graph into deno_ast (#185)
  • fix(transform): error on missing using init (#183)
  • fix: only optimize known boolean jsx attrs (#184)
  • fix: update swc_ecma_parser 0.141.22 (#189)

0.31.3

01 Nov 13:10
Compare
Choose a tag to compare
  • fix: ensure newline before inline sourcemap (#182)

0.31.2

31 Oct 12:42
f9d6dab
Compare
Choose a tag to compare

All fixes and improvements for precompile_jsx (no public API changes).

  • feat: insert jsx tpl after last import statement (#171)
  • feat: jsx ensure dynamic values are escaped (#178)
  • feat: merge serializable jsx children (#173)
  • feat: optimize boolean attr handling (#174)
  • feat: serialize numeric jsx attribute values (#172)
  • fix: drop development for precompile JSX transform (#179)
  • fix: drop unnecessary whitespace (#169)
  • fix: jsx templates added before imports (#175)
  • fix: jsx templates added before imports (#176)
  • fix: multiline JSX string conversion to string (#167)
  • fix: negative numeric JSX attributes not inlined (#177)
  • fix: non-identifier properties not quoted (#168)
  • fix: whitespace for single component child (#170)

0.31.1

25 Oct 13:36
Compare
Choose a tag to compare
  • fix: duplicate template index (#166)

0.31.0

24 Oct 19:25
Compare
Choose a tag to compare
  • feat: precompile JSX to string transform (#162)
  • fix: jsx component props being normalized (#165)

0.30.2

23 Oct 23:45
Compare
Choose a tag to compare
  • fix: ensure var_decl_imports transform occurs before TypeScript pass (#164)

0.30.1

23 Oct 21:46
Compare
Choose a tag to compare
  • fix: const enums weren't transpiled correctly (#163)

0.30.0

19 Oct 02:21
Compare
Choose a tag to compare
  • fix: upgrade to swc_ecma_parser 0.141 (#161)

0.29.5

02 Oct 00:13
Compare
Choose a tag to compare
  • fix: actually fix var_decl_imports with jsx automatic (#159)