@traqula/chevrotain 1.1.0 → 1.1.7-alpha.0
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 +6 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@traqula/chevrotain)
|
|
4
4
|
|
|
5
|
-
Exports the [Chevrotain](https://chevrotain.io/docs/) package and
|
|
6
|
-
This is NOT a redistribution of Chevrotain,
|
|
5
|
+
Exports the [Chevrotain](https://chevrotain.io/docs/) package and bundles a CJS version.
|
|
6
|
+
This is NOT a redistribution of Chevrotain, nor should a project outside of Traqula depend on this.
|
|
7
7
|
|
|
8
|
-
The reason for
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
The reason for this package is so the transpiled versions of the Traqula packages
|
|
9
|
+
use the same Chevrotain version (instead of duplicating it), adding CJS support since Chevrotain is ESM only.
|
|
10
|
+
The Chevrotain licence (APACHE 2.0) is included.
|
|
11
|
+
The package is licenced as such since I am unsure how licencing works in the case of re-packaging.
|
|
11
12
|
|
|
12
13
|
## Installation
|
|
13
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@traqula/chevrotain",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.0",
|
|
4
|
+
"version": "1.1.7-alpha.0",
|
|
5
5
|
"description": "Bundled Chevrotain re-export for Traqula",
|
|
6
6
|
"lsd:module": true,
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"dts-bundle-generator": "^9.5.1",
|
|
49
49
|
"esbuild": "^0.28.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "0378c691ede3d0716b37743b55be122ce685a8d8"
|
|
52
52
|
}
|