You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/baselines/reference/scannerUnicodeEscapeInKeyword2.js
+2
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ var \u0079ield = 12; // ok
48
48
function*gen(){
49
49
yield12;//not ok
50
50
}
51
+
export{};
51
52
//// [file2.js]
52
53
varx="hello";// not ok
53
54
var\u{0061}wait=12;// ok
@@ -59,4 +60,5 @@ function* gen() {
59
60
yield12;//not ok
60
61
}
61
62
consta={def\u0061ult: 12};// OK, `default` not in keyword position
63
+
export{};
62
64
// chrome and jsc may still error on this, ref https://bugs.chromium.org/p/chromium/issues/detail?id=993000 and https://bugs.webkit.org/show_bug.cgi?id=200638
0 commit comments