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.
This PR contains the following updates:
3.0.80
->3.1.0
By merging this PR, the issue #79 will be automatically resolved and closed:
Release Notes
standard-things/esm (esm)
v3.1.0
Compare Source
options.wasm
__global__
has already been declared” errors (#671)esm
passes all applicable test262 compliance testsesm
works with globally installedtink
(#702)esm
works withlit-node
(#679)esm
works with Node--use-strict
and avoids CSP errors in Electron (#607)module.id
ofesm
is string before using it (#681)-p
or-e
flagsimport
support in Electron (#692)fs.realpathSync.native
detection (#646)options.mainFields
support (#693)options.await
to Node 10+console
andReflect
(#675)v3.0.84
Compare Source
esm
paths aren’t reloaded when preloading modulesv3.0.83
Compare Source
ESM_DISABLE_CACHE
environment variable (#595)esm
are reloadedesm
doesn’t trigger unsafe-eval CSP errors (#601).js
files are found before.mjs
files withoptions.cjs.paths
v3.0.82
Compare Source
inspector
doesn’t throw initialization errors in workers (#591)esm
cache more portable (#586)v3.0.81
Compare Source
yield
insertions are not stored in cache files (#585)