Skip to content

Commit

Permalink
fix: update runtime compat data (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: ascorbic <[email protected]>
  • Loading branch information
github-actions[bot] and ascorbic authored Aug 1, 2024
1 parent dbbc8d3 commit 9192569
Show file tree
Hide file tree
Showing 9 changed files with 276 additions and 275 deletions.
56 changes: 28 additions & 28 deletions generator/runtimes/bun/data.json

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions generator/runtimes/deno/data.json

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions generator/runtimes/edge-light/data.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions generator/runtimes/fastly/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@
"code": "\"Math\" in self && \"f16round\" in Math",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.Date",
Expand Down Expand Up @@ -3871,55 +3871,55 @@
"code": "\"Set\" in self && \"difference\" in Set.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.Set.intersection",
"info": {
"code": "\"Set\" in self && \"intersection\" in Set.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.Set.isDisjointFrom",
"info": {
"code": "\"Set\" in self && \"isDisjointFrom\" in Set.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.Set.isSubsetOf",
"info": {
"code": "\"Set\" in self && \"isSubsetOf\" in Set.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.Set.isSupersetOf",
"info": {
"code": "\"Set\" in self && \"isSupersetOf\" in Set.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.Set.symmetricDifference",
"info": {
"code": "\"Set\" in self && \"symmetricDifference\" in Set.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.Set.union",
"info": {
"code": "\"Set\" in self && \"union\" in Set.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.WeakMap",
Expand Down Expand Up @@ -3953,7 +3953,7 @@
"exposure": "Window"
},
"result": false,
"message": "WeakMap key Symbol() must be an object or an unregistered symbol"
"message": "WeakMap key Symbol() must be an object"
},
{
"name": "javascript.builtins.WeakMap.WeakMap",
Expand Down Expand Up @@ -4028,7 +4028,7 @@
"exposure": "Window"
},
"result": false,
"message": "WeakSet value Symbol() must be an object or an unregistered symbol"
"message": "WeakSet value Symbol() must be an object"
},
{
"name": "javascript.builtins.WeakSet.WeakSet",
Expand Down Expand Up @@ -4086,7 +4086,7 @@
"code": "(function () {\n function construct(options) {\n new ArrayBuffer(8, options);\n }\n return bcd.testOptionParam(construct, null, \"maxByteLength\", 16);\n})();\n",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.ArrayBuffer.@@species",
Expand Down Expand Up @@ -4118,23 +4118,23 @@
"code": "\"ArrayBuffer\" in self && \"maxByteLength\" in ArrayBuffer.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.ArrayBuffer.resizable",
"info": {
"code": "\"ArrayBuffer\" in self && \"resizable\" in ArrayBuffer.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.ArrayBuffer.resize",
"info": {
"code": "\"ArrayBuffer\" in self && \"resize\" in ArrayBuffer.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.ArrayBuffer.slice",
Expand Down Expand Up @@ -4457,15 +4457,15 @@
"code": "\"DataView\" in self && \"getFloat16\" in DataView.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.DataView.setFloat16",
"info": {
"code": "\"DataView\" in self && \"setFloat16\" in DataView.prototype",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.Atomics",
Expand Down Expand Up @@ -5360,16 +5360,16 @@
"code": "\"Float16Array\" in self",
"exposure": "Window"
},
"result": false
"result": true
},
{
"name": "javascript.builtins.Float16Array.Float16Array",
"info": {
"code": "(function () {\n if (!(\"Float16Array\" in self)) {\n return { result: false, message: \"Float16Array is not defined\" };\n }\n return bcd.testConstructor(\"Float16Array\", false);\n})();\n",
"exposure": "Window"
},
"result": false,
"message": "Float16Array is not defined"
"result": true,
"message": "Constructor passed with no errors"
},
{
"name": "javascript.builtins.InternalError",
Expand Down Expand Up @@ -86611,7 +86611,7 @@
"exposure": "Window"
},
"result": null,
"message": "threw Error: No backend specified for request with url https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico-coA. Must provide a `backend` property on the `init` object passed to either `new Request()` or `fetch`"
"message": "threw Error: No backend specified for request with url https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico. Must provide a `backend` property on the `init` object passed to either `new Request()` or `fetch`"
},
{
"name": "api.ReadableStream.pipeThrough",
Expand Down Expand Up @@ -86706,5 +86706,5 @@
]
},
"extensions": [],
"userAgent": "!! fastly/3.16.0"
"userAgent": "!! fastly/3.19.0"
}
Loading

0 comments on commit 9192569

Please sign in to comment.