@schematize/refs 0.1.5 → 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 (158) hide show
  1. package/.eslintrc.json +36 -36
  2. package/README.md +16 -0
  3. package/browser/document.body.mjs +1 -1
  4. package/browser/document.head.mjs +1 -1
  5. package/browser/fetch.mjs +4 -0
  6. package/browser/localStorage.mjs +4 -0
  7. package/browser/sessionStorage.mjs +4 -0
  8. package/browser/window.history.mjs +1 -1
  9. package/browser/window.location.mjs +1 -1
  10. package/isNaN.mjs +4 -0
  11. package/js/Array.isArray.mjs +1 -1
  12. package/js/Array.prototype.at.call.mjs +5 -0
  13. package/js/Array.prototype.concat.call.mjs +5 -0
  14. package/js/Array.prototype.copyWithin.call.mjs +5 -0
  15. package/js/Array.prototype.entries.call.mjs +5 -0
  16. package/js/Array.prototype.every.call.mjs +5 -0
  17. package/js/Array.prototype.fill.call.mjs +5 -0
  18. package/js/Array.prototype.filter.call.mjs +5 -0
  19. package/js/Array.prototype.find.call.mjs +5 -0
  20. package/js/Array.prototype.findIndex.call.mjs +5 -0
  21. package/js/Array.prototype.findLast.call.mjs +5 -0
  22. package/js/Array.prototype.findLastIndex.call.mjs +5 -0
  23. package/js/Array.prototype.flat.call.mjs +5 -0
  24. package/js/Array.prototype.flatMap.call.mjs +5 -0
  25. package/js/Array.prototype.forEach.call.mjs +5 -0
  26. package/js/Array.prototype.includes.call.mjs +5 -0
  27. package/js/Array.prototype.indexOf.call.mjs +5 -0
  28. package/js/Array.prototype.join.call.mjs +5 -0
  29. package/js/Array.prototype.keys.call.mjs +5 -0
  30. package/js/Array.prototype.lastIndexOf.call.mjs +5 -0
  31. package/js/Array.prototype.map.call.mjs +5 -0
  32. package/js/Array.prototype.mjs +1 -1
  33. package/js/Array.prototype.pop.call.mjs +5 -0
  34. package/js/Array.prototype.push.call.mjs +5 -0
  35. package/js/Array.prototype.reduce.call.mjs +5 -0
  36. package/js/Array.prototype.reduceRight.call.mjs +5 -0
  37. package/js/Array.prototype.reverse.call.mjs +5 -0
  38. package/js/Array.prototype.shift.call.mjs +5 -0
  39. package/js/Array.prototype.slice.call.mjs +5 -0
  40. package/js/Array.prototype.some.call.mjs +5 -0
  41. package/js/Array.prototype.sort.call.mjs +5 -0
  42. package/js/Array.prototype.splice.call.mjs +5 -0
  43. package/js/Array.prototype.toLocaleString.call.mjs +5 -0
  44. package/js/Array.prototype.toString.call.mjs +5 -0
  45. package/js/Array.prototype.unshift.call.mjs +5 -0
  46. package/js/Array.prototype.values.call.mjs +5 -0
  47. package/js/AsyncFunction.mjs +4 -0
  48. package/js/AsyncIterator.mjs +4 -0
  49. package/js/BigInt.mjs +4 -0
  50. package/js/Date.mjs +4 -0
  51. package/js/Function.prototype.mjs +1 -1
  52. package/js/Generator.mjs +4 -0
  53. package/js/GeneratorFunction.mjs +4 -0
  54. package/js/Infinity.mjs +4 -0
  55. package/js/Intl.Collator.mjs +6 -0
  56. package/js/Intl.DateTimeFormat.mjs +6 -0
  57. package/js/Intl.ListFormat.mjs +6 -0
  58. package/js/Intl.Locale.mjs +6 -0
  59. package/js/Intl.NumberFormat.mjs +6 -0
  60. package/js/Intl.PluralRules.mjs +6 -0
  61. package/js/Intl.RelativeTimeFormat.mjs +6 -0
  62. package/js/Intl.mjs +4 -0
  63. package/js/Iterator.mjs +4 -0
  64. package/js/JSON.parse.mjs +1 -1
  65. package/js/JSON.stringify.mjs +1 -1
  66. package/js/Math.E.mjs +1 -1
  67. package/js/Math.LN10.mjs +1 -1
  68. package/js/Math.LN2.mjs +1 -1
  69. package/js/Math.LOG10E.mjs +1 -1
  70. package/js/Math.LOG2E.mjs +1 -1
  71. package/js/Math.PI.mjs +1 -1
  72. package/js/Math.SQRT1_2.mjs +1 -1
  73. package/js/Math.SQRT2.mjs +1 -1
  74. package/js/Math.abs.mjs +1 -1
  75. package/js/Math.acos.mjs +2 -2
  76. package/js/Math.acosh.mjs +1 -1
  77. package/js/Math.asin.mjs +1 -1
  78. package/js/Math.asinh.mjs +1 -1
  79. package/js/Math.atan.mjs +1 -1
  80. package/js/Math.atan2.mjs +1 -1
  81. package/js/Math.atanh.mjs +1 -1
  82. package/js/Math.cbrt.mjs +1 -1
  83. package/js/Math.ceil.mjs +1 -1
  84. package/js/Math.clz32.mjs +1 -1
  85. package/js/Math.cos.mjs +1 -1
  86. package/js/Math.cosh.mjs +1 -1
  87. package/js/Math.exp.mjs +1 -1
  88. package/js/Math.expm1.mjs +1 -1
  89. package/js/Math.floor.mjs +1 -1
  90. package/js/Math.fround.mjs +1 -1
  91. package/js/Math.hypot.mjs +1 -1
  92. package/js/Math.imul.mjs +1 -1
  93. package/js/Math.log.mjs +1 -1
  94. package/js/Math.log10.mjs +1 -1
  95. package/js/Math.log1p.mjs +1 -1
  96. package/js/Math.log2.mjs +1 -1
  97. package/js/Math.max.mjs +1 -1
  98. package/js/Math.min.mjs +1 -1
  99. package/js/Math.pow.mjs +1 -1
  100. package/js/Math.random.mjs +1 -1
  101. package/js/Math.round.mjs +1 -1
  102. package/js/Math.sign.mjs +1 -1
  103. package/js/Math.sin.mjs +1 -1
  104. package/js/Math.sinh.mjs +1 -1
  105. package/js/Math.sqrt.mjs +1 -1
  106. package/js/Math.tanh.mjs +1 -1
  107. package/js/Math.trunc.mjs +1 -1
  108. package/js/NaN.mjs +4 -0
  109. package/js/Object.assign.mjs +1 -1
  110. package/js/Object.create.mjs +1 -1
  111. package/js/Object.defineProperties.mjs +6 -0
  112. package/js/Object.defineProperty.mjs +1 -1
  113. package/js/Object.entries.mjs +6 -0
  114. package/js/Object.freeze.mjs +6 -0
  115. package/js/Object.fromEntries.mjs +6 -0
  116. package/js/Object.getOwnPropertyDescriptor.mjs +1 -1
  117. package/js/Object.getOwnPropertyDescriptors.mjs +6 -0
  118. package/js/Object.getOwnPropertyNames.mjs +6 -0
  119. package/js/Object.getOwnPropertySymbols.mjs +6 -0
  120. package/js/Object.getPrototypeOf.mjs +1 -1
  121. package/js/Object.hasOwn.mjs +6 -0
  122. package/js/Object.is.mjs +6 -0
  123. package/js/Object.isExtensible.mjs +6 -0
  124. package/js/Object.isFrozen.mjs +6 -0
  125. package/js/Object.isSealed.mjs +6 -0
  126. package/js/Object.keys.mjs +1 -1
  127. package/js/Object.preventExtension.mjs +6 -0
  128. package/js/Object.prototype.hasOwnProperty.call.mjs +5 -0
  129. package/js/Object.prototype.isPrototypeOf.call.mjs +5 -0
  130. package/js/Object.prototype.mjs +1 -1
  131. package/js/Object.prototype.propertyIsEnumerable.call.mjs +5 -0
  132. package/js/Object.prototype.toLocaleString.call.mjs +5 -0
  133. package/js/Object.prototype.toString.call.mjs +5 -0
  134. package/js/Object.prototype.valueOf.call.mjs +5 -0
  135. package/js/Object.seal.mjs +6 -0
  136. package/js/Object.setPrototypeOf.mjs +1 -1
  137. package/js/Object.values.mjs +1 -1
  138. package/js/Promise.all.mjs +1 -1
  139. package/js/Promise.allSettled.mjs +1 -1
  140. package/js/Promise.race.mjs +1 -1
  141. package/js/Promise.reject.mjs +1 -1
  142. package/js/Promise.resolve.mjs +1 -1
  143. package/js/Reflect.mjs +4 -0
  144. package/js/RegExp.mjs +4 -0
  145. package/js/Set.mjs +4 -0
  146. package/js/Symbol.for.mjs +1 -1
  147. package/js/WeakSet.mjs +4 -0
  148. package/js/decodeURI.mjs +4 -0
  149. package/js/encodeURI.mjs +4 -0
  150. package/js/isFinite.mjs +4 -0
  151. package/js/isNaN.mjs +4 -0
  152. package/js/parseFloat.mjs +4 -0
  153. package/js/parseInt.mjs +4 -0
  154. package/main.mjs +2 -2
  155. package/package.json +11 -8
  156. package/test.browser.mjs +8 -8
  157. package/test.mjs +118 -0
  158. package/test.js.mjs +0 -42
