Skip to content

Commit

Permalink
Don't run Babel 8 test with 2023-05 decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 27, 2024
1 parent 1cebf96 commit d73ef3d
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 0 deletions.
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]],
"assumptions": {
"constantSuper": true
Expand Down
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]],
"minNodeVersion": "16.11.0"
}
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [
["proposal-decorators", { "version": "2023-05" }],
"transform-class-properties",
Expand Down
@@ -1,3 +1,4 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["proposal-decorators", { "version": "2023-05" }]]
}

0 comments on commit d73ef3d

Please sign in to comment.