Skip to content

Commit

Permalink
Add test for excluding bugfix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 22, 2025
1 parent e432abf commit 5d1689a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class A {
static name = 2;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"targets": { "chrome": 96 },
"presets": [["env", {
"debug": true,
"exclude": ["bugfix/transform-v8-static-class-fields-redefine-readonly"]
}]]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class A {
static name = 2;
}

0 comments on commit 5d1689a

Please sign in to comment.