Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser |
Modifier and Type | Method and Description |
---|---|
private Parser |
Parser.createLookaheadParser()
Deprecated.
Creating a lookahead parser often leads to exponential parse times
(see issues #1049, #1115, and #1148 on github) so avoid using this if possible.
|