We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e28f49 commit ca2d563Copy full SHA for ca2d563
src/ExtendedCircomParser.ts
@@ -1,10 +1,10 @@
1
import { Token } from "antlr4";
2
import * as antlr4 from "antlr4";
3
4
+import { ParserErrorItem } from "./types";
5
import { CircomLexer, CircomParser } from "./generated";
6
7
import ErrorListener from "./errors/ErrorListener";
-import { ParserErrorItem } from "./types";
8
9
export class ExtendedCircomParser extends CircomParser {
10
lexer: CircomLexer | null = null;
src/types.ts
@@ -0,0 +1 @@
+export * from "./types/index";
0 commit comments