cspell-grammar
Advanced tools
Comparing version 6.2.1 to 6.2.2
export { compileGrammar, tokenizeLine, tokenizeText } from './parser'; | ||
export type { Grammar, GrammarDef, Pattern, Repository } from './parser'; | ||
export { parsers } from './parsers'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.tokenizeText = exports.tokenizeLine = exports.compileGrammar = void 0; | ||
exports.parsers = exports.tokenizeText = exports.tokenizeLine = exports.compileGrammar = void 0; | ||
var parser_1 = require("./parser"); | ||
@@ -8,2 +8,4 @@ Object.defineProperty(exports, "compileGrammar", { enumerable: true, get: function () { return parser_1.compileGrammar; } }); | ||
Object.defineProperty(exports, "tokenizeText", { enumerable: true, get: function () { return parser_1.tokenizeText; } }); | ||
var parsers_1 = require("./parsers"); | ||
Object.defineProperty(exports, "parsers", { enumerable: true, get: function () { return parsers_1.parsers; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cspell-grammar", | ||
"version": "6.2.1", | ||
"version": "6.2.2", | ||
"description": "Grammar parsing support for cspell", | ||
@@ -72,6 +72,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cspell/cspell-pipe": "^6.2.0", | ||
"@cspell/cspell-types": "^6.2.0" | ||
"@cspell/cspell-pipe": "^6.2.2", | ||
"@cspell/cspell-types": "^6.2.2" | ||
}, | ||
"gitHead": "16349d3df44ef6239d043fe5c8f8c47e36de4251" | ||
"gitHead": "b7716e80c39a780f98cde747ad66c55247636621" | ||
} |
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
82111
62
2129
Updated@cspell/cspell-pipe@^6.2.2
Updated@cspell/cspell-types@^6.2.2