Skip to content
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
28 changes: 0 additions & 28 deletions features/draft/spec/console.yml

This file was deleted.

68 changes: 0 additions & 68 deletions features/draft/spec/console.yml.dist

This file was deleted.

5 changes: 3 additions & 2 deletions features/draft/spec/ecmascript.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-10-10
draft_date: 2024-10-17
name: ECMAScript Language Specification
description: TODO
spec: https://tc39.es/ecma262/multipage/
Expand Down Expand Up @@ -34,7 +34,6 @@ compat_features:
- javascript.builtins.DataView.setUint8
- javascript.builtins.Error.Error.options_cause_parameter
- javascript.builtins.Error.cause
- javascript.builtins.Float16Array.Float16Array
- javascript.builtins.Map.@@species
- javascript.builtins.Object
- javascript.builtins.Object.Object
Expand Down Expand Up @@ -425,6 +424,8 @@ compat_features:
# - javascript.builtins.WeakRef
# - javascript.builtins.WeakRef.WeakRef
# - javascript.builtins.WeakRef.deref
# - Float16Array:
# - javascript.builtins.Float16Array.Float16Array
# - Typed arrays (initial support):
# - javascript.builtins.Float32Array
# - javascript.builtins.Float32Array.Float32Array
Expand Down
20 changes: 10 additions & 10 deletions features/draft/spec/ecmascript.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: low
baseline_low_date: 2023-03-27
support:
firefox: "129"
firefox_android: "129"
chrome: "94"
chrome_android: "94"
edge: "94"
firefox: "93"
firefox_android: "93"
safari: "16.4"
safari_ios: "16.4"
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
Expand Down Expand Up @@ -711,6 +717,7 @@ compat_features:
# safari_ios: "16"
- javascript.classes.public_class_fields

# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2023-03-27
# support:
Expand All @@ -722,10 +729,3 @@ compat_features:
# safari: "16.4"
# safari_ios: "16.4"
- javascript.classes.static_initialization_blocks

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# firefox: "129"
# firefox_android: "129"
- javascript.builtins.Float16Array.Float16Array
4 changes: 3 additions & 1 deletion features/draft/spec/webgpu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-09-09
draft_date: 2024-10-17
name: WebGPU
description: TODO
spec: https://gpuweb.github.io/gpuweb/
Expand Down Expand Up @@ -34,6 +34,8 @@ compat_features:
- api.GPUCanvasContext
- api.GPUCanvasContext.canvas
- api.GPUCanvasContext.configure
- api.GPUCanvasContext.configure.toneMapping
- api.GPUCanvasContext.getConfiguration
- api.GPUCanvasContext.getCurrentTexture
- api.GPUCanvasContext.unconfigure
- api.GPUCommandBuffer
Expand Down
16 changes: 13 additions & 3 deletions features/draft/spec/webgpu.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

status:
baseline: false
support:
chrome: "127"
edge: "127"
support: {}
compat_features:
# baseline: false
# support:
Expand Down Expand Up @@ -260,6 +258,13 @@ compat_features:
# edge: "127"
- api.GPUAdapter.info

# baseline: false
# support:
# chrome: "129"
# chrome_android: "129"
# edge: "129"
- api.GPUCanvasContext.configure.toneMapping

# baseline: false
# support:
# chrome: "113"
Expand All @@ -281,3 +286,8 @@ compat_features:
- api.WGSLLanguageFeatures.keys
- api.WGSLLanguageFeatures.size
- api.WGSLLanguageFeatures.values

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- api.GPUCanvasContext.getConfiguration