@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/README.md CHANGED
@@ -1,2 +1,18 @@
1
1
  # refs
2
2
  A list of references to built-ins, native objects, etc. This helps with minification and makes code smaller.
3
+
4
+ ## Installation
5
+
6
+ ```
7
+ npm install @schematize/refs
8
+ ```
9
+
10
+ ## Usage
11
+
12
+ To use, simply import the variable that you would like to reference.
13
+
14
+ ```
15
+ import Object from '@schematize/refs/js/Object.mjs';
16
+ ```
17
+
18
+ If you are using a bundler like rollup.js, you can use this reference across multiple modules and the resulting bundle will only contain 1 variable reference rather than a separate variable refernece for each module.
@@ -1,5 +1,5 @@
1
1
 
2
- import document from './document';
2
+ import document from './document.mjs';
3
3
 
4
4
  const _document_body = document.body;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import document from './document';
2
+ import document from './document.mjs';
3
3
 
4
4
  const _document_head = document.head;
5
5
 
@@ -0,0 +1,4 @@
1
+
2
+ const _fetch = fetch;
3
+
4
+ export default _fetch;
@@ -0,0 +1,4 @@
1
+
2
+ const _localStorage = localStorage;
3
+
4
+ export default _localStorage;
@@ -0,0 +1,4 @@
1
+
2
+ const _sessionStorage = sessionStorage;
3
+
4
+ export default _sessionStorage;
@@ -1,5 +1,5 @@
1
1
 
2
- import window from './window';
2
+ import window from './window.mjs';
3
3
 
4
4
  const _window_history = window.history;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import window from './window';
2
+ import window from './window.mjs';
3
3
 
4
4
  const _window_location = window.location;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Array from './Array';
2
+ import Array from './Array.mjs';
3
3
 
4
4
  const _Array_isArray = Array.isArray;
5
5
 
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_at_call = _Array_prototype.at.call.bind(_Array_prototype.at);
4
+
5
+ export default _Array_prototype_at_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_concat_call = _Array_prototype.concat.call.bind(_Array_prototype.concat);
4
+
5
+ export default _Array_prototype_concat_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_copyWithin_call = _Array_prototype.copyWithin.call.bind(_Array_prototype.copyWithin);
4
+
5
+ export default _Array_prototype_copyWithin_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_entries_call = _Array_prototype.entries.call.bind(_Array_prototype.entries);
4
+
5
+ export default _Array_prototype_entries_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_every_call = _Array_prototype.every.call.bind(_Array_prototype.every);
4
+
5
+ export default _Array_prototype_every_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_fill_call = _Array_prototype.fill.call.bind(_Array_prototype.fill);
4
+
5
+ export default _Array_prototype_fill_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_filter_call = _Array_prototype.filter.call.bind(_Array_prototype.filter);
4
+
5
+ export default _Array_prototype_filter_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_find_call = _Array_prototype.find.call.bind(_Array_prototype.find);
4
+
5
+ export default _Array_prototype_find_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_findIndex_call = _Array_prototype.findIndex.call.bind(_Array_prototype.findIndex);
4
+
5
+ export default _Array_prototype_findIndex_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_findLast_call = _Array_prototype.findLast.call.bind(_Array_prototype.findLast);
4
+
5
+ export default _Array_prototype_findLast_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_findLastIndex_call = _Array_prototype.findLastIndex.call.bind(_Array_prototype.findLastIndex);
4
+
5
+ export default _Array_prototype_findLastIndex_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_flat_call = _Array_prototype.flat.call.bind(_Array_prototype.flat);
4
+
5
+ export default _Array_prototype_flat_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_flatMap_call = _Array_prototype.flatMap.call.bind(_Array_prototype.flatMap);
4
+
5
+ export default _Array_prototype_flatMap_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_forEach_call = _Array_prototype.forEach.call.bind(_Array_prototype.forEach);
4
+
5
+ export default _Array_prototype_forEach_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_includes_call = _Array_prototype.includes.call.bind(_Array_prototype.includes);
4
+
5
+ export default _Array_prototype_includes_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_indexOf_call = _Array_prototype.indexOf.call.bind(_Array_prototype.indexOf);
4
+
5
+ export default _Array_prototype_indexOf_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_join_call = _Array_prototype.join.call.bind(_Array_prototype.join);
4
+
5
+ export default _Array_prototype_join_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_keys_call = _Array_prototype.keys.call.bind(_Array_prototype.keys);
4
+
5
+ export default _Array_prototype_keys_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_lastIndexOf_call = _Array_prototype.lastIndexOf.call.bind(_Array_prototype.lastIndexOf);
4
+
5
+ export default _Array_prototype_lastIndexOf_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_map_call = _Array_prototype.map.call.bind(_Array_prototype.map);
4
+
5
+ export default _Array_prototype_map_call;
@@ -1,5 +1,5 @@
1
1
 
2
- import Array from './Array';
2
+ import Array from './Array.mjs';
3
3
 
