@putout/bundle 4.7.1 → 4.7.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.js +25 -14
- package/bundle/putout.min.js +1 -1
- package/package.json +1 -1
package/bundle/putout.js
CHANGED
|
@@ -50458,7 +50458,7 @@ function addComments2(type, comments) {
|
|
|
50458
50458
|
|
|
50459
50459
|
var {validate: validate3} = lib_exports;
|
|
50460
50460
|
|
|
50461
|
-
var debug$
|
|
50461
|
+
var debug$a = (0, import_debug.default)('babel');
|
|
50462
50462
|
var REMOVED = 1 << 0;
|
|
50463
50463
|
var SHOULD_STOP = 1 << 1;
|
|
50464
50464
|
var SHOULD_SKIP = 1 << 2;
|
|
@@ -50601,10 +50601,10 @@ var NodePath_Final = class NodePath {
|
|
|
50601
50601
|
}
|
|
50602
50602
|
|
|
50603
50603
|
debug(message) {
|
|
50604
|
-
if (!debug$
|
|
50604
|
+
if (!debug$a.enabled)
|
|
50605
50605
|
return;
|
|
50606
50606
|
|
|
50607
|
-
debug$
|
|
50607
|
+
debug$a(`${this.getPathLocation()} ${this.type}: ${message}`);
|
|
50608
50608
|
}
|
|
50609
50609
|
|
|
50610
50610
|
toString() {
|
|
@@ -59952,7 +59952,7 @@ function objectPlugin(plugin, path, printer, semantics) {
|
|
|
59952
59952
|
after(path, printer, semantics);
|
|
59953
59953
|
}
|
|
59954
59954
|
|
|
59955
|
-
var debug$
|
|
59955
|
+
var debug$9 = {};
|
|
59956
59956
|
|
|
59957
59957
|
var require$$0$2 = /*@__PURE__*/getAugmentedNamespace(_polyfillNode_process);
|
|
59958
59958
|
|
|
@@ -59999,7 +59999,7 @@ const {
|
|
|
59999
59999
|
LOG_DEBUG,
|
|
60000
60000
|
} = {};
|
|
60001
60001
|
|
|
60002
|
-
debug$
|
|
60002
|
+
debug$9.createDebug = (tokens) => (a) => {
|
|
60003
60003
|
if (!LOG_DEBUG)
|
|
60004
60004
|
return;
|
|
60005
60005
|
|
|
@@ -60009,7 +60009,7 @@ debug$7.createDebug = (tokens) => (a) => {
|
|
|
60009
60009
|
});
|
|
60010
60010
|
};
|
|
60011
60011
|
|
|
60012
|
-
debug$
|
|
60012
|
+
debug$9.createLog = ({newline = '\n', store = createStore$1()} = {}) => ({type, value}) => {
|
|
60013
60013
|
if (LOG_TOKENS) {
|
|
60014
60014
|
console.log(codeFrameColumns$1(stringify$7({
|
|
60015
60015
|
type,
|
|
@@ -60184,7 +60184,7 @@ const {
|
|
|
60184
60184
|
maybeThrow,
|
|
60185
60185
|
} = maybe;
|
|
60186
60186
|
|
|
60187
|
-
const {createDebug: createDebug$3, createLog} = debug$
|
|
60187
|
+
const {createDebug: createDebug$3, createLog} = debug$9;
|
|
60188
60188
|
const {maybeMarkAfter} = mark;
|
|
60189
60189
|
|
|
60190
60190
|
const {
|
|
@@ -61416,7 +61416,7 @@ var acornPrivateMethods = /*#__PURE__*/Object.freeze({
|
|
|
61416
61416
|
default: privateMethods
|
|
61417
61417
|
});
|
|
61418
61418
|
|
|
61419
|
-
var require$$2 = /*@__PURE__*/getAugmentedNamespace(acornPrivateMethods);
|
|
61419
|
+
var require$$2$1 = /*@__PURE__*/getAugmentedNamespace(acornPrivateMethods);
|
|
61420
61420
|
|
|
61421
61421
|
var acornStage3;
|
|
61422
61422
|
var hasRequiredAcornStage3;
|
|
@@ -61429,7 +61429,7 @@ function requireAcornStage3 () {
|
|
|
61429
61429
|
return Parser.extend(
|
|
61430
61430
|
require$$1$1,
|
|
61431
61431
|
require$$1$1,
|
|
61432
|
-
require$$2
|
|
61432
|
+
require$$2$1
|
|
61433
61433
|
)
|
|
61434
61434
|
};
|
|
61435
61435
|
return acornStage3;
|
|
@@ -63221,9 +63221,20 @@ lib$1.validateRulesRelations = validateRulesRelations$1;
|
|
|
63221
63221
|
|
|
63222
63222
|
var lib = {};
|
|
63223
63223
|
|
|
63224
|
+
function debug$7() {
|
|
63225
|
+
return () => {}
|
|
63226
|
+
}
|
|
63227
|
+
|
|
63228
|
+
var debug$8 = /*#__PURE__*/Object.freeze({
|
|
63229
|
+
__proto__: null,
|
|
63230
|
+
default: debug$7
|
|
63231
|
+
});
|
|
63232
|
+
|
|
63233
|
+
var require$$2 = /*@__PURE__*/getAugmentedNamespace(debug$8);
|
|
63234
|
+
|
|
63224
63235
|
var debug$6 = {};
|
|
63225
63236
|
|
|
63226
|
-
const debug$5 = require$$
|
|
63237
|
+
const debug$5 = require$$2;
|
|
63227
63238
|
|
|
63228
63239
|
debug$6.createDebug = (namespace) => {
|
|
63229
63240
|
const log = debug$5(namespace);
|
|
@@ -64304,7 +64315,7 @@ var runComparators$1 = {};
|
|
|
64304
64315
|
|
|
64305
64316
|
var log$5 = {exports: {}};
|
|
64306
64317
|
|
|
64307
|
-
const debug$3 = require$$
|
|
64318
|
+
const debug$3 = require$$2('putout:compare');
|
|
64308
64319
|
|
|
64309
64320
|
const {isArray: isArray$5} = Array;
|
|
64310
64321
|
const isObject$4 = (a) => a && typeof a === 'object';
|
|
@@ -65486,7 +65497,7 @@ tryThrowWithReason$1.tryThrowWithReason = (fn, ...args) => {
|
|
|
65486
65497
|
|
|
65487
65498
|
var includer = {};
|
|
65488
65499
|
|
|
65489
|
-
const log$2 = require$$
|
|
65500
|
+
const log$2 = require$$2('putout:runner:include');
|
|
65490
65501
|
const maybeArray$2 = maybeArray_1;
|
|
65491
65502
|
const {validate} = validate$2;
|
|
65492
65503
|
|
|
@@ -66931,7 +66942,7 @@ const {
|
|
|
66931
66942
|
start,
|
|
66932
66943
|
} = filesystem;
|
|
66933
66944
|
|
|
66934
|
-
const log = require$$
|
|
66945
|
+
const log = require$$2('putout:runner:scanner');
|
|
66935
66946
|
|
|
66936
66947
|
const fromSimple = convertSimpleFilesystemToFilesystem;
|
|
66937
66948
|
const toSimple = convertFilesystemToSimpleFilesystem;
|
|
@@ -67082,7 +67093,7 @@ function parseVisitor(visitors) {
|
|
|
67082
67093
|
|
|
67083
67094
|
const {traverse: defaultTraverse} = bundle;
|
|
67084
67095
|
const once = onceExports;
|
|
67085
|
-
const debug = require$$
|
|
67096
|
+
const debug = require$$2('putout:runner:find');
|
|
67086
67097
|
|
|
67087
67098
|
const runFix = runFix$3;
|
|
67088
67099
|
const mergeVisitors = mergeVisitors$1;
|