Created
September 28, 2018 21:18
-
-
Save thiagoarrais/67e95b031b2ed5c7d9b9af7fe2ba578a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # TEST_ONLY=parser make test-only | |
| BABEL_ENV=test ./scripts/test.sh | |
| PASS packages/babel-parser/test/plugin-options.js | |
| PASS packages/babel-parser/test/expressions.js | |
| PASS packages/babel-parser/test/estree-throws.js (73.707s) | |
| FAIL packages/babel-parser/test/index.js (73.312s) | |
| ● experimental/pipeline operator/proposal smart topic style, await | |
| SyntaxError: experimental/pipeline-operator/proposal-smart-topic-style,-await/input.js: Unexpected token, expected ";" (1:17) | |
| 3891 | var loc = getLineInfo(this.input, pos); | |
| 3892 | message += " (" + loc.line + ":" + loc.column + ")"; | |
| > 3893 | var err = new SyntaxError(message); | |
| 3894 | err.pos = pos; | |
| 3895 | err.loc = loc; | |
| 3896 | | |
| at Parser.raise (packages/babel-parser/lib/index.js:3893:15) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment