@schematize/refs 0.1.6 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/README.md +16 -0
  2. package/browser/document.body.mjs +1 -1
  3. package/browser/document.head.mjs +1 -1
  4. package/browser/fetch.mjs +4 -0
  5. package/browser/localStorage.mjs +4 -0
  6. package/browser/sessionStorage.mjs +4 -0
  7. package/browser/window.history.mjs +1 -1
  8. package/browser/window.location.mjs +1 -1
  9. package/js/Array.isArray.mjs +1 -1
  10. package/js/Array.prototype.at.call.mjs +5 -0
  11. package/js/Array.prototype.concat.call.mjs +5 -0
  12. package/js/Array.prototype.copyWithin.call.mjs +5 -0
  13. package/js/Array.prototype.entries.call.mjs +5 -0
  14. package/js/Array.prototype.every.call.mjs +5 -0
  15. package/js/Array.prototype.fill.call.mjs +5 -0
  16. package/js/Array.prototype.filter.call.mjs +5 -0
  17. package/js/Array.prototype.find.call.mjs +5 -0
  18. package/js/Array.prototype.findIndex.call.mjs +5 -0
  19. package/js/Array.prototype.findLast.call.mjs +5 -0
  20. package/js/Array.prototype.findLastIndex.call.mjs +5 -0
  21. package/js/Array.prototype.flat.call.mjs +5 -0
  22. package/js/Array.prototype.flatMap.call.mjs +5 -0
  23. package/js/Array.prototype.forEach.call.mjs +5 -0
  24. package/js/Array.prototype.includes.call.mjs +5 -0
  25. package/js/Array.prototype.indexOf.call.mjs +5 -0
  26. package/js/Array.prototype.join.call.mjs +5 -0
  27. package/js/Array.prototype.keys.call.mjs +5 -0
  28. package/js/Array.prototype.lastIndexOf.call.mjs +5 -0
  29. package/js/Array.prototype.map.call.mjs +5 -0
  30. package/js/Array.prototype.mjs +1 -1
  31. package/js/Array.prototype.pop.call.mjs +5 -0
  32. package/js/Array.prototype.push.call.mjs +5 -0
  33. package/js/Array.prototype.reduce.call.mjs +5 -0
  34. package/js/Array.prototype.reduceRight.call.mjs +5 -0
  35. package/js/Array.prototype.reverse.call.mjs +5 -0
  36. package/js/Array.prototype.shift.call.mjs +5 -0
  37. package/js/Array.prototype.slice.call.mjs +5 -0
  38. package/js/Array.prototype.some.call.mjs +5 -0
  39. package/js/Array.prototype.sort.call.mjs +5 -0
  40. package/js/Array.prototype.splice.call.mjs +5 -0
  41. package/js/Array.prototype.toLocaleString.call.mjs +5 -0
  42. package/js/Array.prototype.toString.call.mjs +5 -0
  43. package/js/Array.prototype.unshift.call.mjs +5 -0
  44. package/js/Array.prototype.values.call.mjs +5 -0
  45. package/js/BigInt.mjs +1 -1
  46. package/js/Function.prototype.mjs +1 -1
  47. package/js/Intl.Collator.mjs +1 -1
  48. package/js/Intl.DateTimeFormat.mjs +1 -1
  49. package/js/Intl.ListFormat.mjs +1 -1
  50. package/js/Intl.Locale.mjs +1 -1
  51. package/js/Intl.NumberFormat.mjs +1 -1
  52. package/js/Intl.PluralRules.mjs +1 -1
  53. package/js/Intl.RelativeTimeFormat.mjs +1 -1
  54. package/js/JSON.parse.mjs +1 -1
  55. package/js/JSON.stringify.mjs +1 -1
  56. package/js/Math.E.mjs +1 -1
  57. package/js/Math.LN10.mjs +1 -1
  58. package/js/Math.LN2.mjs +1 -1
  59. package/js/Math.LOG10E.mjs +1 -1
  60. package/js/Math.LOG2E.mjs +1 -1
  61. package/js/Math.PI.mjs +1 -1
  62. package/js/Math.SQRT1_2.mjs +1 -1
  63. package/js/Math.SQRT2.mjs +1 -1
  64. package/js/Math.abs.mjs +1 -1
  65. package/js/Math.acos.mjs +1 -1
  66. package/js/Math.acosh.mjs +1 -1
  67. package/js/Math.asin.mjs +1 -1
  68. package/js/Math.asinh.mjs +1 -1
  69. package/js/Math.atan.mjs +1 -1
  70. package/js/Math.atan2.mjs +1 -1
  71. package/js/Math.atanh.mjs +1 -1
  72. package/js/Math.cbrt.mjs +1 -1
  73. package/js/Math.ceil.mjs +1 -1
  74. package/js/Math.clz32.mjs +1 -1
  75. package/js/Math.cos.mjs +1 -1
  76. package/js/Math.cosh.mjs +1 -1
  77. package/js/Math.exp.mjs +1 -1
  78. package/js/Math.expm1.mjs +1 -1
  79. package/js/Math.floor.mjs +1 -1
  80. package/js/Math.fround.mjs +1 -1
  81. package/js/Math.hypot.mjs +1 -1
  82. package/js/Math.imul.mjs +1 -1
  83. package/js/Math.log.mjs +1 -1
  84. package/js/Math.log10.mjs +1 -1
  85. package/js/Math.log1p.mjs +1 -1
  86. package/js/Math.log2.mjs +1 -1
  87. package/js/Math.max.mjs +1 -1
  88. package/js/Math.min.mjs +1 -1
  89. package/js/Math.pow.mjs +1 -1
  90. package/js/Math.random.mjs +1 -1
  91. package/js/Math.round.mjs +1 -1
  92. package/js/Math.sign.mjs +1 -1
  93. package/js/Math.sin.mjs +1 -1
  94. package/js/Math.sinh.mjs +1 -1
  95. package/js/Math.sqrt.mjs +1 -1
  96. package/js/Math.tanh.mjs +1 -1
  97. package/js/Math.trunc.mjs +1 -1
  98. package/js/Object.assign.mjs +1 -1
  99. package/js/Object.create.mjs +1 -1
  100. package/js/Object.defineProperties.mjs +6 -0
  101. package/js/Object.defineProperty.mjs +1 -1
  102. package/js/Object.entries.mjs +6 -0
  103. package/js/Object.freeze.mjs +6 -0
  104. package/js/Object.fromEntries.mjs +6 -0
  105. package/js/Object.getOwnPropertyDescriptor.mjs +1 -1
  106. package/js/Object.getOwnPropertyDescriptors.mjs +6 -0
  107. package/js/Object.getOwnPropertyNames.mjs +6 -0
  108. package/js/Object.getOwnPropertySymbols.mjs +6 -0
  109. package/js/Object.getPrototypeOf.mjs +1 -1
  110. package/js/Object.hasOwn.mjs +6 -0
  111. package/js/Object.is.mjs +6 -0
  112. package/js/Object.isExtensible.mjs +6 -0
  113. package/js/Object.isFrozen.mjs +6 -0
  114. package/js/Object.isSealed.mjs +6 -0
  115. package/js/Object.keys.mjs +1 -1
  116. package/js/Object.preventExtension.mjs +6 -0
  117. package/js/Object.prototype.hasOwnProperty.call.mjs +5 -0
  118. package/js/Object.prototype.isPrototypeOf.call.mjs +5 -0
  119. package/js/Object.prototype.mjs +1 -1
  120. package/js/Object.prototype.propertyIsEnumerable.call.mjs +5 -0
  121. package/js/Object.prototype.toLocaleString.call.mjs +5 -0
  122. package/js/Object.prototype.toString.call.mjs +5 -0
  123. package/js/Object.prototype.valueOf.call.mjs +5 -0
  124. package/js/Object.seal.mjs +6 -0
  125. package/js/Object.setPrototypeOf.mjs +1 -1
  126. package/js/Object.values.mjs +1 -1
  127. package/js/Promise.all.mjs +1 -1
  128. package/js/Promise.allSettled.mjs +1 -1
  129. package/js/Promise.race.mjs +1 -1
  130. package/js/Promise.reject.mjs +1 -1
  131. package/js/Promise.resolve.mjs +1 -1
  132. package/js/Symbol.for.mjs +1 -1
  133. package/js/isNaN.mjs +4 -0
  134. package/main.mjs +2 -2
  135. package/package.json +11 -8
  136. package/test.browser.mjs +8 -8
  137. package/test.mjs +118 -0
  138. package/test.js.mjs +0 -118
