diff --git a/source-map.bs b/source-map.bs index 1dcef34..707a578 100644 --- a/source-map.bs +++ b/source-map.bs @@ -44,7 +44,7 @@ spec:infra; type:dfn; for:list; text:for each
-urlPrefix:https://tc39.es/ecma262/#; type:dfn; spec:ecmascript +urlPrefix:https://tc39.es/ecma262/#; type:dfn; spec:ECMA-262 url:sec-lexical-and-regexp-grammars; text:tokens url:table-line-terminator-code-points; text:line terminator code points url:sec-white-space; text: white space code points @@ -124,13 +124,6 @@ urlPrefix:https://webassembly.github.io/spec/core/; type:dfn; spec:wasm "status": "archive", "title": "Give your eval a name with //@ sourceURL" }, - "ECMA-262": { - "href": "https://tc39.es/ecma262/", - "id": "esma262", - "publisher": "ECMA", - "status": "Standards Track", - "title": "ECMAScript® Language Specification" - }, "V2Format": { "href": "https://docs.google.com/document/d/1xi12LrcqjqIHTtZzrzZKmQ3lbTv9mKrN076UB-j3UZQ/edit?hl=en_US", "publisher": "Google", @@ -259,8 +252,8 @@ References {#references}Normative References
-
- \[ECMASCRIPT] -
- ECMAScript Language Specification. URL: https://tc39.es/ecma262/multipage/ +
- \[ECMA-262] +
- ECMAScript® Language Specification. Standards Track. URL: https://tc39.es/ecma262/
- \[ENCODING]
- Anne van Kesteren. Encoding Standard. Living Standard. URL: https://encoding.spec.whatwg.org/
- \[FETCH] @@ -276,8 +269,6 @@ References {#references}
- \[BASE64]
- The Base16, Base32, and Base64 Data Encodings. Standards Track. URL: https://www.ietf.org/rfc/rfc4648.txt -
- \[ECMA-262] -
- ECMAScript® Language Specification. Standards Track. URL: https://tc39.es/ecma262/
- \[EvalSourceURL]
- Give your eval a name with //@ sourceURL. archive. URL: https://web.archive.org/web/20120814122523/http://blog.getfirebug.com/2009/08/11/give-your-eval-a-name-with-sourceurl/
- \[V2Format]