putout 40.15.1 → 41.0.0

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 (3) hide show
  1. package/ChangeLog +132 -0
  2. package/package.json +27 -41
  3. package/putout.json +8 -20
package/ChangeLog CHANGED
@@ -1,3 +1,135 @@
1
+ 2025.12.04, v41.0.0
2
+
3
+ fix:
4
+ - 084399683 putout: rm unused @putout/plugin-remove-unused-for-of-variables
5
+ - 14257a26e @putout/plugin-arguments: json-parse -> apply-json-parse
6
+ - cdc1fa8e3 @putout/plugin-nodejs: declare: process: assert: rm
7
+
8
+ feature:
9
+ - a667092cb @putout/plugin-putout-config: apply-variables: remove-unused-variables -> variables/remove-unused
10
+ - a4ad15127 @putout/plugin-putout-config: apply-destructuring: extract-object-properties, convert-object-to-array
11
+ - f4a184411 @putout/plugin-destructuring: extract-properties: add
12
+ - b6233634b putout: @putout/plugin-eslint v15.0.0
13
+ - e8bb8106e @putout/plugin-eslint: drop support of 🐊 < 41
14
+ - 9e9e9868d @putout/plugin-eslint: remove-useless-properties: innerComments: exclude
15
+ - 01a5578a0 eslint-plugin-putout: safe: remove-unused-variables -> variables
16
+ - de3b458ad @putout/plugin-variables: extract-keywords: add
17
+ - 765537de2 @putout/plugin-variables: remove-unused
18
+ - 6abaa5b14 @putout/plugin-variables: convert-const-to-let: add
19
+ - 552beaa80 @putout/plugin-variables: split-declarations
20
+ - 6695af5a6 @putout/plugin-putout-config: apply-variables: add
21
+ - 77600c7e9 @putout/plugin-variables: remove-unreferenced: add
22
+ - 42df17001 @putout/plugin-putout-config: apply-destructuring: remove-useless-variables: add
23
+ - 72ad83f20 @putout/plugin-variables: add
24
+ - ac6e10719 @putout/plugin-putout-config: apply-spread: convert-object-assign-to-merge-spread: add
25
+ - cb645bea6 @putout/plugin-spread: convert-object-assign-to-merge-spread: add
26
+ - c1fea00e7 @putout/plugin-tape: convert-tape-to-supertape: report
27
+ - d37556050 @putout/plugin-putout-config: apply-spread: convert-apply-to-spread: add
28
+ - 23b4ebf6f @putout/plugin-spread: convert-apply-to-spread: add
29
+ - d6178b8d1 @putout/plugin-putout-config: apply-arguments: remove-useless-arguments -> arguments
30
+ - b8fedb383 @putout/plugin-putout-config: apply-spread: add
31
+ - 6d1db2293 @putout/plugin-spread: add
32
+ - 535b3040e @putout/plugin-putout-config: apply-arguments: add
33
+ - 0e2cc84d2 @putout/plugin-arguments: apply-rest
34
+ - 936f3e998 @putout/plugin-arguments: add
35
+ - b14def625 @putout/plugin-eslint-plugin: update-ecma-version: 2024 -> 2025
36
+ - 96652b029 eslint-plugin-putout: @putout/plugin-eslint-plugin v7.0.0
37
+ - 2542a53cc @putout/plugin-eslint-plugin: apply-is-space-between: add
38
+ - 77c127b45 @putout/plugin-eslint-plugin: apply-get-token-after: add
39
+ - 2b65e8395 @putout/plugin-eslint-plugin: apply-get-token-before: add
40
+ - edfc939e0 @putout/plugin-eslint-plugin: drop support of 🐊 < 41
41
+ - 8c2bb2c1b putout: @putout/plugin-putout-config v11.0.0
42
+ - cca3a727c @putout/plugin-putout-config: drop support of 🐊 < 41
43
+ - 908bc1ccc @putout/plugin-putout-config: apply-destructuring: add
44
+ - 5f76af2a2 @putout/plugin-destructuring: add
45
+ - 41641505e putout: convert-array-copy-to-slice: move out from bundle
46
+ - 7099e5edd @putout/engine-parser: @putout/printer v16.0.0
47
+ - 35b5d0e51 putout: @putout/formatter-frame v9.0.0
48
+ - 6918dfc2f @putout/formatter-frame: @putout/formatter-codeframe v10.0.0
49
+ - d30f02dd7 putout: @putout/formatter-codeframe v10.0.0
50
+ - 742f0b334 @putout/formatter-codeframe: drop support of 🐊 < 41
51
+ - bb6247ac5 root: eslint-plugin-putout v29.0.0
52
+ - 2235647d2 putout: @putout/operator-parens v3.0.0
53
+ - 751b1e1c4 @putout/operator-parens: drop support of node < 20
54
+ - 8d774b677 putout: @putout/operator-add-args v13.0.0
55
+ - 610fa83e5 @putout/operator-add-args: drop support of 🐊 < 41
56
+ - 359a6beca putout: @putout/traverse v15.0.0
57
+ - fcccd0113 putout: @putout/operator-declare v15.0.0
58
+ - 2d14ce95a @putout/engine-runner: @putout/operator-declare v15.0.0
59
+ - 2e59d0d4b @putout/operator-declare: drop support of 🐊 < 41
60
+ - d4f64fd61 putout: @putout/operator-ignore v4.0.0
61
+ - f9a9ac46f @putout/operator-ignore: drop support of 🐊 < 41
62
+ - 952fec385 putout: @putout/operator-jsx v2.0.0
63
+ - fe38192dc @putout/operator-jsx: drop support of 🐊 < 41
64
+ - f6ce8af7b putout: @putout/operator-rename-files v6.0.0
65
+ - e4dc35fa7 @putout/operator-rename-files: drop support of 🐊 < 41
66
+ - 9d0eb68cd putout: @putout/operator-keyword v3.0.0
67
+ - 0889023a3 putout: @putout/operator-match-files v10.0.0
68
+ - a354bb88f @putout/operator-match-files: drop support of 🐊 < 41
69
+ - ef86773bc @putout/engine-runner: @putout/plugin-filesystem v12.0.0
70
+ - 6ac19f16b putout: @putout/plugin-filesystem v12.0.0
71
+ - 567bf1390 @putout/plugin-filesystem: drop support of 🐊 < 41
72
+ - cbce25075 putout: @putout/engine-runner v26.0.0
73
+ - 9089dd204 putout: @putout/operator-filesystem v10.0.0
74
+ - 0136a73d9 @putout/processor-filesystem: @putout/operator-filesystem v10.0.0
75
+ - c1b3ebb85 @putout/plugin-filesystem: @putout/operator-filesystem v10.0.0
76
+ - 4f782c206 @putout/operator-rename-files: @putout/operator-filesystem v10.0.0
77
+ - e8d4337cc @putout/operator-match-files: @putout/operator-filesystem v10.0.0
78
+ - 48083c641 @putout/engine-runner: @putout/operator-filesystem v10.0.0
79
+ - 954aa7792 @putout/operator-filesystem: drop support of 🐊 < 41
80
+ - a52eb3ce7 putout: @putout/operate v15.0.0
81
+ - 1bf0d8cc3 @putout/plugin-filesystem: @putout/operate v15.0.0
82
+ - 577a61bbb @putout/operator-jsx: @putout/operate v15.0.0
83
+ - cc3b7e89e @putout/operator-ignore: @putout/operate v15.0.0
84
+ - deb30cc33 @putout/operator-filesystem: @putout/operate v15.0.0
85
+ - 60c44fd56 @putout/operator-declare: @putout/operate v15.0.0
86
+ - 930596559 @putout/engine-runner: @putout/operate v15.0.0
87
+ - 841bc08c7 @putout/compare: @putout/operate v15.0.0
88
+ - 23ab91c7e @putout/cli-process-file: @putout/operate v15.0.0
89
+ - 432a3ed22 @putout/traverse: @putout/compare v19.0.0
90
+ - b1bda1912 putout: @putout/compare v19.0.0
91
+ - 7375fd114 @putout/operator-declare: @putout/compare v19.0.0
92
+ - 683d77b8e @putout/operator-add-args: @putout/compare v19.0.0
93
+ - dc51b033d @putout/engine-runner: @putout/compare v19.0.0
94
+ - a47128a1a putout: @putout/engine-parser v15.0.1
95
+ - 2a2c04abc @putout/operator-match-files: @putout/engine-parser v15.0.1
96
+ - 525b0ad3b @putout/operator-filesystem: @putout/engine-parser v15.0.1
97
+ - f71e2811c @putout/operator-declare: @putout/engine-parser v15.0.1
98
+ - 4654c8277 @putout/operator-add-args: @putout/engine-parser v15.0.1
99
+ - c15f2e94b eslint-plugin-putout: @putout/engine-parser v15.0.1
100
+ - 703474c39 @putout/engine-runner: @putout/engine-parser v15.0.1
101
+ - f16581ae6 @putout/compare: @putout/engine-parser v15.0.1
102
+ - 5f9824812 @putout/traverse: @putout/babel v5.0.0
103
+ - c7ccd425e putout: @putout/babel v5.0.0
104
+ - c3e47305d @putout/plugin-filesystem: @putout/babel v5.0.0
105
+ - 035207e28 @putout/operator-parens: @putout/babel v5.0.0
106
+ - a9f7a6ab3 @putout/operator-match-files: @putout/babel v5.0.0
107
+ - 6bbc4973a @putout/operator-jsx: @putout/babel v5.0.0
108
+ - 72351a059 @putout/operator-ignore: @putout/babel v5.0.0
109
+ - 0c21cbd5a @putout/operator-filesystem: @putout/babel v5.0.0
110
+ - 6b5f92318 @putout/operator-declare: @putout/babel v5.0.0
111
+ - 9182e6506 @putout/operator-add-args: @putout/babel v5.0.0
112
+ - 136e3afd4 @putout/operate: @putout/babel v5.0.0
113
+ - c9d24a69c @putout/formatter-codeframe: @putout/babel v5.0.0
114
+ - b65e4fd44 @putout/engine-runner: @putout/babel v5.0.0
115
+ - bab8586e0 @putout/compare: @putout/babel v5.0.0
116
+ - 1ebb37f73 @putout/engine-parser: @putout/babel v5.0.0
117
+ - 95f881fa5 putout: @putout/plugin-esm v6.0.0
118
+ - e402a9c4b @putout/plugin-esm: drop support of 🐊 < 41
119
+ - b9d3d8814 @putout/engine-parser: espree v11.0.0
120
+ - b5cdddc0b @putout/plugin-labels: ImportDeclaration: assert: exclude
121
+ - 9b080627a @putout/plugin-remove-nested-blocks: ImportDeclaration: assert: exclude
122
+ - 57a7aa3da @putout/plugin-remove-unused-expressions: exclude ImportDeclaration: assert
123
+ - d58487be2 @putout/plugin-esm: convert-assert-to-with: rm deprecatedImportAssert
124
+ - 48e9c7ec8 @putout/engine-parser: babel: rm deprecatedImportAssert
125
+ - a1ed406d7 @putout/plugin-remove-useless-variables: destruct: typeAnnotation: exclude
126
+ - 8aabd6cf7 @putout/plugin-apply-shorthand-properties: string: exclude
127
+ - 47720a873 @putout/operator-keyword: drop support of node < 20
128
+ - b28077886 @putout/operator-keyword: assert, with: add
129
+ - 11fb65f6f @putout/plugin-promises: remove-useless-async: returnType: exclude Promise
130
+ - 10df9f8c7 @putout/plugin-apply-shorthand-properties: exclude default
131
+ - 190fa5359 @putout/plugin-try-catch: async: types
132
+
1
133
  2025.11.25, v40.15.1