package/js/Math.imul.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_imul = Math.imul;
5
5
 
package/js/Math.log.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_log = Math.log;
5
5
 
package/js/Math.log10.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_log10 = Math.log10;
5
5
 
package/js/Math.log1p.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_log1p = Math.log1p;
5
5
 
package/js/Math.log2.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_log2 = Math.log2;
5
5
 
package/js/Math.max.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_max = Math.max;
5
5
 
package/js/Math.min.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_min = Math.min;
5
5
 
package/js/Math.pow.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_pow = Math.pow;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_random = Math.random;
5
5
 
package/js/Math.round.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_round = Math.round;
5
5
 
package/js/Math.sign.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_sign = Math.sign;
5
5
 
package/js/Math.sin.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_sin = Math.sin;
5
5
 
package/js/Math.sinh.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_sinh = Math.sinh;
5
5
 
package/js/Math.sqrt.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_sqrt = Math.sqrt;
5
5
 
package/js/Math.tanh.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_tanh = Math.tanh;
5
5
 
package/js/Math.trunc.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Math from './Math';
2
+ import Math from './Math.mjs';
3
3
 
4
4
  const _Math_trunc = Math.trunc;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Object from './Object';
2
+ import Object from './Object.mjs';
3
3
 
4
4
  const _Object_assign = Object.assign;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Object from './Object';
