putout 36.2.0 → 36.2.1
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 +5 -0
- package/package.json +2 -2
- package/putout.json +2 -3
package/ChangeLog
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.2.
|
|
3
|
+
"version": "36.2.1",
|
|
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",
|
|
@@ -105,7 +105,6 @@
|
|
|
105
105
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
106
106
|
"@putout/plugin-convert-const-to-let": "^3.0.0",
|
|
107
107
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
108
|
-
"@putout/plugin-convert-label-to-object": "^2.0.0",
|
|
109
108
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
110
109
|
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
|
|
111
110
|
"@putout/plugin-convert-optional-to-logical": "^4.0.0",
|
|
@@ -125,6 +124,7 @@
|
|
|
125
124
|
"@putout/plugin-github": "^12.0.0",
|
|
126
125
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
127
126
|
"@putout/plugin-group-imports-by-source": "^1.0.0",
|
|
127
|
+
"@putout/plugin-labels": "^1.0.0",
|
|
128
128
|
"@putout/plugin-logical-expressions": "^6.0.0",
|
|
129
129
|
"@putout/plugin-madrun": "^18.0.0",
|
|
130
130
|
"@putout/plugin-math": "^2.0.0",
|
package/putout.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"convert-quotes-to-backticks": "off",
|
|
54
54
|
"remove-unused-expressions": "off",
|
|
55
55
|
"remove-unused-variables": "off",
|
|
56
|
-
"remove-unused
|
|
56
|
+
"labels/remove-unused": "off",
|
|
57
57
|
"remove-useless-escape": "off",
|
|
58
58
|
"remove-useless-variables": "off",
|
|
59
59
|
"remove-useless-return": "off",
|
|
@@ -208,7 +208,6 @@
|
|
|
208
208
|
"remove-empty",
|
|
209
209
|
"remove-unreferenced-variables",
|
|
210
210
|
"remove-unused-variables",
|
|
211
|
-
"remove-unused-labels",
|
|
212
211
|
"remove-unused-private-fields",
|
|
213
212
|
"remove-unused-expressions",
|
|
214
213
|
"remove-useless-assign",
|
|
@@ -256,13 +255,13 @@
|
|
|
256
255
|
"convert-assignment-to-comparison",
|
|
257
256
|
"convert-quotes-to-backticks",
|
|
258
257
|
"convert-object-entries-to-array-entries",
|
|
259
|
-
"convert-label-to-object",
|
|
260
258
|
"merge-destructuring-properties",
|
|
261
259
|
"merge-duplicate-imports",
|
|
262
260
|
"merge-duplicate-functions",
|
|
263
261
|
"declare-imports-first",
|
|
264
262
|
"declare-before-reference",
|
|
265
263
|
"declare",
|
|
264
|
+
"labels",
|
|
266
265
|
"math",
|
|
267
266
|
"putout",
|
|
268
267
|
"putout-config",
|