Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Austaras committed Nov 18, 2022
1 parent c1232fd commit 8e0c63d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions crates/swc/tests/fixture/issues-6xxx/6373/output/input.js
@@ -1,10 +1,9 @@
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
var _brand_check_y = new WeakSet(), _tmp;
var x = function x() {
"use strict";
_class_call_check(this, x);
};
var _y = {
writable: true,
value: (_tmp = _brand_check_y.has(x), _brand_check_y.add(x), _tmp)
value: x === x
};
@@ -1,7 +1,6 @@

x Unexpected token `#`. Expected this, import, async, function, [ for array literal, { for object literal, @ for decorator, function, class, null, true, false, number, bigint, string, regexp, `
| for template literal, (, or an identifier
x Expected ident
,-[$DIR/tests/test262-parser/fail/c3731145e0e65d1d.js:1:1]
1 | #=
: ^
: ^
`----

0 comments on commit 8e0c63d

Please sign in to comment.