antlr4
antlr4 copied to clipboard
ruleIndex property missing in ParserRuleContext itypescript type
trafficstars
Typescript type ParserRuleContext is missing property ruleIndex in v4.13.2.
As far as I can tell, this is intended to be part of the public API.
Try the antlr4ng TS runtime, which has all that exported and is generally more feature complete and faster than the standard TS runtime (which is in fact only a JS runtime with types).
Please submit a PR to have this added .