putout 29.1.5 → 29.1.6
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 +21 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
2023.03.26, v29.1.6
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- f426420c3 @putout/plugin-declare: is-type moved out to @putout/types
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- f91242abc package: @putout/plugin-remove-unused-variables v5.0.0
|
|
8
|
+
- 3e3c3cda5 @putout/plugin-remove-unused-variables: drop support of 🐊 < 29
|
|
9
|
+
- 0f1e5dd41 @putout/plugin-remove-unused-variables: simplify
|
|
10
|
+
- 167cde6a3 package: @putout/plugin-remove-empty v10.0.0
|
|
11
|
+
- 0f1b3c5df @putout/plugin-remove-empty: drop support of 🐊 < 29
|
|
12
|
+
- 6c548ab8f @putout/plugin-remove-empty: improve support of nullable ArrayPatterns
|
|
13
|
+
- 4e7233145 @putout/for-of: remove-unused-variaables: improve support of ArrayPattern
|
|
14
|
+
- abb7a2675 @putout/operate: improve support of second argument of ArrayPattern
|
|
15
|
+
- 68920b983 @putout/plugin-for-of: remove-unused-variables: improve support of ArrayPattern
|
|
16
|
+
- 9c0cf5f64 @putout/operate: improve support of removing element from ArrayPattern
|
|
17
|
+
- 66181e20d @putout/operator-add-args: exclude UnaryExpression
|
|
18
|
+
- 090efa26e @putout/operator-add-args: exclude AssignmentExpression
|
|
19
|
+
- 496e0b85d @putout/operator-add-args: exclude VariableDeclarator
|
|
20
|
+
- e15c01803 @putout/operator-add-args: add support of MemberExpression
|
|
21
|
+
|
|
1
22
|
2023.03.18, v29.1.5
|
|
2
23
|
|
|
3
24
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.1.
|
|
3
|
+
"version": "29.1.6",
|
|
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",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@putout/plugin-remove-debugger": "^5.0.0",
|
|
125
125
|
"@putout/plugin-remove-duplicate-case": "^2.0.0",
|
|
126
126
|
"@putout/plugin-remove-duplicate-keys": "^3.0.0",
|
|
127
|
-
"@putout/plugin-remove-empty": "^
|
|
127
|
+
"@putout/plugin-remove-empty": "^10.0.0",
|
|
128
128
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
129
129
|
"@putout/plugin-remove-nested-blocks": "^6.0.0",
|
|
130
130
|
"@putout/plugin-remove-unreachable-code": "^1.0.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@putout/plugin-remove-unused-expressions": "^5.0.0",
|
|
133
133
|
"@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
|
|
134
134
|
"@putout/plugin-remove-unused-private-fields": "^2.0.0",
|
|
135
|
-
"@putout/plugin-remove-unused-variables": "^
|
|
135
|
+
"@putout/plugin-remove-unused-variables": "^5.0.0",
|
|
136
136
|
"@putout/plugin-remove-useless-arguments": "^6.0.0",
|
|
137
137
|
"@putout/plugin-remove-useless-array-constructor": "^1.0.0",
|
|
138
138
|
"@putout/plugin-remove-useless-array-entries": "^1.0.0",
|