Skip to content

Commit

Permalink
Update compat-table
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 9, 2022
1 parent bbd5f92 commit 379e099
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/babel-compat-data/data/plugins.json
@@ -1,5 +1,6 @@
{
"bugfix/transform-v8-static-class-fields-redefine-readonly": {
"chrome": "98",
"opera": "60",
"edge": "79",
"firefox": "95",
Expand Down
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

COMPAT_TABLE_COMMIT=11c7e1d81049dd0fd765156ba86d61ed8e909a49
COMPAT_TABLE_COMMIT=c184d9a7e3520bb9b820e409c79015f05401095d
GIT_HEAD=build/compat-table/.git/HEAD

if [ -d "build/compat-table" ]; then
Expand Down
@@ -0,0 +1,3 @@
class A {
static name = 2;
}
@@ -0,0 +1,4 @@
{
"targets": { "chrome": 98 },
"presets": ["env"]
}
@@ -0,0 +1,3 @@
class A {
static name = 2;
}
Expand Up @@ -8,7 +8,7 @@ Using targets:
Using modules transform: auto

Using plugins:
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome }
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome < 98 }
proposal-class-static-block { chrome < 94 }
proposal-private-property-in-object { chrome < 91 }
syntax-class-properties
Expand Down
Expand Up @@ -8,7 +8,7 @@ Using targets:
Using modules transform: auto

Using plugins:
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome }
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome < 98 }
proposal-class-static-block { chrome < 94 }
proposal-private-property-in-object { chrome < 91 }
syntax-class-properties
Expand Down
Expand Up @@ -8,7 +8,7 @@ Using targets:
Using modules transform: auto

Using plugins:
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome }
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome < 98 }
proposal-class-static-block { chrome < 94 }
proposal-private-property-in-object { chrome < 91 }
syntax-class-properties
Expand Down
Expand Up @@ -8,7 +8,7 @@ Using targets:
Using modules transform: auto

Using plugins:
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome }
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome < 98 }
proposal-class-static-block { chrome < 94 }
proposal-private-property-in-object { chrome < 91 }
syntax-class-properties
Expand Down
Expand Up @@ -8,7 +8,7 @@ Using targets:
Using modules transform: auto

Using plugins:
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome }
bugfix/transform-v8-static-class-fields-redefine-readonly { chrome < 98 }
proposal-class-static-block { chrome < 94 }
proposal-private-property-in-object { chrome < 91 }
syntax-class-properties
Expand Down

0 comments on commit 379e099

Please sign in to comment.