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

feat(esm): Rewrite into ES Modules #110

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat(esm): Rewrite into ES Modules #110

wants to merge 1 commit into from

Conversation

MrSwitch
Copy link
Member

@MrSwitch MrSwitch commented Oct 7, 2021

BREAKING CHANGE: This will not be compatible with non-esm projects

  • Converts project to use to ES Modules (ESM)
  • Updates dependencies which work with ESM...
    • node-fetch@3
    • c8 (replaces nyc)
    • nock (replaces mockery)

Todo:

  • Convert samples scripts to use import/export (they currently wont run)
  • Create a new NPM channel for publishing this esm branch

BREAKING CHANGE: This will not be compatible with non-esm projects
@MrSwitch MrSwitch changed the title feat(esm): Rerwite into ES Modules feat(esm): Rewrite into ES Modules Oct 7, 2021
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.

1 participant