We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab296d4 commit a16233aCopy full SHA for a16233a
javascript/ql/test/query-tests/LanguageFeatures/SyntaxError/SyntaxError.expected
@@ -1,3 +1,4 @@
1
| arrows.js:1:5:1:5 | Error: Argument name clash | Error: Argument name clash |
2
| destructingPrivate.js:4:6:4:6 | Error: Unexpected token | Error: Unexpected token |
3
+| notFlow.js:1:35:1:35 | Error: Unexpected token | Error: Unexpected token |
4
| tst.js:2:12:2:12 | Error: Unterminated string constant | Error: Unterminated string constant |
javascript/ql/test/query-tests/LanguageFeatures/SyntaxError/notFlow.js
@@ -0,0 +1 @@
+foo ? () => ({}) : (name) => "foo";
0 commit comments