build(dev-deps): add chevrotain as a devDependencies

This commit is contained in:
Reda Al Sulais
2023-11-03 22:24:54 +03:00
parent 7765afa7da
commit fe2e46fe60
4 changed files with 8 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
import type { GrammarAST, Stream, TokenBuilderOptions } from 'langium';
import type { TokenType } from '../chevrotainWrapper.js';
import type { TokenType } from 'chevrotain';
import { DefaultTokenBuilder } from 'langium';