4
4
  const _Array_prototype = Array.prototype;
5
5
 
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_pop_call = _Array_prototype.pop.call.bind(_Array_prototype.pop);
4
+
5
+ export default _Array_prototype_pop_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_push_call = _Array_prototype.push.call.bind(_Array_prototype.push);
4
+
5
+ export default _Array_prototype_push_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_reduce_call = _Array_prototype.reduce.call.bind(_Array_prototype.reduce);
4
+
5
+ export default _Array_prototype_reduce_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_reduceRight_call = _Array_prototype.reduceRight.call.bind(_Array_prototype.reduceRight);
4
+
5
+ export default _Array_prototype_reduceRight_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_reverse_call = _Array_prototype.reverse.call.bind(_Array_prototype.reverse);
4
+
5
+ export default _Array_prototype_reverse_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_shift_call = _Array_prototype.shift.call.bind(_Array_prototype.shift);
4
+
5
+ export default _Array_prototype_shift_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_slice_call = _Array_prototype.slice.call.bind(_Array_prototype.slice);
4
+
5
+ export default _Array_prototype_slice_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_some_call = _Array_prototype.some.call.bind(_Array_prototype.some);
4
+
5
+ export default _Array_prototype_some_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_sort_call = _Array_prototype.sort.call.bind(_Array_prototype.sort);
4
+
5
+ export default _Array_prototype_sort_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_splice_call = _Array_prototype.splice.call.bind(_Array_prototype.splice);
4
+
5
+ export default _Array_prototype_splice_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_toLocaleString_call = _Array_prototype.toLocaleString.call.bind(_Array_prototype.toLocaleString);
4
+
5
+ export default _Array_prototype_toLocaleString_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_toString_call = _Array_prototype.toString.call.bind(_Array_prototype.toString);
4
+
5
+ export default _Array_prototype_toString_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_unshift_call = _Array_prototype.unshift.call.bind(_Array_prototype.unshift);
4
+
5
+ export default _Array_prototype_unshift_call;
@@ -0,0 +1,5 @@
1
+ import _Array_prototype from './Array.prototype.mjs';
2
+
3
+ const _Array_prototype_values_call = _Array_prototype.values.call.bind(_Array_prototype.values);
4
+
5
+ export default _Array_prototype_values_call;
package/js/BigInt.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
- const _BigInt = BitInt;
2
+ const _BigInt = BigInt;
3
3
 
4
4
  export default _BigInt;
@@ -1,5 +1,5 @@
1
1
 
2
- import Function from './Function';
2
+ import Function from './Function.mjs';
3
3
 
4
4
  const _Function_prototype = Function.prototype;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Intl from './Intl';
2
+ import Intl from './Intl.mjs';
3
3
 
4
4
  const _Intl_Collator = Intl.Collator;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Intl from './Intl';
2
+ import Intl from './Intl.mjs';
3
3
 
4
4
  const _Intl_DateTimeFormat = Intl.DateTimeFormat;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Intl from './Intl';
2
+ import Intl from './Intl.mjs';
3
3
 
4
4
  const _Intl_ListFormat = Intl.ListFormat;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Intl from './Intl';
2
+ import Intl from './Intl.mjs';
3
3
 
4
4
  const _Intl_Locale = Intl.Locale;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Intl from './Intl';
2
+ import Intl from './Intl.mjs';
3
3
 
4
4
  const _Intl_NumberFormat = Intl.NumberFormat;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Intl from './Intl';
2
+ import Intl from './Intl.mjs';
3
3
 
4
4
  const _Intl_PluralRules = Intl.PluralRules;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import Intl from './Intl';
2
+ import Intl from './Intl.mjs';
3
3
 
4
4
  const _Intl_RelativeTimeFormat = Intl.RelativeTimeFormat;
5
5
 
package/js/JSON.parse.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- import JSON from './JSON';
2
+ import JSON from './JSON.mjs';
3
3
 
4
4
  const _JSON_parse = JSON.parse;
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import JSON from './JSON';
2
+ import JSON from './JSON.mjs';
3
3
 
4
4
  const _JSON_stringify = JSON.stringify;
5
5
 
package/js/Math.E.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_E = Math.E;
5
5
 
package/js/Math.LN10.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_LN10 = Math.LN10;
5
5
 
package/js/Math.LN2.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_LN2 = Math.LN2;
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_LOG10E = Math.LOG10E;
5
5
 
package/js/Math.LOG2E.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_LOG2E = Math.LOG2E;
5
5
 
package/js/Math.PI.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_PI = Math.PI;
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_SQRT1_2 = Math.SQRT1_2;
5
5
 
package/js/Math.SQRT2.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_SQRT2 = Math.SQRT2;
5
5
 
package/js/Math.abs.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_abs = Math.abs;
5
5
 
package/js/Math.acos.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_acos = Math.acos;
5
5
 
package/js/Math.acosh.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_acosh = Math.acosh;
5
5
 
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