putout 40.1.8 → 40.1.10
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 +14 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2025.05.14, v40.1.10
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- fdf23cd88 putout: @putout/plugin-merge-duplicate-functions v4.0.0
|
|
5
|
+
- a7e59046d @putout/plugin-merge-duplicate-functions: exclude ExportNamedDeclaration
|
|
6
|
+
- ba0009166 @putout/plugin-merge-duplicate-functions: drop support of 🐊 < 40
|
|
7
|
+
- c17cc4903 @putout/engine-runner: replacer: extract expression
|
|
8
|
+
|
|
9
|
+
2025.05.14, v40.1.9
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- e4132f353 putout: @putout/plugin-remove-useless-continue v3.0.0
|
|
13
|
+
- 09f52969b @putout/plugin-remove-useless-continue: migrate to ESM
|
|
14
|
+
|
|
1
15
|
2025.05.14, v40.1.8
|
|
2
16
|
|
|
3
17
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.1.
|
|
3
|
+
"version": "40.1.10",
|
|
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",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@putout/plugin-math": "^4.0.0",
|
|
131
131
|
"@putout/plugin-maybe": "^4.0.0",
|
|
132
132
|
"@putout/plugin-merge-destructuring-properties": "^11.0.0",
|
|
133
|
-
"@putout/plugin-merge-duplicate-functions": "^
|
|
133
|
+
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
|
|
134
134
|
"@putout/plugin-montag": "^4.0.0",
|
|
135
135
|
"@putout/plugin-new": "^4.0.0",
|
|
136
136
|
"@putout/plugin-nodejs": "^16.0.0",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"@putout/plugin-remove-useless-array-entries": "^1.0.0",
|
|
164
164
|
"@putout/plugin-remove-useless-assign": "^1.0.0",
|
|
165
165
|
"@putout/plugin-remove-useless-constructor": "^2.0.0",
|
|
166
|
-
"@putout/plugin-remove-useless-continue": "^
|
|
166
|
+
"@putout/plugin-remove-useless-continue": "^3.0.0",
|
|
167
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",
|