2
+ import Object from './Object.mjs';
3
3
 
4
4
  const _Object_create = Object.create;
5
5
 
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_defineProperties = Object.defineProperties;
5
+
6
+ export default _Object_defineProperties;
@@ -1,5 +1,5 @@
1
1
 
2
- import Object from './Object';
2
+ import Object from './Object.mjs';
3
3
 
4
4
  const _Object_defineProperty = Object.defineProperty;
5
5
 
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_entries = Object.entries;
5
+
6
+ export default _Object_entries;
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_freeze = Object.freeze;
5
+
6
+ export default _Object_freeze;
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_fromEntries = Object.fromEntries;
5
+
6
+ export default _Object_fromEntries;
@@ -1,5 +1,5 @@
1
1
 
2
- import Object from './Object';
2
+ import Object from './Object.mjs';
3
3
 
4
4
  const _Object_getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
5
5
 
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors;
5
+
6
+ export default _Object_getOwnPropertyDescriptors;
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_getOwnPropertyNames = Object.getOwnPropertyNames;
5
+
6
+ export default _Object_getOwnPropertyNames;
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_getOwnPropertySymbols = Object.getOwnPropertySymbols;
5
+
6
+ export default _Object_getOwnPropertySymbols;
@@ -1,5 +1,5 @@
1
1
 
2
- import Object from './Object';
2
+ import Object from './Object.mjs';
3
3
 
4
4
  const _Object_getPrototypeOf = Object.getPrototypeOf;
5
5
 
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_hasOwn = Object.hasOwn;
5
+
6
+ export default _Object_hasOwn;
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_is = Object.is;
5
+
6
+ export default _Object_is;
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_isExtensible = Object.isExtensible;
5
+
6
+ export default _Object_isExtensible;
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_isFrozen = Object.isFrozen;
5
+
6
+ export default _Object_isFrozen;
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_isSealed = Object.isSealed;
5
+
6
+ export default _Object_isSealed;
@@ -1,5 +1,5 @@
1
1
 
