Skip to content

Releases: remcohaszing/estree-util-module-to-function

v2.1.2

13 Apr 14:23
v2.1.2
d0dfca2
Compare
Choose a tag to compare
  • 48f2a16 Handle if import attributes are undefined

Full Changelog: v2.1.1...v2.1.2

v2.1.1

04 Apr 19:12
v2.1.1
c9cae24
Compare
Choose a tag to compare
  • a849143 Define Symbol.toStringTag for return statement
  • cb045d5 Add support for __proto__
  • b27eb33 Add support for ESM literal specifiers
  • f00c019 Use only one name for re-exports
  • c533d48 Fix GitHub action permissions for npm provenance

Full Changelog: v2.1.0...v2.1.1

v2.1.0

30 Mar 13:18
v2.1.0
4ba6224
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.1.0

v2.0.0

29 Mar 16:30
v2.0.0
6cd3876
Compare
Choose a tag to compare
  • 5aff384 Make sure imports happen before statements
  • 8c9c04a Inject 'use strict' directives
  • 845c9da Rename ModuleToFunctionOptions to moduleToFunction.Options
  • dd69f03 Simplify the package.json metadata
  • d590ddc Remove package.json engines
  • 9f964f6 Support declaration maps
  • 9f964f6 Support source maps
  • 5ae534b Remove support for Node.js 18 and lower

Full Changelog: v1.0.1...v2.0.0

v1.0.1

21 Jul 12:04
v1.0.1
3e2cd5f
Compare
Choose a tag to compare
  • Update @types/estree to version 1.
  • Always add a return statement to better match a module.

v1.0.0

24 Jun 12:19
304d899
Compare
Choose a tag to compare

Initial release