putout 24.0.2 → 24.2.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/ChangeLog CHANGED
@@ -1,3 +1,111 @@
1
+ 2022.01.24, v24.2.2
2
+
3
+ fix:
4
+ - (@putout/plugin-declare-undefined-variables) node-js: exclude "promises" as it is to general
5
+ - (@putout/engine-runner) avoid duplication of plugins
6
+
7
+ feature:
8
+ - (package) @putout/plugin-convert-esm-to-commonjs v4.0.0
9
+ - (@putout/plugin-convert-esm-to-commonjs) drop support of putout < 24
10
+ - (@putout/plugin-convert-esm-to-commonjs) Commonjs -> CommonJS
11
+ - (@putout/engine-runner) add ability to debug with "putout:runner:replace"
12
+
13
+
14
+ 2022.01.21, v24.2.1
15
+
16
+ fix:
17
+ - (@putout/test) avoid updating noTransform files
18
+
19
+ feature:
20
+ - (package) @putout/plugin-remove-useless-variables v6.0.0
21
+ - (@putout/plugin-remove-useless-variables) drop support of putout < 24
22
+ - (package) @putout/plugin-remove-unused-for-of-variables v2.0.0
23
+ - (package) @putout/plugin-convert-for-to-for-of v3.0.0
24
+ - (package) @putout/plugin-tape v8.0.0
25
+ - (@putout/plugin-tape) drop support of putout < 24
26
+ - (@putout/plugin-convert-for-to-for-of) drop support of putout < 24
27
+ - (package) @putout/operator-add-args v2.0.0
28
+ - (@putout/operator-add-args) drop support of putout < 24
29
+ - (@putout/operator-declare) improve variables declaration
30
+ - (package) @putout/plugin-remove-nested-blocks v5.0.0
31
+ - (@putout/plugin-remove-nested-blocks) drop support of putout < 24
32
+ - (package) @putout/plugin-putout v10.0.0
33
+ - (@putout/plugin-putout) drop support of putout < 24.2
34
+ - (package) @putout/plugin-merge-duplicate-imports v5.0.0
35
+ - (@putout/plugin-merge-duplicate-imports) drop support of putout < 24
36
+ - (package) @putout/plugin-merge-destructuring-properties v6.0.0
37
+ - (@putout/plugin-merge-destructuring-properties) drop support of putout < 24
38
+ - (package) @putout/plugin-extract-object-properties v7.0.0
39
+ - (@putout/plugin-extract-object-properties) drop support of putout < 24
40
+ - (package) @putout/plugin-convert-mock-require-to-mock-import v2.0.0
41
+ - (@putout/plugin-convert-mock-require-to-mock-import) drop support of putout < 24
42
+ - (package) @putout/plugin-convert-for-each-to-for-of v7.0.0
43
+ - (@putout/plugin-convert-for-each-to-for-of) drop support of putout < 24
44
+ - (package) @putout/plugin-convert-commonjs-to-esm v8.0.0
45
+ - (@putout/plugin-convert-commonjs-to-esm) drop support of putout < 24
46
+ - (package) @putout/operator-declare v3.0.0
47
+ - (@putout/operator-declare) drop support of putout < 24
48
+
49
+
50
+ 2022.01.20, v24.2.0
51
+
52
+ fix:
53
+ - (@putout/plugin-merge-duplicate-imports) crawl: integrate with declare
54
+
55
+ feature:
56
+ - (package) @putout/plugin-remove-nested-blocks v5.0.0
57
+ - (@putout/plugin-remove-nested-blocks) drop support of putout < 24
58
+ - (package) @putout/plugin-putout v10.0.0
59
+ - (@putout/plugin-putout) drop support of putout < 24.2
60
+ - (package) @putout/plugin-merge-duplicate-imports v5.0.0
61
+ - (@putout/plugin-merge-duplicate-imports) drop support of putout < 24
62
+ - (package) @putout/plugin-merge-destructuring-properties v6.0.0
63
+ - (@putout/plugin-merge-destructuring-properties) drop support of putout < 24
64
+ - (package) @putout/plugin-extract-object-properties v7.0.0
65
+ - (@putout/plugin-extract-object-properties) drop support of putout < 24
66
+ - (package) @putout/plugin-convert-mock-require-to-mock-import v2.0.0
67
+ - (@putout/plugin-convert-mock-require-to-mock-import) drop support of putout < 24
68
+ - (package) @putout/plugin-convert-for-each-to-for-of v7.0.0
69
+ - (@putout/plugin-convert-for-each-to-for-of) drop support of putout < 24
70
+ - (package) @putout/plugin-convert-commonjs-to-esm v8.0.0
71
+ - (@putout/plugin-convert-commonjs-to-esm) drop support of putout < 24
72
+ - (package) @putout/operator-declare v3.0.0
73
+ - (@putout/operator-declare) drop support of putout < 24
74
+ - (@putout/engine-runner) runFix: add ability to crawl
75
+ - (eslint-plugin-putout) add remove-empty-newline-after-import
76
+ - (@putout/plugin-declare-undefined-variables) add nodejs util
77
+ - (@putout/operator/declare) respect import order: locals - latest import
78
+ - (@putout/operator-declare) import require support
79
+ - (@putout/operator-declare) improve declarations order
80
+ - (@putout/plugin-declare-undefined-variables) add fs
81
+ - (@putout/plugin-declare-undefined-variables) add support of process
82
+ - (eslint-plugin-putout) safe: disable remove-unreferenced-variables
83
+ - (@putout/plugin-remove-nested-blocks) integrate with tape/declare: add crawling
84
+ - (eslint-plugin-putout) safe: disable remove-useless-variables/rename
85
+ - (@putout/operate) toExpression: improve expression check
86
+ - (@putout/plugin-declare-undefined-variables) add support of table
87
+ - (@putout/plugin-declare-undefined-variables) add support of chalk
88
+ - (eslint-plugin-putout) add remove-empty-specifiers
89
+ - (eslint-plugin-putout) add-newline-before-function-call: add support of spaces after
90
+ - (eslint-plugin-putout) single-property-destructuring: exclude elements with comments inside
91
+ - (@putout/plugin-convert-commonjs-to-esm) require: exclude json while not supported
92
+ - (@putout/plugin-convert-commonjs-to-esm) require: disable import assertions while not supported
93
+ - (package) @putout/operate v7.0.0
94
+ - (package) @putout/operate v7.0.0
95
+ - (package) @putout/operate v7.0.0
96
+
97
+
98
+ 2022.01.14, v24.1.0
99
+
100
+ feature:
101
+ - (@putout/test) get rid of simport
102
+ - (putout) get rid of simport
103
+ - (package) @putout/cli-ruler v2.0.0
104
+ - (@putout/cli-ruler) named export ruler
105
+ - (@putout/processor-markdown) rm simport
106
+ - (@putout/plugin-tape) mv remove-only, remove-skip from dependencies
107
+
108
+
1
109
  2022.01.13, v24.0.2
