Skip to content

Commit

Permalink
fix: missing ios15 in top level await (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 authored Aug 30, 2022
1 parent 63b5757 commit 324a390
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 @@ -690,6 +690,7 @@ var jsTable = map[JSFeature]map[Engine][]versionRange{
Edge: {{start: v{89, 0, 0}}},
ES: {{start: v{2022, 0, 0}}},
Firefox: {{start: v{89, 0, 0}}},
IOS: {{start: v{15, 0, 0}}},
Node: {{start: v{14, 8, 0}}},
Opera: {{start: v{75, 0, 0}}},
Safari: {{start: v{15, 0, 0}}},
Expand Down
1 change: 1 addition & 0 deletions scripts/compat-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ mergeVersions('TopLevelAwait', {
chrome89: true,
edge89: true,
firefox89: true,
ios15: true,
node14_8: true,
opera75: true,
safari15: true,
Expand Down

0 comments on commit 324a390

Please sign in to comment.