putout 40.0.10 → 40.0.12
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 +22 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
2025.04.23, v40.0.12
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 8295aed4c @putout/processor-wasm: rules: apply-nesting: exclude couple
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- b55e781e4 putout: @putout/plugin-reuse-duplicate-init v8.0.0
|
|
8
|
+
- 0445a713c @putout/plugin-reuse-duplicate-init: migrate to ESM
|
|
9
|
+
- 804a1b657 @putout/processor-wasm: rules: remove-unused: exclude called
|
|
10
|
+
- a7e955e27 @putout/processor-wasm: rules: remove-unused: add
|
|
11
|
+
|
|
12
|
+
2025.04.22, v40.0.11
|
|
13
|
+
|
|
14
|
+
fix:
|
|
15
|
+
- 5547e4c38 @putout/test: ext -> extension
|
|
16
|
+
|
|
17
|
+
feature:
|
|
18
|
+
- 0d7a08058 putout: @putout/plugin-webpack v4.0.0
|
|
19
|
+
- 25abc610c @putout/processor-wasm: apply-nesting (xtuc/webassemblyjs#1208)
|
|
20
|
+
- 0bb7573f1 @putout/processor-wasm: drop support of 🐊 < 40
|
|
21
|
+
- 115d824d0 @putout/test: add ability to override ext
|
|
22
|
+
|
|
1
23
|
2025.04.18, v40.0.10
|
|
2
24
|
|
|
3
25
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.12",
|
|
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",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
176
176
|
"@putout/plugin-remove-useless-variables": "^13.0.0",
|
|
177
177
|
"@putout/plugin-return": "^2.0.0",
|
|
178
|
-
"@putout/plugin-reuse-duplicate-init": "^
|
|
178
|
+
"@putout/plugin-reuse-duplicate-init": "^8.0.0",
|
|
179
179
|
"@putout/plugin-simplify-ternary": "^7.0.0",
|
|
180
180
|
"@putout/plugin-split-call-with-destructuring": "^1.0.0",
|
|
181
181
|
"@putout/plugin-split-nested-destructuring": "^3.0.0",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"@putout/plugin-try-catch": "^5.0.0",
|
|
185
185
|
"@putout/plugin-types": "^8.0.0",
|
|
186
186
|
"@putout/plugin-typescript": "^12.0.0",
|
|
187
|
-
"@putout/plugin-webpack": "^
|
|
187
|
+
"@putout/plugin-webpack": "^4.0.0",
|
|
188
188
|
"@putout/processor-css": "^11.0.0",
|
|
189
189
|
"@putout/processor-filesystem": "^6.0.0",
|
|
190
190
|
"@putout/processor-ignore": "^6.0.0",
|