-
Notifications
You must be signed in to change notification settings - Fork 61
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
ECMAScript support #212
Open
Siilwyn
wants to merge
7
commits into
zspecza:master
Choose a base branch
from
Siilwyn:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ECMAScript support #212
Commits on Jan 30, 2021
-
Set ECMAScript module fields and entry point
Also remove unofficial fields that mark a package as 'ES' and bump build related tooling dependencies to ensure compatibility with the new standard. Since the package scope is now set to module change config files to use ESM or run with CommonJS using the `cjs` extension. Closes zspecza#201
Configuration menu - View commit details
-
Copy full SHA for 68adc67 - Browse repository at this point
Copy the full SHA 68adc67View commit details -
Use
npm ci
to speed up first time installationAlso ensures that exactly the dependencies listed in the lock are used.
Configuration menu - View commit details
-
Copy full SHA for bf03905 - Browse repository at this point
Copy the full SHA bf03905View commit details -
Only clear output directory content
Prevents file listing from jumping in editors.
Configuration menu - View commit details
-
Copy full SHA for 53867a3 - Browse repository at this point
Copy the full SHA 53867a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68b0f3 - Browse repository at this point
Copy the full SHA a68b0f3View commit details
Commits on Feb 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7d5e7f0 - Browse repository at this point
Copy the full SHA 7d5e7f0View commit details -
Replace directory imports with full file paths
A file extension must be provided as per the specification: https://nodejs.org/dist/latest-v14.x/docs/api/esm.html#esm_mandatory_file_extensions
Configuration menu - View commit details
-
Copy full SHA for 946fcbf - Browse repository at this point
Copy the full SHA 946fcbfView commit details
Commits on Mar 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c0ce012 - Browse repository at this point
Copy the full SHA c0ce012View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.