2
- import Object from './Object';
2
+ import Object from './Object.mjs';
3
3
 
4
4
  const _Object_keys = Object.keys;
5
5
 
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_preventExtension = Object.preventExtension;
5
+
6
+ export default _Object_preventExtension;
@@ -0,0 +1,5 @@
1
+ import _Object_prototype from './Object.prototype.mjs';
2
+
3
+ const _Object_prototype_hasOwnProperty_call = _Object_prototype.hasOwnProperty.call.bind(_Object_prototype.hasOwnProperty);
4
+
5
+ export default _Object_prototype_hasOwnProperty_call;
@@ -0,0 +1,5 @@
1
+ import _Object_prototype from './Object.prototype.mjs';
2
+
3
+ const _Object_prototype_isPrototypeOf_call = _Object_prototype.isPrototypeOf.call.bind(_Object_prototype.isPrototypeOf);
4
+
5
+ export default _Object_prototype_isPrototypeOf_call;
@@ -1,5 +1,5 @@
1
1
 
2
- import Object from './Object';
2
+ import Object from './Object.mjs';
3
3
 
4
4
  const _Object_prototype = Object.prototype;
5
5
 
@@ -0,0 +1,5 @@
1
+ import _Object_prototype from './Object.prototype.mjs';
2
+
3
+ const _Object_prototype_propertyIsEnumerable_call = _Object_prototype.propertyIsEnumerable.call.bind(_Object_prototype.propertyIsEnumerable);
4
+
5
+ export default _Object_prototype_propertyIsEnumerable_call;
@@ -0,0 +1,5 @@
1
+ import _Object_prototype from './Object.prototype.mjs';
2
+
3
+ const _Object_prototype_toLocaleString_call = _Object_prototype.toLocaleString.call.bind(_Object_prototype.toLocaleString);
4
+
5
+ export default _Object_prototype_toLocaleString_call;
@@ -0,0 +1,5 @@
1
+ import _Object_prototype from './Object.prototype.mjs';
2
+
3
+ const _Object_prototype_toString_call = _Object_prototype.toString.call.bind(_Object_prototype.toString);
4
+
5
+ export default _Object_prototype_toString_call;
@@ -0,0 +1,5 @@
1
+ import _Object_prototype from './Object.prototype.mjs';
2
+
3
+ const _Object_prototype_valueOf_call = _Object_prototype.valueOf.call.bind(_Object_prototype.valueOf);
4
+
5
+ export default _Object_prototype_valueOf_call;
@@ -0,0 +1,6 @@
1
+
2
+ import Object from './Object.mjs';
3
+
4
+ const _Object_seal = Object.seal;
5
+
6
+ export default _Object_seal;
@@ -1,5 +1,5 @@
1
1
 
2
- import Object from './Object';
2
+ import Object from './Object.mjs';
3
3
 
4
4
  const _Object_setPrototypeOf = Object.setPrototypeOf;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Object from './Object';
2
+ import Object from './Object.mjs';
3
3
 
4
4
  const _Object_values = Object.values;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Promise from './Promise';
2
+ import Promise from './Promise.mjs';
3
3
 
4
4
  const _Promise_all = Promise.all;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Promise from './Promise';
2
+ import Promise from './Promise.mjs';
3
3
 
4
4
  const _Promise_allSettled = Promise.allSettled;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Promise from './Promise';
2
+ import Promise from './Promise.mjs';
3
3
 
4
4
  const _Promise_race = Promise.race;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Promise from './Promise';
2
+ import Promise from './Promise.mjs';
3
3
 
4
4
  const _Promise_reject = Promise.reject;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Promise from './Promise';
2
+ import Promise from './Promise.mjs';
3
3
 
