putout 40.1.6 → 40.1.8
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 +12 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2025.05.14, v40.1.8
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 964ba7024 putout: @putout/plugin-remove-useless-delete v2.0.0
|
|
5
|
+
- fad165ecf @putout/plugin-remove-useless-delete: migrate to ESM
|
|
6
|
+
|
|
7
|
+
2025.05.14, v40.1.7
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 0ada7a2a9 putout: @putout/plugin-remove-nested-blocks v9.0.0
|
|
11
|
+
- da18bb28e @putout/plugin-remove-nested-blocks: migrate to ESM
|
|
12
|
+
|
|
1
13
|
2025.05.13, v40.1.6
|
|
2
14
|
|
|
3
15
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.1.
|
|
3
|
+
"version": "40.1.8",
|
|
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",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@putout/plugin-remove-duplicate-keys": "^7.0.0",
|
|
150
150
|
"@putout/plugin-remove-empty": "^14.0.0",
|
|
151
151
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
152
|
-
"@putout/plugin-remove-nested-blocks": "^
|
|
152
|
+
"@putout/plugin-remove-nested-blocks": "^9.0.0",
|
|
153
153
|
"@putout/plugin-remove-unreachable-code": "^2.0.0",
|
|
154
154
|
"@putout/plugin-remove-unreferenced-variables": "^5.0.0",
|
|
155
155
|
"@putout/plugin-remove-unused-expressions": "^11.0.0",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"@putout/plugin-remove-useless-assign": "^1.0.0",
|
|
165
165
|
"@putout/plugin-remove-useless-constructor": "^2.0.0",
|
|
166
166
|
"@putout/plugin-remove-useless-continue": "^2.0.0",
|
|
167
|
-
"@putout/plugin-remove-useless-delete": "^
|
|
167
|
+
"@putout/plugin-remove-useless-delete": "^2.0.0",
|
|
168
168
|
"@putout/plugin-remove-useless-escape": "^8.0.0",
|
|
169
169
|
"@putout/plugin-remove-useless-functions": "^5.0.0",
|
|
170
170
|
"@putout/plugin-remove-useless-map": "^2.0.0",
|