@jsenv/core 38.4.3 → 38.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/jsenv_core.js +3283 -3283
- package/package.json +7 -8
- package/src/build/build.js +1 -1
- package/src/build/build_specifier_manager.js +1 -1
- package/src/build/build_urls_generator.js +1 -1
- package/src/build/start_build_server.js +1 -1
- package/src/dev/start_dev_server.js +1 -1
- package/src/helpers/command/command.js +1 -1
- package/src/kitchen/errors.js +3 -4
- package/src/kitchen/kitchen.js +1 -1
- package/src/kitchen/url_graph/references.js +2 -2
- package/src/kitchen/url_graph/url_graph_report.js +3 -4
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ The core tools provided by jsenv:
|
|
|
25
25
|
- Versioning during build is robust and <a href="https://bundlers.tooling.report/hashing/avoid-cascade/" target="_blank">avoids cascading hash changes</a><sup>↗</sup>
|
|
26
26
|
- Advanced support of top level await, allowing to use it everywhere
|
|
27
27
|
- Advanced support of web workers including worker type module
|
|
28
|
-
- Unlock js module features on a
|
|
28
|
+
- Unlock [js module features on a classic `<script>`](<https://github.com/jsenv/core/wiki/G)-Plugins#22-asjsclassic>).
|
|
29
29
|
|
|
30
30
|
# Demos
|
|
31
31
|
|