2
110
 
3
111
  feature:
@@ -7,7 +7,7 @@ const {
7
7
  CANNOT_LOAD_FORMATTER,
8
8
  } = require('./exit-codes');
9
9
 
10
- const simpleImport = require('./simple-import');
10
+ const {simpleImportDefault} = require('./simple-import');
11
11
 
12
12
  const stub = () => () => {};
13
13
 
@@ -48,7 +48,7 @@ async function loadFormatter(names) {
48
48
  let reporter;
49
49
 
50
50
  for (const name of names) {
51
- [e, reporter] = await tryToCatch(simpleImport, name);
51
+ [e, reporter] = await tryToCatch(simpleImportDefault, name);
52
52
 
53
53
  if (!e)
54
54
  return [null, reporter];
package/lib/cli/index.js CHANGED
@@ -11,10 +11,8 @@ const fullstore = require('fullstore');
11
11
  const tryCatch = require('try-catch');
12
12
  const tryToCatch = require('try-to-catch');
13
13
  const wraptile = require('wraptile');
14
- const {createSimport} = require('simport');
15
14
  const {version} = require('../../package.json');
16
-
17
- const simport = createSimport(__filename);
15
+ const {simpleImport} = require('./simple-import');
18
16
 
19
17
  const {env} = process;
20
18
  const isIDE = /JetBrains/.test(env.TERMINAL_EMULATOR) || env.TERM_PROGRAM === 'vscode';
@@ -198,7 +196,7 @@ module.exports = async ({argv, halt, log, write, logError, readFile, writeFile})
198
196
  }
199
197
 
200
198
  if (isStr(args.match)) {
201
- const {match, matchErrors} = await import('@putout/cli-match');
199
+ const {match, matchErrors} = await simpleImport('@putout/cli-match');
202
200
  const code = await match({
203
201
  pattern: args.match,
204
202
  cwd,
@@ -213,8 +211,8 @@ module.exports = async ({argv, halt, log, write, logError, readFile, writeFile})
213
211
  return exit(RULLER_WITH_FIX, Error('`--fix` cannot be used with ruler toggler (`--enable`, `--disable`)'));
214
212
 
215
213
  if (enable || disable) {
216
- const rulerProcessor = await simport('@putout/cli-ruler');
217
- rulerProcessor({enable, disable, readFile, writeFile}, []);
214
+ const {ruler} = await simpleImport('@putout/cli-ruler');
215
+ ruler({enable, disable, readFile, writeFile}, []);
218
216
  }
219
217
 
220
218
  const noConfig = !args.config;
@@ -249,7 +247,7 @@ module.exports = async ({argv, halt, log, write, logError, readFile, writeFile})
249
247
 
250
248
  if (staged) {
251
249
  const {get} = require('./staged');
252
- const {findUp} = await import('find-up');
250
+ const {findUp} = await simpleImport('find-up');
253
251
  const names = await get({findUp});
254
252
 
255
253
  stagedNames.push(...names);
@@ -415,13 +413,13 @@ module.exports = async ({argv, halt, log, write, logError, readFile, writeFile})
415
413
  fileCache.reconcile();
416
414
 
417
415
  if (enableAll || disableAll) {
418
- const rulerProcessor = await simport('@putout/cli-ruler');
419
- await rulerProcessor({enableAll, disableAll, readFile, writeFile}, mergedPlaces);
416
+ const {ruler} = await simpleImport('@putout/cli-ruler');
417
+ await ruler({enableAll, disableAll, readFile, writeFile}, mergedPlaces);
420
418
  }
421
419
 
422
420
  if (fix && staged) {
423
421
  const {set} = require('./staged');
424
- const {findUp} = await import('find-up');
422
+ const {findUp} = await simpleImport('find-up');
425
423
  const stagedNames = await set({findUp});
426
424
 
427
425
  if (!stagedNames.length)
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
- // yarn doesn't understand how simport works
4
- // https://github.com/coderaiser/putout/issues/93
5
-
6
- module.exports = async (url) => (await import(url)).default;
3
+ // How in other way to mock import using mock require in CommonJS?
4
+ module.exports.simpleImportDefault = async (url) => (await import(url)).default;
5
+ module.exports.simpleImport = async (url) => await import(url);
7
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "24.0.2",
3
+ "version": "24.2.2",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -49,7 +49,7 @@
49
49
  "@putout/cli-cache": "^1.0.0",
50
50
  "@putout/cli-keypress": "^1.0.0",
51
51
  "@putout/cli-match": "^1.0.0",
52
- "@putout/cli-ruler": "^1.0.0",
52
+ "@putout/cli-ruler": "^2.0.0",
53
53
  "@putout/cli-validate-args": "^1.0.0",
54
54
  "@putout/compare": "^8.0.0",
55
55
  "@putout/engine-loader": "^5.0.0",
@@ -66,8 +66,8 @@
66
66
  "@putout/formatter-progress-bar": "^2.0.0",
67
67
  "@putout/formatter-stream": "^3.0.0",
68
68
  "@putout/operate": "^7.0.0",
69
- "@putout/operator-add-args": "^1.0.0",
70
- "@putout/operator-declare": "^2.0.0",
69
+ "@putout/operator-add-args": "^2.0.0",
70
+ "@putout/operator-declare": "^3.0.0",
71
71
  "@putout/operator-regexp": "^1.0.0",
72
72
  "@putout/plugin-apply-await-import": "^1.0.0",
73
73
  "@putout/plugin-apply-destructuring": "^5.0.0",
@@ -82,18 +82,18 @@
82
82
  "@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
83
83
  "@putout/plugin-convert-assignment-to-comparison": "^1.0.0",
84
84
  "@putout/plugin-convert-bitwise-to-logical": "^1.0.0",
85
- "@putout/plugin-convert-commonjs-to-esm": "^7.0.0",
85
+ "@putout/plugin-convert-commonjs-to-esm": "^8.0.0",
86
86
  "@putout/plugin-convert-comparison-to-boolean": "^2.0.0",
87
87
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
88
88
  "@putout/plugin-convert-equal-to-strict-equal": "^1.0.0",
89
- "@putout/plugin-convert-esm-to-commonjs": "^3.0.0",
90
- "@putout/plugin-convert-for-each-to-for-of": "^6.0.0",
89
+ "@putout/plugin-convert-esm-to-commonjs": "^4.0.0",
90
+ "@putout/plugin-convert-for-each-to-for-of": "^7.0.0",
91
91
  "@putout/plugin-convert-for-in-to-for-of": "^2.0.0",
92
- "@putout/plugin-convert-for-to-for-of": "^2.0.0",
92
+ "@putout/plugin-convert-for-to-for-of": "^3.0.0",
93
93
  "@putout/plugin-convert-index-of-to-includes": "^1.0.0",
94
94
  "@putout/plugin-convert-map-to-for-of": "^1.0.0",
95
95
  "@putout/plugin-convert-math-pow": "^4.0.0",
96
- "@putout/plugin-convert-mock-require-to-mock-import": "^1.0.0",
96
+ "@putout/plugin-convert-mock-require-to-mock-import": "^2.0.0",
97
97
  "@putout/plugin-convert-object-assign-to-merge-spread": "^5.0.0",
98
98
  "@putout/plugin-convert-quotes-to-backticks": "^1.0.0",
99
99
  "@putout/plugin-convert-template-to-string": "^1.0.0",
@@ -101,19 +101,19 @@
101
101
  "@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
102
102
  "@putout/plugin-declare-undefined-variables": "^6.0.0",
103
103
  "@putout/plugin-eslint": "^2.0.0",
104
- "@putout/plugin-extract-object-properties": "^6.0.0",
104
+ "@putout/plugin-extract-object-properties": "^7.0.0",
105
105
  "@putout/plugin-extract-sequence-expressions": "^2.0.0",
106
106
  "@putout/plugin-github": "^2.0.0",
107
107
  "@putout/plugin-gitignore": "^3.0.0",
108
108
  "@putout/plugin-madrun": "^13.0.0",
109
- "@putout/plugin-merge-destructuring-properties": "^5.0.0",
110
- "@putout/plugin-merge-duplicate-imports": "^4.0.0",
109
+ "@putout/plugin-merge-destructuring-properties": "^6.0.0",
110
+ "@putout/plugin-merge-duplicate-imports": "^5.0.0",
111
111
  "@putout/plugin-merge-if-statements": "^3.0.0",
112
112
  "@putout/plugin-nodejs": "^2.0.0",
113
113
  "@putout/plugin-npmignore": "^2.0.0",
114
114
  "@putout/plugin-package-json": "^3.0.0",
115
115
  "@putout/plugin-promises": "^6.0.0",
116
- "@putout/plugin-putout": "^9.0.0",
116
+ "@putout/plugin-putout": "^10.0.0",
117
117
  "@putout/plugin-putout-config": "^2.0.0",
118
118
  "@putout/plugin-regexp": "^4.0.0",
119
119
  "@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
@@ -126,11 +126,11 @@
126
126
  "@putout/plugin-remove-duplicates-from-logical-expressions": "^1.0.0",
127
127
  "@putout/plugin-remove-empty": "^6.0.0",
128
128
  "@putout/plugin-remove-iife": "^1.0.0",
129
- "@putout/plugin-remove-nested-blocks": "^4.0.0",
129
+ "@putout/plugin-remove-nested-blocks": "^5.0.0",
130
130
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
131
131
  "@putout/plugin-remove-unreferenced-variables": "^1.0.0",
132
132
  "@putout/plugin-remove-unused-expressions": "^4.0.0",
133
- "@putout/plugin-remove-unused-for-of-variables": "^1.0.0",
133
+ "@putout/plugin-remove-unused-for-of-variables": "^2.0.0",
134
134
  "@putout/plugin-remove-unused-private-fields": "^1.0.0",
135
135
  "@putout/plugin-remove-unused-variables": "*",
136
136
  "@putout/plugin-remove-useless-arguments": "^5.0.0",
@@ -151,7 +151,7 @@
151
151
  "@putout/plugin-remove-useless-template-expressions": "^1.0.0",
152
152
  "@putout/plugin-remove-useless-type-conversion": "^1.0.0",
153
153
  "@putout/plugin-remove-useless-typeof": "^1.0.0",
154
- "@putout/plugin-remove-useless-variables": "^5.0.0",
154
+ "@putout/plugin-remove-useless-variables": "^6.0.0",
155
155
  "@putout/plugin-reuse-duplicate-init": "^3.0.0",
156
156
  "@putout/plugin-simplify-assignment": "^1.0.0",
157
157
  "@putout/plugin-simplify-logical-expressions": "^1.0.0",
@@ -159,7 +159,7 @@
159
159
  "@putout/plugin-split-nested-destructuring": "^1.0.0",
160
160
  "@putout/plugin-split-variable-declarations": "^2.0.0",
161
161
  "@putout/plugin-strict-mode": "^2.0.0",
162
- "@putout/plugin-tape": "^7.0.0",
162
+ "@putout/plugin-tape": "^8.0.0",
163
163
  "@putout/plugin-typescript": "^1.0.0",
164
164
  "@putout/plugin-webpack": "^1.0.0",
165
165
  "@putout/processor-css": "^3.0.0",
@@ -184,7 +184,6 @@
184
184
  "nano-memoize": "^1.1.11",
185
185
  "once": "^1.4.0",
186
186
  "picomatch": "^2.2.2",
187
- "simport": "^1.2.0",
188
187
  "try-catch": "^3.0.0",
189
188
  "try-to-catch": "^3.0.0",
190
189
  "wraptile": "^3.0.0",
@@ -208,6 +207,7 @@
208
207
  "babel-plugin-transform-inline-consecutive-adds": "^0.5.0-alpha.9",
209
208
  "c8": "^7.5.0",
210
209
  "currify": "^4.0.0",
210
+ "escover": "^1.2.1",
211
211
  "eslint": "^8.0.1",
212
212
  "eslint-plugin-node": "^11.0.0",
213
213
  "eslint-plugin-putout": "^13.0.0",