Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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