Skip to content

Commit 60b6934

Browse files
author
fetch-info bot
committed
[data] Update spec info
1 parent 2af7c7a commit 60b6934

File tree

3 files changed

+70
-2
lines changed

3 files changed

+70
-2
lines changed

index.json

+68
Original file line numberDiff line numberDiff line change
@@ -4961,6 +4961,40 @@
49614961
],
49624962
"standing": "good"
49634963
},
4964+
{
4965+
"url": "https://tc39.es/proposal-defer-import-eval/",
4966+
"seriesComposition": "full",
4967+
"shortname": "tc39-defer-import-eval",
4968+
"series": {
4969+
"shortname": "tc39-defer-import-eval",
4970+
"currentSpecification": "tc39-defer-import-eval",
4971+
"title": "Deferred Imports Evaluation",
4972+
"shortTitle": "Deferred Imports Evaluation",
4973+
"nightlyUrl": "https://tc39.es/proposal-defer-import-eval/"
4974+
},
4975+
"organization": "Ecma International",
4976+
"groups": [
4977+
{
4978+
"name": "TC39",
4979+
"url": "https://tc39.es/"
4980+
}
4981+
],
4982+
"nightly": {
4983+
"url": "https://tc39.es/proposal-defer-import-eval/",
4984+
"status": "Editor's Draft",
4985+
"alternateUrls": [],
4986+
"repository": "https://github.com/tc39/proposal-defer-import-eval",
4987+
"sourcePath": "spec.emu",
4988+
"filename": "index.html"
4989+
},
4990+
"title": "Deferred Imports Evaluation",
4991+
"source": "spec",
4992+
"shortTitle": "Deferred Imports Evaluation",
4993+
"categories": [
4994+
"browser"
4995+
],
4996+
"standing": "good"
4997+
},
49644998
{
49654999
"url": "https://tc39.es/proposal-dynamic-code-brand-checks/",
49665000
"seriesComposition": "full",
@@ -5560,6 +5594,40 @@
55605594
],
55615595
"standing": "good"
55625596
},
5597+
{
5598+
"url": "https://tc39.es/proposal-math-sum/",
5599+
"seriesComposition": "full",
5600+
"shortname": "tc39-math-sum",
5601+
"series": {
5602+
"shortname": "tc39-math-sum",
5603+
"currentSpecification": "tc39-math-sum",
5604+
"title": "Math.sumPrecise",
5605+
"shortTitle": "Math.sumPrecise",
5606+
"nightlyUrl": "https://tc39.es/proposal-math-sum/"
5607+
},
5608+
"organization": "Ecma International",
5609+
"groups": [
5610+
{
5611+
"name": "TC39",
5612+
"url": "https://tc39.es/"
5613+
}
5614+
],
5615+
"nightly": {
5616+
"url": "https://tc39.es/proposal-math-sum/",
5617+
"status": "Editor's Draft",
5618+
"alternateUrls": [],
5619+
"repository": "https://github.com/tc39/proposal-math-sum",
5620+
"sourcePath": "spec.html",
5621+
"filename": "index.html"
5622+
},
5623+
"title": "Math.sumPrecise",
5624+
"source": "spec",
5625+
"shortTitle": "Math.sumPrecise",
5626+
"categories": [
5627+
"browser"
5628+
],
5629+
"standing": "good"
5630+
},
55635631
{
55645632
"url": "https://tc39.es/proposal-promise-try/",
55655633
"seriesComposition": "full",

packages/browser-specs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-specs",
3-
"version": "4.39.1",
3+
"version": "4.40.0",
44
"description": "Curated list of technical Web specifications that are directly implemented or that will be implemented by Web browsers.",
55
"repository": {
66
"type": "git",

packages/web-specs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-specs",
3-
"version": "3.41.1",
3+
"version": "3.42.0",
44
"description": "Curated list of technical Web specifications",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)