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 78fdb72 commit e3f1c7fCopy full SHA for e3f1c7f
test/test_interactive.js
@@ -2,8 +2,6 @@ const _ = require("lodash");
2
const lark = require("../larkjs/lark.js");
3
const assert = require('assert');
4
5
-console.log('lark', lark);
6
-
7
const {
8
InteractiveParser,
9
} = lark;
0 commit comments