4
4
  const _Promise_resolve = Promise.resolve;
5
5
 
package/js/Symbol.for.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import Symbol from './Symbol';
2
+ import Symbol from './Symbol.mjs';
3
3
 
4
4
  const _Symbol_for = Symbol.for;
5
5
 
package/js/isNaN.mjs ADDED
@@ -0,0 +1,4 @@
1
+
2
+ const _isNaN = isNaN;
3
+
4
+ export default _isNaN;
package/main.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable no-unused-vars */
3
3
 
4
4
  // browser
5
- import window from './browser/window';
6
- import document from './browser/document';
5
+ import window from './browser/window.mjs';
6
+ import document from './browser/document.mjs';
7
7
 
8
8
  /* eslint-enable no-unused-vars */
package/package.json CHANGED
@@ -1,21 +1,25 @@
1
1
  {
2
2
  "name": "@schematize/refs",
3
- "version": "0.1.6",
3
+ "version": "0.1.19",
4
4
  "description": "A list of references to built-ins, native objects, etc.",
5
5
  "author": "Benjamin Bytheway",
6
6
  "license": "MIT",
7
+ "repository": "git@github.com:Schematize/refs.git",
7
8
  "type": "module",
8
9
  "main": "main.mjs",
10
+ "exports": {
11
+ "./browser/*": "./browser/*",
12
+ "./js/*": "./js/*"
13
+ },
9
14
  "scripts": {
10
15
  "test": "npm run eslint && npm run test-js",
11
16
  "eslint": "./node_modules/.bin/eslint . --ext js,mjs",
12
17
  "test-all": "node --experimental-modules --es-module-specifier-resolution=node main.mjs",
13
18
  "test-browser": "node --experimental-modules --es-module-specifier-resolution=node test.browser.mjs",
14
- "test-js": "node --experimental-modules --es-module-specifier-resolution=node test.js.mjs"
15
- },
16
- "repository": {
17
- "type": "git",
18
- "url": "git+https://github.com/Schematize/refs.git"
19
+ "test-js": "node --experimental-modules --es-module-specifier-resolution=node test.js.mjs",
20
+ "publish": "npm run publish-npm && npm run publish-github",
21
+ "publish-npm": "npm publish --registry https://registry.npmjs.org --access public",
22
+ "publish-github": "npm publish --registry https://npm.pkg.github.com --access public"
19
23
  },
20
24
  "keywords": [
21
25
  "built-ins",
@@ -26,8 +30,7 @@
26
30
  "url": "https://github.com/Schematize/refs/issues"
27
31
  },
28
32
  "homepage": "https://github.com/Schematize/refs#readme",
29
- "dependencies": {},
30
33
  "devDependencies": {
31
- "eslint": "^6.8.0"
34
+ "eslint": "^9.37.0"
32
35
  }
33
36
  }
package/test.browser.mjs CHANGED
@@ -2,13 +2,13 @@
2
2
  /* eslint-disable no-unused-vars */
3
3
 
4
4
  // browser
5
- import cancelAnimationFrame from './browser/cancelAnimationFrame';
6
- import document from './browser/document';
7
- import _document_body from './browser/document.body';
8
- import _document_head from './browser/document.head';
9
- import requestAnimationFrame from './browser/requestAnimationFrame';
10
- import window from './browser/window';
11
- import _window_location from './browser/window.location';
12
- import _window_history from './browser/window.history';
5
+ import cancelAnimationFrame from './browser/cancelAnimationFrame.mjs';
6
+ import document from './browser/document.mjs';
7
+ import _document_body from './browser/document.body.mjs';
8
+ import _document_head from './browser/document.head.mjs';
9
+ import requestAnimationFrame from './browser/requestAnimationFrame.mjs';
10
+ import window from './browser/window.mjs';
11
+ import _window_location from './browser/window.location.mjs';
12
+ import _window_history from './browser/window.history.mjs';
13
13
 
14
14
  /* eslint-enable no-unused-vars */
