putout 35.34.1 → 35.35.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 +27 -0
- package/package.json +4 -3
- package/putout.json +2 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
2024.06.17, v35.35.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- d18ab8900 @putout/plugin-convert-assignment-to-declaration: binding
|
|
5
|
+
- 0b22cf083 @putout/plugin-convert-assignment-to-declaration: add
|
|
6
|
+
- 26518dcfb @putout/plugin-minify: merge-assignment-expressions: add
|
|
7
|
+
- 2cd355f72 @putout/plugin-split-assignment-expressions: duplicate-reuse
|
|
8
|
+
- 385a6ce21 @putout/plugin-split-assignment-expressions: exclude Function
|
|
9
|
+
|
|
10
|
+
2024.06.13, v35.35.0
|
|
11
|
+
|
|
12
|
+
feature:
|
|
13
|
+
- 288584b98 @putout/plugin-convert-const-to-let: add support of FunctionDeclaration
|
|
14
|
+
- 25d9ab194 putout: @putout/plugin-convert-const-to-let v2.0.0
|
|
15
|
+
- 25239610b @putout/plugin-convert-const-to-let: drop support of 🐊 < 35
|
|
16
|
+
- 92ffc3ad2 @putout/plugin-convert-const-to-let: for-of, for-in
|
|
17
|
+
- 66d06887c @putout/plugin-minify: merge-variables: for-of
|
|
18
|
+
- 8ac6ec73a @putout/compare: vars: Literal -> StringLiteral
|
|
19
|
+
- 7d870d9a1 @putout/plugin-minify: mangle-names: exclude export
|
|
20
|
+
- ecca64aab @putout/plugin-minify: merge-variables: duplicate declaration
|
|
21
|
+
- 82952059e @putout/plugin-minify: merge-variables: check previous of each var (putoutjs/minify#18)
|
|
22
|
+
- 015e801f3 @putout/plugin-minify: merge-variables: check that previous node is var
|
|
23
|
+
- 6237e2741 root: c8 v10.0.0
|
|
24
|
+
- a3ae58d50 eslint-plugin-putout: add-newline-before-return: exclude ReturnStatement that is first element of BlackStatement
|
|
25
|
+
- 7cdb80133 @putout/plugin-minify: convert-const-to-var: exclude ForStatement (putoutjs/minify#20)
|
|
26
|
+
- bba017fc8 @putout/plugin-remove-unused-variables: add support of ArrayPattern inside ExportNamedDeclaration (putoutjs/minify#22)
|
|
27
|
+
|
|
1
28
|
2024.06.10, v35.34.1
|
|
2
29
|
|
|
3
30
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.35.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",
|
|
@@ -100,8 +100,9 @@
|
|
|
100
100
|
"@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
|
|
101
101
|
"@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
|
|
102
102
|
"@putout/plugin-convert-assignment-to-comparison": "^2.0.0",
|
|
103
|
+
"@putout/plugin-convert-assignment-to-declaration": "^1.0.0",
|
|
103
104
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
104
|
-
"@putout/plugin-convert-const-to-let": "^
|
|
105
|
+
"@putout/plugin-convert-const-to-let": "^2.0.0",
|
|
105
106
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
106
107
|
"@putout/plugin-convert-label-to-object": "^1.0.0",
|
|
107
108
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
@@ -224,7 +225,7 @@
|
|
|
224
225
|
"devDependencies": {
|
|
225
226
|
"@putout/eslint-flat": "^2.0.0",
|
|
226
227
|
"@putout/plugin-apply-entries": "^2.0.0",
|
|
227
|
-
"c8": "^
|
|
228
|
+
"c8": "^10.0.0",
|
|
228
229
|
"currify": "^4.0.0",
|
|
229
230
|
"eslint": "^9.0.0",
|
|
230
231
|
"eslint-plugin-n": "^17.0.0",
|
package/putout.json
CHANGED
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"typescript/rename-file-mts-to-ts": "on"
|
|
46
46
|
},
|
|
47
47
|
"*.md": {
|
|
48
|
+
"convert-assignment-to-declaration": "off",
|
|
48
49
|
"conditions/apply-consistent-blocks": "off",
|
|
49
50
|
"conditions/convert-comparison-to-boolean": "off",
|
|
50
51
|
"conditions/remove-constant": "off",
|
|
@@ -236,6 +237,7 @@
|
|
|
236
237
|
"simplify-ternary",
|
|
237
238
|
"sort-imports-by-specifiers",
|
|
238
239
|
"convert-const-to-let",
|
|
240
|
+
"convert-assignment-to-declaration",
|
|
239
241
|
"convert-apply-to-spread",
|
|
240
242
|
"convert-concat-to-flat",
|
|
241
243
|
"convert-arguments-to-rest",
|