Deno Swc Versions Save

The SWC compiler for Deno.

0.1.4

2 years ago

deno_swc 0.1.4

~3mb WASM binary file size reduction and ~22% improvement in runtime disposal speeds.

  • upgrade to Deno 1.13.1
  • use wasm-bindgen directly for --weak-ref support (LTO is now on)
  • update swc to d6454ad

0.1.2

2 years ago

deno_swc 0.1.2

Reduce Wasm size with lz4 compression. Fixes publishing on nest.land and deno.land/x.

0.1.1

2 years ago

deno_swc 0.1.1

Changes

  • WASM instead of plugins.
  • Bump to std 0.99.0 (#27)
  • Bump swc to d6454ad (#28)

Thanks to @shadowtime2000, @eliassjogreen, @tamusjroyce and @wongjiahau for their contribution in this release.

0.0.5

3 years ago
  • Change in plugin management - #20

0.0.4

3 years ago
  • added more type checks
  • added spack bundler
  • added options params to be passed in parse and print

0.0.3

3 years ago
  • fix e2e test

0.0.2

3 years ago
  • new ast parser
  • added transformer
  • added printer
  • added options to parse

0.0.1

3 years ago
  • feat: extract dependencies
  • feat: parse typescript/javascript