Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to ESM entry point, modernize dependencies for v4 #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mourner
Copy link
Member

@mourner mourner commented Mar 30, 2022

  • Switch the package to type: module, exposing an ESM-only entry point for Node.
  • Update TypeScript typings to annotate the module rather than the UMD bundle.
  • Drop transpilation and minification of the legacy UMD bundle (JSDelivr / Skypack handle this on their own).
  • Drop nyc in favor of c8 for better test coverage analysis.
  • To be releases as semver-major (v4.0.0).

@DenisCarriere would you mind taking a look at this? I'm not well versed in TS nuances.

@tdillon tdillon mentioned this pull request Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant