-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
249 additions
and
110 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,94 @@ You can use `node run.mjs` after `npm install` to run and update the tests below | |
|
||
### esbuild (`[email protected]`) | ||
|
||
✅ All checks passed | ||
<details> | ||
<summary>❌ 16 checks failed (click for details)</summary> | ||
|
||
``` | ||
❌ Field decorators: Shim (instance field) | ||
Code: this instanceof Foo2 | ||
Expected: true | ||
Observed: false | ||
❌ Field decorators: Shim (instance field) | ||
Code: this instanceof Foo2 | ||
Expected: true | ||
Observed: false | ||
❌ Field decorators: Shim (instance field) | ||
Code: log + "" | ||
Expected: "false,false,123,true,false," | ||
Observed: "false,false,123,false,false," | ||
❌ Field decorators: Shim (static field) | ||
Code: this | ||
Expected: class | ||
Observed: [object global] | ||
❌ Field decorators: Shim (static field) | ||
Code: this | ||
Expected: class | ||
Observed: [object global] | ||
❌ Field decorators: Shim (static field) | ||
Code: log + "" | ||
Expected: "false,false,123,true,false," | ||
Observed: "false,false,123,false,false," | ||
❌ Field decorators: Shim (private instance field) | ||
Code: this instanceof Foo2 | ||
Expected: true | ||
Observed: false | ||
❌ Field decorators: Shim (private instance field) | ||
Code: this instanceof Foo2 | ||
Expected: true | ||
Observed: false | ||
❌ Field decorators: Shim (private instance field) | ||
Code: log + "" | ||
Expected: "false,false,123,true,false," | ||
Observed: "false,false,123,false,false," | ||
❌ Field decorators: Shim (private static field) | ||
Code: this | ||
Expected: class | ||
Observed: [object global] | ||
❌ Field decorators: Shim (private static field) | ||
Code: this | ||
Expected: class | ||
Observed: [object global] | ||
❌ Field decorators: Shim (private static field) | ||
Code: log + "" | ||
Expected: "false,false,123,true,false," | ||
Observed: "false,false,123,false,false," | ||
❌ Auto-accessor decorators: Shim (instance auto-accessor) | ||
Code: this instanceof Foo2 | ||
Expected: true | ||
Observed: false | ||
❌ Auto-accessor decorators: Shim (static auto-accessor) | ||
Code: this | ||
Expected: class | ||
Observed: [object global] | ||
❌ Auto-accessor decorators: Shim (private instance auto-accessor) | ||
Code: this instanceof Foo2 | ||
Expected: true | ||
Observed: false | ||
❌ Auto-accessor decorators: Shim (private static auto-accessor) | ||
Code: this | ||
Expected: class | ||
Observed: [object global] | ||
❌ 16 checks failed | ||
``` | ||
|
||
</details> | ||
|
||
### Babel (`@babel/[email protected]`) | ||
|
||
|
This file contains 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
Oops, something went wrong.