Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add group as an omittable field #649

Merged
merged 2 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions feature-group-definitions/array-at.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Array at()
description: Array at() and typed array at() methods
spec: https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.at
snapshot: ecmascript-2022
group:
- arrays
- typed-arrays
status:
baseline: low
baseline_low_date: 2022-03-14
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/array-by-copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.tosorted
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.with
snapshot: ecmascript-2023
group:
- arrays
- typed-arrays
status:
baseline: low
baseline_low_date: 2023-07-04
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/array-copywithin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Array copyWithin()
description: Array copyWithin() and typed array copyWithin() methods
spec: https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.copywithin
snapshot: ecmascript-2015
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-09-30
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/array-fill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.fill
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.fill
snapshot: ecmascript-2015
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-09-01
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/array-find.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.find
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.findindex
snapshot: ecmascript-2015
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-09-01
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/array-findlast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.findlast
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.findlastindex
snapshot: ecmascript-2023
group:
- arrays
- typed-arrays
status:
baseline: low
baseline_low_date: 2022-08-23
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/array-flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flat
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap
snapshot: ecmascript-2019
group: arrays
status:
baseline: high
baseline_low_date: 2020-01-15
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/array-from.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.from
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.of
snapshot: ecmascript-2015
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-09-30
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/array-fromasync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Array.fromAsync()
description: Array.fromAsync() static method
spec: https://tc39.es/proposal-array-from-async/#sec-array.fromAsync
group: arrays
status:
baseline: low
baseline_low_date: 2024-01-23
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/array-includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.includes
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.includes
snapshot: ecmascript-2016
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-12-01
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/array-isarray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Array.isArray()
description: Array.isArray() static method
spec: https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.isarray
snapshot: ecmascript-5
group: arrays
status:
baseline: high
baseline_low_date: 2015-07-28
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/array-iteration-methods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.reduceright
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.some
snapshot: ecmascript-5
group: arrays
status:
baseline: high
baseline_low_date: 2015-07-28
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/array-iterators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.keys
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.values
snapshot: ecmascript-2015
group:
- arrays
- iterators
status:
baseline: high
baseline_low_date: 2016-09-20
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/array-of.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.of
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.of
snapshot: ecmascript-2015
group:
- arrays
- typed-arrays
status:
baseline: high
baseline_low_date: 2015-09-30
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/array-splice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Array splice()
description: Array splice() method
spec: https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.splice
snapshot: ecmascript-2015
group: arrays
status:
baseline: high
baseline_low_date: 2015-07-28
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.unshift
- https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer
snapshot: ecmascript-1
group: arrays
status:
baseline: high
baseline_low_date: 2015-07-28
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.reduceright
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.some
snapshot: ecmascript-2015
group: typed-arrays
status:
baseline: high
baseline_low_date: 2016-03-21
Expand Down
3 changes: 3 additions & 0 deletions feature-group-definitions/typed-array-iterators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.keys
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.values
snapshot: ecmascript-2015
group:
- iterators
- typed-arrays
status:
baseline: high
baseline_low_date: 2016-09-20
Expand Down
1 change: 1 addition & 0 deletions feature-group-definitions/typed-arrays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.tolocalestring
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.tostring
snapshot: ecmascript-2015
group: typed-arrays
status:
baseline: high
baseline_low_date: 2015-07-28
Expand Down
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const monthsFromBaselineLowToHigh = 30;
// They're not part of the public schema (yet).
const omittables = [
"description",
"snapshot"
"snapshot",
"group"
]

function scrub(data: FeatureData) {
Expand Down
Loading