Add tc39-regex-escaping
browser-specs-bot opened this issue · 2 comments
browser-specs-bot commented
URL
https://tc39.es/proposal-regex-escaping/
Rationale
- See repository: tc39/proposal-regex-escaping
- Would-be shortname:
tc39-regex-escaping
Additional properties
{}
browser-specs-bot commented
Changes to index.json
This update would trigger the following changes in index.json
:
Add spec (1)
{
"url": "https://tc39.es/proposal-regex-escaping/",
"seriesComposition": "full",
"shortname": "tc39-regex-escaping",
"series": {
"shortname": "tc39-regex-escaping",
"currentSpecification": "tc39-regex-escaping",
"title": "RegExp.escape",
"shortTitle": "RegExp.escape",
"nightlyUrl": "https://tc39.es/proposal-regex-escaping/"
},
"organization": "Ecma International",
"groups": [
{
"name": "TC39",
"url": "https://tc39.es/"
}
],
"nightly": {
"url": "https://tc39.es/proposal-regex-escaping/",
"status": "Editor's Draft",
"alternateUrls": [],
"repository": "https://github.com/tc39/proposal-regex-escaping",
"sourcePath": "spec.emu",
"filename": "index.html"
},
"title": "RegExp.escape",
"source": "spec",
"shortTitle": "RegExp.escape",
"categories": [
"browser"
],
"standing": "good"
}
Tests
These changes look good! 😎
tidoust commented