Files
codeql/javascript/extractor/tests/keywords/input/tst.js
Max Schaefer cc216ad250 JavaScript: Buffer recoverable syntax errors during speculative parsing.
Analogous to how we buffer tokens, we need to delay reporting these errors until we have committed to a parse.
2019-02-24 20:45:41 +00:00

3 lines
49 B
JavaScript

for (let i = 0; i < spec.switch.length; i++) {
}