Skip to content

Commit

Permalink
fix #2247: add top-level-await compat for opera (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed May 15, 2022
1 parent 7abb7d8 commit 7009dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/compat/js_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ var jsTable = map[JSFeature]map[Engine][]versionRange{
ES: {{start: v{2022, 0, 0}}},
Firefox: {{start: v{89, 0, 0}}},
Node: {{start: v{14, 8, 0}}},
Opera: {{start: v{75, 0, 0}}},
Safari: {{start: v{15, 0, 0}}},
},
TypeofExoticObjectIsObject: {
Expand Down
1 change: 1 addition & 0 deletions scripts/compat-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ mergeVersions('TopLevelAwait', {
edge89: true,
firefox89: true,
node14_8: true,
opera75: true,
safari15: true,
})

Expand Down

0 comments on commit 7009dc7

Please sign in to comment.