2
134
 
3
135
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.15.1",
3
+ "version": "41.0.0",
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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -51,7 +51,7 @@
51
51
  "report": "madrun report"
52
52
  },
53
53
  "dependencies": {
54
- "@putout/babel": "^4.0.1",
54
+ "@putout/babel": "^5.0.0",
55
55
  "@putout/cli-cache": "^6.0.0",
56
56
  "@putout/cli-choose-formatter": "^5.0.0",
57
57
  "@putout/cli-keypress": "^3.0.0",
@@ -60,15 +60,15 @@
60
60
  "@putout/cli-ruler": "^4.0.0",
61
61
  "@putout/cli-staged": "^1.0.0",
62
62
  "@putout/cli-validate-args": "^2.0.0",
63
- "@putout/compare": "^18.0.0",
63
+ "@putout/compare": "^19.0.0",
64
64
  "@putout/engine-loader": "^16.0.0",
65
- "@putout/engine-parser": "^14.0.0",
65
+ "@putout/engine-parser": "^15.0.1",
66
66
  "@putout/engine-processor": "^14.0.0",
67
67
  "@putout/engine-reporter": "^5.0.0",
68
- "@putout/engine-runner": "^25.0.0",
69
- "@putout/formatter-codeframe": "^9.0.0",
68
+ "@putout/engine-runner": "^26.0.0",
69
+ "@putout/formatter-codeframe": "^10.0.0",
70
70
  "@putout/formatter-dump": "^6.0.0",
71
- "@putout/formatter-frame": "^8.0.0",
71
+ "@putout/formatter-frame": "^9.0.0",
72
72
  "@putout/formatter-json": "^3.0.0",
73
73
  "@putout/formatter-json-lines": "^4.0.0",
74
74
  "@putout/formatter-memory": "^5.0.0",
@@ -76,38 +76,33 @@
76
76
  "@putout/formatter-progress-bar": "^5.0.0",
77
77
  "@putout/formatter-stream": "^6.0.0",
78
78
  "@putout/formatter-time": "^4.0.0",
79
- "@putout/operate": "^14.0.0",
80
- "@putout/operator-add-args": "^12.0.0",
81
- "@putout/operator-declare": "^14.0.0",
82
- "@putout/operator-filesystem": "^9.0.0",
83
- "@putout/operator-ignore": "^3.0.0",
79
+ "@putout/operate": "^15.0.0",
80
+ "@putout/operator-add-args": "^13.0.0",
81
+ "@putout/operator-declare": "^15.0.0",
82
+ "@putout/operator-filesystem": "^10.0.0",
83
+ "@putout/operator-ignore": "^4.0.0",
84
84
  "@putout/operator-json": "^2.0.0",
85
- "@putout/operator-jsx": "^1.0.0",
86
- "@putout/operator-keyword": "^2.0.0",
87
- "@putout/operator-match-files": "^9.0.0",
88
- "@putout/operator-parens": "^2.0.0",
85
+ "@putout/operator-jsx": "^2.0.0",
86
+ "@putout/operator-keyword": "^3.0.0",
87
+ "@putout/operator-match-files": "^10.0.0",
88
+ "@putout/operator-parens": "^3.0.0",
89
89
  "@putout/operator-regexp": "^2.0.0",
90
- "@putout/operator-rename-files": "^5.0.0",
90
+ "@putout/operator-rename-files": "^6.0.0",
91
91
  "@putout/plugin-apply-arrow": "^3.0.0",
92
92
  "@putout/plugin-apply-at": "^2.0.0",
93
- "@putout/plugin-apply-destructuring": "^10.0.0",
94
93
  "@putout/plugin-apply-dot-notation": "^3.0.0",
95
94
  "@putout/plugin-apply-flat-map": "^3.0.0",
96
95
  "@putout/plugin-apply-overrides": "^3.0.0",
97
96
  "@putout/plugin-apply-shorthand-properties": "^7.0.0",
98
97
  "@putout/plugin-apply-starts-with": "^1.0.0",
99
98
  "@putout/plugin-apply-template-literals": "^4.0.0",
99
+ "@putout/plugin-arguments": "^1.0.0",
100
100
  "@putout/plugin-assignment": "^2.0.0",
101
101
  "@putout/plugin-browserlist": "^2.0.0",
102
102
  "@putout/plugin-conditions": "^8.0.0",
103
- "@putout/plugin-convert-apply-to-spread": "^4.0.0",
104
- "@putout/plugin-convert-arguments-to-rest": "^4.0.0",
105
- "@putout/plugin-convert-array-copy-to-slice": "^4.0.0",
106
103
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
107
- "@putout/plugin-convert-const-to-let": "^5.0.0",
108
104
  "@putout/plugin-convert-expression-to-params": "^1.0.0",
109
105
  "@putout/plugin-convert-index-of-to-includes": "^2.0.0",
110
- "@putout/plugin-convert-object-assign-to-merge-spread": "^7.0.0",
111
106
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
112
107
  "@putout/plugin-convert-object-entries-to-object-keys": "^1.0.0",
113
108
  "@putout/plugin-convert-object-keys-to-object-entries": "^1.0.0",
@@ -117,12 +112,11 @@
117
112
  "@putout/plugin-coverage": "^1.0.0",
118
113
  "@putout/plugin-declare": "^6.0.0",
119
114
  "@putout/plugin-declare-before-reference": "^8.0.0",
120
- "@putout/plugin-eslint": "^14.0.0",
121
- "@putout/plugin-esm": "^5.0.0",
122
- "@putout/plugin-extract-keywords-from-variables": "^3.0.0",
123
- "@putout/plugin-extract-object-properties": "^10.0.0",
115
+ "@putout/plugin-destructuring": "^1.0.0",
116
+ "@putout/plugin-eslint": "^15.0.0",
117
+ "@putout/plugin-esm": "^6.0.0",
124
118
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",
125
- "@putout/plugin-filesystem": "^11.0.0",
119
+ "@putout/plugin-filesystem": "^12.0.0",
126
120
  "@putout/plugin-for-of": "^10.0.0",
127
121
  "@putout/plugin-generators": "^2.0.0",
128
122
  "@putout/plugin-github": "^17.0.0",
@@ -132,7 +126,6 @@
132
126
  "@putout/plugin-madrun": "^22.0.0",
133
127
  "@putout/plugin-math": "^4.0.0",
134
128
  "@putout/plugin-maybe": "^4.0.0",
135
- "@putout/plugin-merge-destructuring-properties": "^12.0.0",
136
129
  "@putout/plugin-merge-duplicate-functions": "^4.0.0",
137
130
  "@putout/plugin-montag": "^4.0.0",
138
131
  "@putout/plugin-new": "^4.0.0",
@@ -143,7 +136,7 @@
143
136
  "@putout/plugin-parens": "^4.0.0",
144
137
  "@putout/plugin-promises": "^18.0.0",
145
138
  "@putout/plugin-putout": "^27.0.0",
146
- "@putout/plugin-putout-config": "^10.0.0",
139
+ "@putout/plugin-putout-config": "^11.0.0",
147
140
  "@putout/plugin-regexp": "^12.0.0",
148
141
  "@putout/plugin-remove-console": "^6.0.0",
149
142
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
@@ -154,13 +147,9 @@
154
147
  "@putout/plugin-remove-iife": "^5.0.0",
155
148
  "@putout/plugin-remove-nested-blocks": "^9.0.0",
156
149
  "@putout/plugin-remove-unreachable-code": "^3.0.0",
157
- "@putout/plugin-remove-unreferenced-variables": "^6.0.0",
158
150
  "@putout/plugin-remove-unused-expressions": "^12.0.0",
159
- "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
160
151
  "@putout/plugin-remove-unused-labels": "^1.0.1",
161
152
  "@putout/plugin-remove-unused-private-fields": "^4.0.0",
162
- "@putout/plugin-remove-unused-variables": "^14.0.0",
163
- "@putout/plugin-remove-useless-arguments": "^12.0.0",
164
153
  "@putout/plugin-remove-useless-array": "^2.0.0",
165
154
  "@putout/plugin-remove-useless-array-constructor": "^3.0.0",
166
155
  "@putout/plugin-remove-useless-array-entries": "^2.0.0",
@@ -174,19 +163,16 @@
174
163
  "@putout/plugin-remove-useless-operand": "^3.0.0",
175
164
  "@putout/plugin-remove-useless-push": "^2.0.0",
176
165
  "@putout/plugin-remove-useless-replace": "^2.0.0",
177
- "@putout/plugin-remove-useless-spread": "^13.0.0",
178
166
  "@putout/plugin-remove-useless-template-expressions": "^3.0.0",
179
- "@putout/plugin-remove-useless-variables": "^14.0.0",
180
167
  "@putout/plugin-return": "^2.0.0",
181
168
  "@putout/plugin-reuse-duplicate-init": "^8.0.0",
182
169
  "@putout/plugin-simplify-ternary": "^8.0.0",
183
- "@putout/plugin-split-call-with-destructuring": "^2.0.0",
184
- "@putout/plugin-split-nested-destructuring": "^4.0.0",
185
- "@putout/plugin-split-variable-declarations": "^5.0.0",
170
+ "@putout/plugin-spread": "^1.0.0",
186
171
  "@putout/plugin-tape": "^19.0.0",
187
172
  "@putout/plugin-try-catch": "^6.0.0",
188
173
  "@putout/plugin-types": "^8.0.0",
189
174
  "@putout/plugin-typescript": "^12.0.0",
175
+ "@putout/plugin-variables": "^1.0.0",
190
176
  "@putout/plugin-webpack": "^4.0.0",
191
177
  "@putout/processor-css": "^11.0.0",
192
178
  "@putout/processor-filesystem": "^7.0.0",
@@ -195,7 +181,7 @@
195
181
  "@putout/processor-json": "^9.0.0",
196
182
  "@putout/processor-markdown": "^12.0.0",
197
183
  "@putout/processor-yaml": "^8.0.0",
198
- "@putout/traverse": "^14.0.0",
184
+ "@putout/traverse": "^15.0.0",
199
185
  "ajv": "^8.8.2",
200
186
  "ci-info": "^4.0.0",
201
187
  "deepmerge": "^4.0.0",
@@ -232,7 +218,7 @@
232
218
  "currify": "^4.0.0",
233
219
  "eslint": "v10.0.0-alpha.0",
234
220
  "eslint-plugin-n": "^17.0.0",
235
- "eslint-plugin-putout": "^28.0.0",
221
+ "eslint-plugin-putout": "^29.0.0",
236
222
  "just-camel-case": "^6.2.0",
237
223
  "madrun": "^11.0.0",
238
224
  "mock-require": "^3.0.2",
package/putout.json CHANGED
@@ -57,10 +57,11 @@
57
57
  "maybe": "off",
58
58
  "convert-quotes-to-backticks": "off",
59
59
  "remove-unused-expressions": "off",
60
- "remove-unused-variables": "off",
60
+ "variables/remove-unused": "off",
61
61
  "labels/remove-unused": "off",
62
62
  "remove-useless-escape": "off",
63
- "remove-useless-variables": "off",
63
+ "variables/remove-useless": "off",
64
+ "destructuring/remove-useless-variables": "off",
64
65
  "remove-useless-push": "off",
65
66
  "esm/remove-useless-export-specifiers": "off",
66
67
  "return/remove-useless": "off",
@@ -75,7 +76,7 @@
75
76
  "putout/apply-namespace-specifier": "off"
76
77
  },
