Change8

v0.25.2

📦 esbuild
2 features🐛 1 fixes🔧 3 symbols

Summary

This release adds support for regex flags in the plugin API, introduces basic support for index source maps, and fixes a syntax error in Node.js CommonJS export annotations.

✨ New Features

  • Support for JavaScript regular expression flags (e.g., /i) in the plugin API 'filter' option, translating them to Go regex flags.
  • Basic support for index source maps (concatenated source maps with offset information).

🐛 Bug Fixes

  • Fixed a syntax error in Node-specific CommonJS annotations when using string literal export names that are not valid identifiers.

🔧 Affected Symbols

plugin.filtermodule.exportssource-map