Comparing version 3.0.80 to 3.0.81
{ | ||
"name": "esm", | ||
"version": "3.0.80", | ||
"version": "3.0.81", | ||
"description": "Tomorrow's ECMAScript modules today!", | ||
@@ -5,0 +5,0 @@ "keywords": "commonjs, ecmascript, export, import, modules, node, require", |
@@ -6,4 +6,3 @@ # esm | ||
See the release [post](https://medium.com/web-on-the-edge/tomorrows-es-modules-today-c53d29ac448c) | ||
:book: and [video](https://www.youtube.com/watch?v=JcZ-FzfDq8A#t=5) :movie_camera: | ||
for all the details. | ||
and [video](https://www.youtube.com/watch?v=JcZ-FzfDq8A#t=5) for all the details. | ||
@@ -93,3 +92,3 @@ Install | ||
### :package: Bundling | ||
### Bundling | ||
@@ -102,3 +101,3 @@ * Add a “module” field to `package.json` with the path to the main ES module. | ||
### :wrench: Extensions | ||
### Extensions | ||
@@ -108,3 +107,3 @@ * Enable ESM syntax for [`wallaby.js`](https://wallabyjs.com/) following their | ||
### :truck: Loading | ||
### Loading | ||
@@ -135,5 +134,4 @@ * The [`jasmine`](https://jasmine.github.io/) test runner does not have a | ||
:reminder_ribbon: When using a package’s “require” option remember that, | ||
per Node’s rules, the builtin `require` function cannot sideload `.mjs` files. | ||
:bulb: By Node’s rules, builtin `require` cannot sideload `.mjs` files. | ||
However, with `esm`, ES modules can be sideloaded as `.js` files or `.mjs` | ||
files can be loaded with dynamic `import`. | ||
files may be loaded with dynamic `import`. |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
262286
133