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

Change distributed code to use ECMAScript modules #76

Merged
merged 1 commit into from
Mar 23, 2022
Merged

Conversation

jonkoops
Copy link
Collaborator

@jonkoops jonkoops commented Mar 23, 2022

Changes the code to use the ECMAScript module syntax instead of CommonJS. This also updates the tests to use the same syntax. More information on pure ESM packages can be found here.

Note that the changes in url-join.js look big, but this is simply because the indentation has changed a level, the only real change is the usage of the new module syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant