@putout/bundle 3.11.0 → 3.11.2
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.
- package/bundle/putout-iife.js +1 -1
- package/bundle/putout.js +12 -6
- package/bundle/putout.min.js +1 -1
- package/package.json +1 -1
package/bundle/putout.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import 'node:process';
|
|
2
|
-
import require$$1$1 from 'node:module';
|
|
3
|
-
|
|
4
1
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
5
2
|
|
|
6
3
|
function getDefaultExportFromCjs (x) {
|
|
@@ -101593,10 +101590,10 @@ var tenko_prod = /*#__PURE__*/Object.freeze({
|
|
|
101593
101590
|
toktypeToString: toktypeToString
|
|
101594
101591
|
});
|
|
101595
101592
|
|
|
101596
|
-
var require$$1 = /*@__PURE__*/getAugmentedNamespace(tenko_prod);
|
|
101593
|
+
var require$$1$1 = /*@__PURE__*/getAugmentedNamespace(tenko_prod);
|
|
101597
101594
|
|
|
101598
101595
|
const once$3 = onceExports;
|
|
101599
|
-
const initTenko = once$3(() => require$$1);
|
|
101596
|
+
const initTenko = once$3(() => require$$1$1);
|
|
101600
101597
|
|
|
101601
101598
|
tenko$1.parse = (source) => {
|
|
101602
101599
|
const {Tenko} = initTenko();
|
|
@@ -109959,7 +109956,16 @@ var lib$1 = {};
|
|
|
109959
109956
|
|
|
109960
109957
|
var load$1 = {};
|
|
109961
109958
|
|
|
109962
|
-
|
|
109959
|
+
var _polyfillNode_module = {};
|
|
109960
|
+
|
|
109961
|
+
var _polyfillNode_module$1 = /*#__PURE__*/Object.freeze({
|
|
109962
|
+
__proto__: null,
|
|
109963
|
+
default: _polyfillNode_module
|
|
109964
|
+
});
|
|
109965
|
+
|
|
109966
|
+
var require$$1 = /*@__PURE__*/getAugmentedNamespace(_polyfillNode_module$1);
|
|
109967
|
+
|
|
109968
|
+
const {createRequire} = require$$1;
|
|
109963
109969
|
|
|
109964
109970
|
const tryCatch$3 = tryCatch$5;
|
|
109965
109971
|
const once$1 = onceExports;
|