package/js/Math.asin.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_asin = Math.asin;
5
5
 
package/js/Math.asinh.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_asinh = Math.asinh;
5
5
 
package/js/Math.atan.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_atan = Math.atan;
5
5
 
package/js/Math.atan2.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_atan2 = Math.atan2;
5
5
 
package/js/Math.atanh.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_atanh = Math.atanh;
5
5
 
package/js/Math.cbrt.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_cbrt = Math.cbrt;
5
5
 
package/js/Math.ceil.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_ceil = Math.ceil;
5
5
 
package/js/Math.clz32.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_clz32 = Math.clz32;
5
5
 
package/js/Math.cos.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_cos = Math.cos;
5
5
 
package/js/Math.cosh.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_cosh = Math.cosh;
5
5
 
package/js/Math.exp.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_exp = Math.exp;
5
5
 
package/js/Math.expm1.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_expm1 = Math.expm1;
5
5
 
package/js/Math.floor.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_floor = Math.floor;
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_fround = Math.fround;
5
5
 
package/js/Math.hypot.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_hypot = Math.hypot;
5
5
 
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
 
package/js/NaN.mjs ADDED
@@ -0,0 +1,4 @@
1
+
2
+ const _NaN = NaN;
3
+
4
+ export default _NaN;
@@ -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/Reflect.mjs ADDED
@@ -0,0 +1,4 @@
1
+
2
+ const _Reflect = Reflect;
3
+
4
+ export default _Reflect;
package/js/RegExp.mjs ADDED
@@ -0,0 +1,4 @@
1
+
2
+ const _RegExp = RegExp;
3
+
4
+ export default _RegExp;
package/js/Set.mjs ADDED
@@ -0,0 +1,4 @@
1
+
2
+ const _Set = Set;
3
+
4
+ export default _Set;
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/WeakSet.mjs ADDED
@@ -0,0 +1,4 @@
1
+
2
+ const _WeakSet = WeakSet;
3
+
4
+ export default _WeakSet;
@@ -0,0 +1,4 @@
1
+
2
+ const _decodeURI = decodeURI;
3
+
4
+ export default _decodeURI;
@@ -0,0 +1,4 @@
1
+
2
+ const _encodeURI = encodeURI;
3
+
4
+ export default _encodeURI;
@@ -0,0 +1,4 @@
1
+
2
+ const _isFinite = isFinite;
3
+
4
+ export default _isFinite;
package/js/isNaN.mjs ADDED
@@ -0,0 +1,4 @@
1
+
2
+ const _isNaN = isNaN;
3
+
4
+ export default _isNaN;
@@ -0,0 +1,4 @@
1
+
2
+ const _parseFloat = parseFloat;
3
+
4
+ export default _parseFloat;
@@ -0,0 +1,4 @@
1
+
2
+ const _parseInt = parseInt;
3
+
4
+ export default _parseInt;
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 */