Skip to content

2.15.0

Latest

Choose a tag to compare

@lahmatiy lahmatiy released this 09 Jul 13:55
  • Added experimental support for bundled source code imports via with, e.g. import code from './path/to/module.js' with { type: 'text', bundle: 'esm' }, which allows importing source code as text to use for Web Workers.
  • Bumped esbuild to ^0.28.1
  • Changed Node.js support for >=18.0.0