package/test.mjs ADDED
@@ -0,0 +1,118 @@
1
+
2
+ /* eslint-disable no-unused-vars */
3
+
4
+ // js
5
+ import _Array_isArray from './js/Array.isArray.mjs';
6
+ import _Array from './js/Array.mjs';
7
+ import _Array_prototype from './js/Array.prototype.mjs';
8
+ import _AsyncFunction from './js/AsyncFunction.mjs';
9
+ import _AsyncIterator from './js/AsyncIterator.mjs';
10
+ import _BigInt from './js/BigInt.mjs';
11
+ import _Boolean from './js/Boolean.mjs';
12
+ import _Date from './js/Date.mjs';
13
+ import _Error from './js/Error.mjs';
14
+ import _Function from './js/Function.mjs';
15
+ import _Function_prototype from './js/Function.prototype.mjs';
16
+ import _Generator from './js/Generator.mjs';
17
+ import _GeneratorFunction from './js/GeneratorFunction.mjs';
18
+ import _Infinity from './js/Infinity.mjs';
19
+ import _Intl_Collator from './js/Intl.Collator.mjs';
20
+ import _Intl_DateTimeFormat from './js/Intl.DateTimeFormat.mjs';
21
+ import _Intl_ListFormat from './js/Intl.ListFormat.mjs';
22
+ import _Intl_Locale from './js/Intl.Locale.mjs';
23
+ import _Intl_NumberFormat from './js/Intl.NumberFormat.mjs';
24
+ import _Intl_PluralRules from './js/Intl.PluralRules.mjs';
25
+ import _Intl_RelativeTimeFormat from './js/Intl.RelativeTimeFormat.mjs';
26
+ import _Intl from './js/Intl.mjs';
27
+ import _Iterator from './js/Iterator.mjs';
28
+ import _JSON from './js/JSON.mjs';
29
+ import _JSON_parse from './js/JSON.parse.mjs';
30
+ import _JSON_stringify from './js/JSON.stringify.mjs';
31
+ import _Map from './js/Map.mjs';
32
+ import _Math_E from './js/Math.E.mjs';
33
+ import _Math_LN10 from './js/Math.LN10.mjs';
34
+ import _Math_LN2 from './js/Math.LN2.mjs';
35
+ import _Math_LOG10E from './js/Math.LOG10E.mjs';
36
+ import _Math_LOG2E from './js/Math.LOG2E.mjs';
37
+ import _Math_PI from './js/Math.PI.mjs';
38
+ import _Math_SQRT1_2 from './js/Math.SQRT1_2.mjs';
39
+ import _Math_SQRT2 from './js/Math.SQRT2.mjs';
40
+ import _Math_abs from './js/Math.abs.mjs';
41
+ import _Math_acos from './js/Math.acos.mjs';
42
+ import _Math_acosh from './js/Math.acosh.mjs';
43
+ import _Math_asin from './js/Math.asin.mjs';
44
+ import _Math_asinh from './js/Math.asinh.mjs';
45
+ import _Math_atan from './js/Math.atan.mjs';
46
+ import _Math_atan2 from './js/Math.atan2.mjs';
47
+ import _Math_atanh from './js/Math.atanh.mjs';
48
+ import _Math_cbrt from './js/Math.cbrt.mjs';
49
+ import _Math_ceil from './js/Math.ceil.mjs';
50
+ import _Math_clz32 from './js/Math.clz32.mjs';
51
+ import _Math_cos from './js/Math.cos.mjs';
52
+ import _Math_cosh from './js/Math.cosh.mjs';
53
+ import _Math_exp from './js/Math.exp.mjs';
54
+ import _Math_expm1 from './js/Math.expm1.mjs';
55
+ import _Math_floor from './js/Math.floor.mjs';
56
+ import _Math_fround from './js/Math.fround.mjs';
57
+ import _Math_hypot from './js/Math.hypot.mjs';
58
+ import _Math_imul from './js/Math.imul.mjs';
59
+ import _Math_log from './js/Math.log.mjs';
60
+ import _Math_log10 from './js/Math.log10.mjs';
61
+ import _Math_log1p from './js/Math.log1p.mjs';
62
+ import _Math_log2 from './js/Math.log2.mjs';
63
+ import _Math_max from './js/Math.max.mjs';
64
+ import _Math_min from './js/Math.min.mjs';
65
+ import _Math from './js/Math.mjs';
66
+ import _Math_pow from './js/Math.pow.mjs';
67
+ import _Math_random from './js/Math.random.mjs';
68
+ import _Math_round from './js/Math.round.mjs';
69
+ import _Math_sign from './js/Math.sign.mjs';
70
+ import _Math_sin from './js/Math.sin.mjs';
71
+ import _Math_sinh from './js/Math.sinh.mjs';
72
+ import _Math_sqrt from './js/Math.sqrt.mjs';
73
+ import _Math_tanh from './js/Math.tanh.mjs';
74
+ import _Math_trunc from './js/Math.trunc.mjs';
75
+ import _NaN from './js/NaN.mjs';
76
+ import _Number from './js/Number.mjs';
77
+ import _Object_assign from './js/Object.assign.mjs';
78
+ import _Object_create from './js/Object.create.mjs';
79
+ import _Object_defineProperty from './js/Object.defineProperty.mjs';
80
+ import _Object_getOwnPropertyDescriptor from './js/Object.getOwnPropertyDescriptor.mjs';
81
+ import _Object_getPrototypeOf from './js/Object.getPrototypeOf.mjs';
82
+ import _Object_keys from './js/Object.keys.mjs';
83
+ import _Object from './js/Object.mjs';
84
+ import _Object_prototype from './js/Object.prototype.mjs';
85
+ import _Object_setPrototypeOf from './js/Object.setPrototypeOf.mjs';
86
+ import _Object_values from './js/Object.values.mjs';
87
+ import _Promise_all from './js/Promise.all.mjs';
88
+ import _Promise_allSettled from './js/Promise.allSettled.mjs';
89
+ import _Promise from './js/Promise.mjs';
90
+ import _Promise_race from './js/Promise.race.mjs';
91
+ import _Promise_reject from './js/Promise.reject.mjs';
92
+ import _Promise_resolve from './js/Promise.resolve.mjs';
93
+ import _Proxy from './js/Proxy.mjs';
94
+ import _Reflect from './js/Reflect.mjs';
95
+ import _RegExp from './js/RegExp.mjs';
96
+ import _Set from './js/Set.mjs';
97
+ import _String from './js/String.mjs';
98
+ import _Symbol_for from './js/Symbol.for.mjs';
99
+ import _Symbol from './js/Symbol.mjs';
100
+ import _TypeError from './js/TypeError.mjs';
101
+ import _WeakMap from './js/WeakMap.mjs';
102
+ import _WeakSet from './js/WeakSet.mjs';
103
+ import _clearInterval from './js/clearInterval.mjs';
104
+ import _clearTimeout from './js/clearTimeout.mjs';
105
+ import _decodeURI from './js/decodeURI.mjs';
106
+ import _decodeURIComponent from './js/decodeURIComponent.mjs';
107
+ import _encodeURI from './js/encodeURI.mjs';
108
+ import _encodeURIComponent from './js/encodeURIComponent.mjs';
109
+ import _isFinite from './js/isFinite.mjs';
110
+ import _null from './js/null.mjs';
111
+ import _parseFloat from './js/parseFloat.mjs';
112
+ import _parseInt from './js/parseInt.mjs';
113
+ import _queueMicrotask from './js/queueMicrotask.mjs';
114
+ import _setInterval from './js/setInterval.mjs';
115
+ import _setTimeout from './js/setTimeout.mjs';
116
+ import _undefined from './js/undefined.mjs';
117
+
118
+ /* eslint-enable no-unused-vars */