Useful information for code completion
This commit is contained in:
parent
a3b27766fa
commit
1b01140354
|
@ -408,6 +408,7 @@ Parser.prototype.consume = function() {
|
|||
} else {
|
||||
node = this._ctx.addTokenNode(o);
|
||||
}
|
||||
node.invokingState = this.state;
|
||||
if (hasListener) {
|
||||
this._parseListeners.map(function(listener) {
|
||||
listener.visitTerminal(node);
|
||||
|
|
Loading…
Reference in New Issue