6utt3rfly / jse-eval

Javascript Expression Evaluator
MIT License
22 stars 7 forks source link

ESM/CJS interop #58

Closed 6utt3rfly closed 2 years ago

6utt3rfly commented 2 years ago

Remove the exports.default entry from package.json to resolve the issue with typescript transpiled to cjs using the ESM (default) module instead of the CJS build as needed

Clean up types, enable commented out tests with newer jsep packages

Fixes #57

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.4.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: