Skip to content

Commit 4f84ddd

Browse files
authored
Discontinue TC39 proposals integrated in ECMAScript (#1988)
This update discontinues a number of former ECMAScript proposals, noting their integration in the latest version of ECMAScript. Fixes #1987.
1 parent 7b4e381 commit 4f84ddd

File tree

1 file changed

+63
-9
lines changed

1 file changed

+63
-9
lines changed

specs.json

Lines changed: 63 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,20 @@
384384
"https://tc39.es/proposal-defer-import-eval/",
385385
"https://tc39.es/proposal-dynamic-code-brand-checks/",
386386
"https://tc39.es/proposal-explicit-resource-management/",
387-
"https://tc39.es/proposal-float16array/",
388-
"https://tc39.es/proposal-import-attributes/",
387+
{
388+
"url": "https://tc39.es/proposal-float16array/",
389+
"standing": "discontinued",
390+
"obsoletedBy": [
391+
"ecmascript"
392+
]
393+
},
394+
{
395+
"url": "https://tc39.es/proposal-import-attributes/",
396+
"standing": "discontinued",
397+
"obsoletedBy": [
398+
"ecmascript"
399+
]
400+
},
389401
"https://tc39.es/proposal-intl-duration-format/",
390402
{
391403
"url": "https://tc39.es/proposal-intl-enumeration/",
@@ -450,28 +462,64 @@
450462
"ecma-402"
451463
]
452464
},
453-
"https://tc39.es/proposal-is-error/",
465+
{
466+
"url": "https://tc39.es/proposal-is-error/",
467+
"standing": "discontinued",
468+
"obsoletedBy": [
469+
"ecmascript"
470+
]
471+
},
454472
{
455473
"url": "https://tc39.es/proposal-is-usv-string/",
456474
"standing": "discontinued",
457475
"obsoletedBy": [
458476
"ecmascript"
459477
]
460478
},
461-
"https://tc39.es/proposal-iterator-helpers/",
462-
"https://tc39.es/proposal-json-modules/",
479+
{
480+
"url": "https://tc39.es/proposal-iterator-helpers/",
481+
"standing": "discontinued",
482+
"obsoletedBy": [
483+
"ecmascript"
484+
]
485+
},
486+
{
487+
"url": "https://tc39.es/proposal-json-modules/",
488+
"standing": "discontinued",
489+
"obsoletedBy": [
490+
"ecmascript"
491+
]
492+
},
463493
"https://tc39.es/proposal-json-parse-with-source/",
464494
"https://tc39.es/proposal-math-sum/",
465-
"https://tc39.es/proposal-promise-try/",
495+
{
496+
"url": "https://tc39.es/proposal-promise-try/",
497+
"standing": "discontinued",
498+
"obsoletedBy": [
499+
"ecmascript"
500+
]
501+
},
466502
{
467503
"url": "https://tc39.es/proposal-promise-with-resolvers/",
468504
"standing": "discontinued",
469505
"obsoletedBy": [
470506
"ecmascript"
471507
]
472508
},
473-
"https://tc39.es/proposal-regex-escaping/",
474-
"https://tc39.es/proposal-regexp-modifiers/",
509+
{
510+
"url": "https://tc39.es/proposal-regex-escaping/",
511+
"standing": "discontinued",
512+
"obsoletedBy": [
513+
"ecmascript"
514+
]
515+
},
516+
{
517+
"url": "https://tc39.es/proposal-regexp-modifiers/",
518+
"standing": "discontinued",
519+
"obsoletedBy": [
520+
"ecmascript"
521+
]
522+
},
475523
{
476524
"url": "https://tc39.es/proposal-resizablearraybuffer/",
477525
"title": "Resizable ArrayBuffer and growable SharedArrayBuffer",
@@ -480,7 +528,13 @@
480528
"ecmascript"
481529
]
482530
},
483-
"https://tc39.es/proposal-set-methods/",
531+
{
532+
"url": "https://tc39.es/proposal-set-methods/",
533+
"standing": "discontinued",
534+
"obsoletedBy": [
535+
"ecmascript"
536+
]
537+
},
484538
"https://tc39.es/proposal-shadowrealm/",
485539
"https://tc39.es/proposal-source-phase-imports/",
486540
{

0 commit comments

Comments
 (0)