77
78
  "*.svelte": {
78
- "remove-unused-variables": "off"
79
+ "variables/remove-unused": "off"
79
80
  },
80
81
  "{*rc,*.{json,yml}}": {
81
82
  "convert-quotes-to-backticks": "off",
@@ -199,14 +200,13 @@
199
200
  "apply-arrow",
200
201
  "apply-dot-notation",
201
202
  "apply-flat-map",
202
- "apply-destructuring",
203
203
  "apply-shorthand-properties",
204
204
  "apply-starts-with",
205
205
  "apply-template-literals",
206
206
  "apply-overrides",
207
+ "arguments",
207
208
  "assignment",
208
- "extract-keywords-from-variables",
209
- "extract-object-properties",
209
+ "destructuring",
210
210
  "extract-sequence-expressions",
211
211
  "madrun",
212
212
  "maybe",
@@ -218,13 +218,11 @@
218
218
  "remove-iife",
219
219
  "remove-console",
220
220
  "remove-empty",
221
- "remove-unreferenced-variables",
222
- "remove-unused-variables",
223
221
  "remove-unused-private-fields",
224
222
  "remove-unused-expressions",
225
223
  "remove-useless-assign",
226
224
  "remove-useless-replace",
227
- "remove-useless-variables",
225
+ "variables",
228
226
  "remove-useless-push",
229
227
  "remove-useless-map",
230
228
  "remove-useless-constructor",
@@ -234,9 +232,7 @@
234
232
  "remove-useless-continue",
235
233
  "remove-useless-delete",
236
234
  "remove-useless-operand",
237
- "remove-useless-arguments",
238
235
  "remove-useless-escape",
239
- "remove-useless-spread",
240
236
  "remove-useless-functions",
241
237
  "remove-useless-template-expressions",
242
238
  "remove-duplicate-case",
@@ -245,26 +241,18 @@
245
241
  "remove-duplicate-keys",
246
242
  "return",
247
243
  "reuse-duplicate-init",
248
- "split-call-with-destructuring",
249
- "split-variable-declarations",
250
- "split-nested-destructuring",
244
+ "spread",
251
245
  "simplify-ternary",
252
- "convert-const-to-let",
253
246
  "convert-expression-to-params",
254
- "convert-apply-to-spread",
255
247
  "convert-concat-to-flat",
256
- "convert-arguments-to-rest",
257
- "convert-object-assign-to-merge-spread",
258
248
  "convert-object-entries-to-object-keys",
259
249
  "convert-object-keys-to-object-entries",
260
250
  "convert-to-arrow-function",
261
- "convert-array-copy-to-slice",
262
251
  "convert-template-to-string",
263
252
  "convert-index-of-to-includes",
264
253
  "convert-quotes-to-backticks",
265
254
  "convert-object-entries-to-array-entries",
266
255
  "esm",
267
- "merge-destructuring-properties",
268
256
  "merge-duplicate-functions",
269
257
  "declare-before-reference",
270
258
  "declare",