w3c/browser-specs

Add tc39-regex-escaping

browser-specs-bot opened this issue · 2 comments

URL

https://tc39.es/proposal-regex-escaping/

Rationale

Additional properties

{}

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! 😎