Current section

Files

Jump to
spellweaver priv bun node_modules cspell-grammar dist parser grammar.js
Raw

priv/bun/node_modules/cspell-grammar/dist/parser/grammar.js

import { normalizeGrammar } from './grammarNormalizer.js';
export function compileGrammar(grammar) {
return normalizeGrammar(grammar);
}
//# sourceMappingURL=grammar.js.map