@jsenv/core 30.4.0 → 30.4.2
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 -3
- package/dist/babel_helpers/applyDecs2203R/applyDecs2203R.js +355 -388
- package/dist/babel_helpers/applyDecs2301/applyDecs2301.js +575 -0
- package/dist/js/s.js.map +12 -11
- package/dist/js/ws.js +30 -26
- package/dist/main.js +656 -288
- package/package.json +15 -14
- package/src/plugins/transpilation/babel/jsenv_plugin_babel.js +3 -23
package/README.md
CHANGED
|
@@ -7,9 +7,7 @@ It has naturally evolved to cover the core needs of a JavaScript project: develo
|
|
|
7
7
|
- :sparkles: Same tooling for dev, tests and build.
|
|
8
8
|
- :exploding_head: Can execute tests on Chrome, Firefox, Safari and Node.js.
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
https://github.com/jsenv/jsenv-core/wiki
|
|
10
|
+
[Documentation](https://github.com/jsenv/jsenv-core/wiki)
|
|
13
11
|
|
|
14
12
|
# Installation
|
|
15
13
|
|