File tree Expand file tree Collapse file tree 6 files changed +7
-1
lines changed
feature-group-definitions Expand file tree Collapse file tree 6 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Array at()
2
2
spec : https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at
3
+ snapshot : ecmascript-2022
3
4
status :
4
5
baseline : low
5
6
baseline_low_date : 2022-03-14
Original file line number Diff line number Diff line change 1
1
name : Array flat() and flatMap()
2
2
caniuse : array-flat
3
3
spec : https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat
4
+ snapshot : ecmascript-2019
4
5
status :
5
6
baseline : high
6
7
baseline_low_date : 2020-01-15
Original file line number Diff line number Diff line change 1
1
name : Async functions
2
2
spec : https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions
3
3
caniuse : async-functions
4
+ snapshot : ecmascript-2017
4
5
status :
5
6
baseline : high
6
7
baseline_low_date : 2017-04-05
Original file line number Diff line number Diff line change 1
1
name : BigInt
2
2
spec : https://tc39.es/ecma262/multipage/numbers-and-dates.html#sec-bigint-objects
3
3
caniuse : bigint
4
+ snapshot : ecmascript-2020
4
5
status :
5
6
baseline : high
6
7
baseline_low_date : 2020-09-16
Original file line number Diff line number Diff line change 1
1
name : Classes
2
2
caniuse : es6-class
3
3
spec : https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-class-definitions
4
+ snapshot : ecmascript-2015
4
5
status :
5
6
baseline : high
6
7
baseline_low_date : 2017-03-27
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ const monthsFromBaselineLowToHigh = 30;
13
13
// Some FeatureData keys aren't (and may never) be ready for publishing.
14
14
// They're not part of the public schema (yet).
15
15
const omittables = [
16
- "description"
16
+ "description" ,
17
+ "snapshot"
17
18
]
18
19
19
20
function scrub ( data : FeatureData ) {
You can’t perform that action at this time.
0 commit comments