5 lines
No EOL
264 B
JavaScript
5 lines
No EOL
264 B
JavaScript
// needs a separate module as this is required inside chevrotain productive code
|
|
// and also in the entry point for webpack(api.ts).
|
|
// A separate file avoids cyclic dependencies and webpack errors.
|
|
export var VERSION = "7.1.1";
|
|
//# sourceMappingURL=version.js.map
|