-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathbuiltin.json
More file actions
14 lines (14 loc) · 1.11 KB
/
builtin.json
File metadata and controls
14 lines (14 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"asynciterable": "https://tc39.github.io/ecma262/#sec-asynciterable-interface",
"module namespace object": "https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects",
"null": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures/null",
"undefined": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures/undefined",
"boolean": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures/boolean",
"number": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures/number",
"bigint": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures/bigint",
"string": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures/string",
"symbol": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures/symbol",
"integer": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures/number",
"any": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures/#Data_types",
"this": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/this"
}