Minor cleanups

This commit is contained in:
Sidharth Vinod
2024-05-21 22:24:04 +05:30
parent ca2c112c9a
commit aa63f320f8
5 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
import jison from 'jison';
export const transformJison = (src: string): string => {
// @ts-ignore - Jison is not typed properly
const parser = new jison.Generator(src, {
moduleType: 'js',
'token-stack': true,