Skip to content

Commit

Permalink
Update features.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova authored Aug 2, 2024
1 parent c748bf9 commit a3afb5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -1271,10 +1271,10 @@ var featureInfos =
OBJECT_ARRAY_ENTRIES_CTOR: true,
},
},
SAFARI_10:
SAFARI_10_0:
{
inherits: 'SAFARI_9',
versions: [['10', '11']],
versions: ['10.0'],
includes:
{
ARROW: true,
Expand All @@ -1292,7 +1292,7 @@ var featureInfos =
},
SAFARI_10_1:
{
inherits: 'SAFARI_10',
inherits: 'SAFARI_10_0',
versions: [['10.1',, '11']],
includes: { ASYNC_FUNCTION: true },
},
Expand Down

0 comments on commit a3afb5f

Please sign in to comment.