Skip to content

Commit

Permalink
update the compat table
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Oct 27, 2021
1 parent fb1fe9e commit 5f558d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/compat/js_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ var jsTable = map[JSFeature]map[Engine][]int{
},
ClassPrivateBrandCheck: {
Chrome: {91},
Edge: {91},
Firefox: {90},
IOS: {15},
Node: {16, 9},
Safari: {15},
},
ClassPrivateField: {
Expand Down Expand Up @@ -394,11 +396,11 @@ var jsTable = map[JSFeature]map[Engine][]int{
},
OptionalChain: {
Chrome: {91},
Edge: {80},
Edge: {91},
ES: {2020},
Firefox: {74},
IOS: {13, 4},
Node: {14, 0},
Node: {16, 9},
Safari: {13, 1},
},
RestArgument: {
Expand Down

0 comments on commit 5f558d4

Please sign in to comment.