Skip to content

Commit

Permalink
Archive @babel/plugin-syntax-class-properties (#13232)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Apr 29, 2021
1 parent 437a6f3 commit 910b1f2
Show file tree
Hide file tree
Showing 79 changed files with 74 additions and 255 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": ["proposal-class-properties", "syntax-class-properties"],
"plugins": ["proposal-class-properties"],
"assumptions": {
"setPublicClassFields": true
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"validateLogs": true,
"plugins": [
["proposal-class-properties", { "loose": true }],
"syntax-class-properties"
],
"plugins": [["proposal-class-properties", { "loose": true }]],
"assumptions": {
"setPublicClassFields": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"transform-destructuring",
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"transform-destructuring",
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties",
"transform-exponentiation-operator"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties",
"transform-async-to-generator"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins": ["transform-arrow-functions", "syntax-class-properties"]
"plugins": ["transform-arrow-functions"]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins": ["transform-arrow-functions", "syntax-class-properties"],
"plugins": ["transform-arrow-functions"],
"throws": "Unable to transform arrow inside class property"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins": ["transform-arrow-functions", "syntax-class-properties"]
"plugins": ["transform-arrow-functions"]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins": ["transform-arrow-functions", "syntax-class-properties"],
"plugins": ["transform-arrow-functions"],
"throws": "Unable to transform arrow inside class property"
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"minNodeVersion": "6.0.0",
"plugins": [
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
]
"plugins": ["proposal-class-properties", "transform-block-scoping"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"plugins": [
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
],
"throws": "Destructuring to a super field is not supported yet."
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"plugins": [
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
],
"throws": "Destructuring to a super field is not supported yet."
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"plugins": [
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
],
"throws": "Destructuring to a super field is not supported yet."
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"plugins": [
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
],
"throws": "Destructuring to a super field is not supported yet."
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
["proposal-class-properties", { "loose": true }],
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins": ["proposal-class-static-block", "syntax-class-properties"],
"plugins": ["proposal-class-static-block"],
"minNodeVersion": "12.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
["proposal-private-methods", { "loose": true }],
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
"proposal-private-methods",
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"plugins": [
"proposal-private-methods",
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
],
"assumptions": {
"constantSuper": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
"proposal-private-methods",
"proposal-class-properties",
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
["proposal-private-methods", { "loose": true }],
["proposal-class-properties", { "loose": true }],
"transform-block-scoping",
"syntax-class-properties"
"transform-block-scoping"
]
}
Loading

0 comments on commit 910b1f2

Please sign in to comment.