putout 42.1.0 → 42.2.0
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 +29 -0
- package/lib/operator.js +1 -0
- package/package.json +4 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
2026.03.13, v42.2.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 70a9d8e4a putout: @putout/operator-regexp v5.0.0
|
|
5
|
+
- d39500807 @putout/operator-regexp: drop support of 🐊 < 42
|
|
6
|
+
- 2ffb97675 @putout/operator-type-checker: env
|
|
7
|
+
- 29d39c0f6 putout: @putout/operator-type-checker: add
|
|
8
|
+
- 87476775b @putout/plugin-putout: declare: createTypeChecker
|
|
9
|
+
- 183d8f559 @putout/operator-regexp: rm unused eslint-plugin-n
|
|
10
|
+
- ef6010320 @putout/operator-type-checker: add
|
|
11
|
+
- c0c3d3d71 @putout/plugin-spread: remove-useless-array: exclude querySelectoAll (putoutjs/minify#30)
|
|
12
|
+
- f61d5d3a7 @putout/test: add type-checker
|
|
13
|
+
- bcd6dc5e3 @putout/plugin-printer: merge-tuples-of-type-checkers
|
|
14
|
+
- 4761ef6c4 @putout/processor-toml: oxfmt v0.40.0
|
|
15
|
+
- ad991a73e @putout/opreate: replace-with: maybe-body: simplify
|
|
16
|
+
- b479e3381 @putout/operate: replaceWith: isExpressionStatement: simplify
|
|
17
|
+
|
|
18
|
+
2026.03.12, v42.1.1
|
|
19
|
+
|
|
20
|
+
fix:
|
|
21
|
+
- fe70e0793 @putout/operator-keyword: isDeclarationKeyword: rm import
|
|
22
|
+
- 94eda16be eslint-plugin-putout: readme: typo
|
|
23
|
+
|
|
24
|
+
feature:
|
|
25
|
+
- 417e01b56 @putout/processor-toml: oxfmt v0.39.0
|
|
26
|
+
- 1fff610d6 putout: @putout/plugin-regexp v14.0.0
|
|
27
|
+
- 9a84c7b33 @putout/operator-keyword: isDeclaration: import
|
|
28
|
+
- 510b742a2 @putout/plugin-printer: check-type-passed-to-type-checker: ExportDeclaration
|
|
29
|
+
|
|
1
30
|
2026.03.10, v42.1.0
|
|
2
31
|
|
|
3
32
|
fix:
|
package/lib/operator.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.
|
|
3
|
+
"version": "42.2.0",
|
|
4
4
|
"type": "module",
|
|
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",
|
|
@@ -85,11 +85,12 @@
|
|
|
85
85
|
"@putout/operator-keyword": "^5.0.0",
|
|
86
86
|
"@putout/operator-match-files": "^12.0.0",
|
|
87
87
|
"@putout/operator-parens": "^4.0.0",
|
|
88
|
-
"@putout/operator-regexp": "^
|
|
88
|
+
"@putout/operator-regexp": "^5.0.0",
|
|
89
89
|
"@putout/operator-remove-files": "^1.0.0",
|
|
90
90
|
"@putout/operator-rename-files": "^6.0.0",
|
|
91
91
|
"@putout/operator-rename-properties": "^1.0.0",
|
|
92
92
|
"@putout/operator-sort-ignore": "^2.0.0",
|
|
93
|
+
"@putout/operator-type-checker": "^1.0.0",
|
|
93
94
|
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
94
95
|
"@putout/plugin-apply-at": "^3.0.0",
|
|
95
96
|
"@putout/plugin-apply-dot-notation": "^3.0.0",
|
|
@@ -139,7 +140,7 @@
|
|
|
139
140
|
"@putout/plugin-promises": "^19.0.0",
|
|
140
141
|
"@putout/plugin-putout": "^29.0.0",
|
|
141
142
|
"@putout/plugin-putout-config": "^12.0.0",
|
|
142
|
-
"@putout/plugin-regexp": "^
|
|
143
|
+
"@putout/plugin-regexp": "^14.0.0",
|
|
143
144
|
"@putout/plugin-remove-console": "^7.0.0",
|
|
144
145
|
"@putout/plugin-remove-debugger": "^8.0.0",
|
|
145
146
|
"@putout/plugin-remove-duplicate-case": "^4.0.0",
|