forked from jasder/antlr
PORT_DEBUG fix
This commit is contained in:
parent
7b1059ab6e
commit
c877bee8f1
|
@ -1,3 +1,5 @@
|
|||
PORT_DEBUG = false; // TODO(pboyer) remove
|
||||
|
||||
exports.atn = require('./atn/index');
|
||||
exports.dfa = require('./dfa/index');
|
||||
exports.tree = require('./tree/index');
|
||||
|
|
Loading…
Reference in New Issue