Releases: remcohaszing/estree-util-module-to-function
Releases · remcohaszing/estree-util-module-to-function
v2.1.2
- 48f2a16 Handle if import attributes are undefined
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
- b15e1ac Define the
Import
type - 9fabcc6 Add support for import attributes
- fd941a8 Enable npm provenance
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- 5aff384 Make sure imports happen before statements
- 8c9c04a Inject
'use strict'
directives - 845c9da Rename
ModuleToFunctionOptions
tomoduleToFunction.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
- Update
@types/estree
to version 1. - Always add a return statement to better match a module.
v1.0.0
Initial release