putout 38.4.5 → 38.5.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 CHANGED
@@ -1,3 +1,8 @@
1
+ 2025.03.02, v38.5.0
2
+
3
+ feature:
4
+ - 66cc1de57 @putout/plugin-split-call-with-destructuring: add
5
+
1
6
  2025.03.01, v38.4.5
2
7
 
3
8
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.4.5",
3
+ "version": "38.5.0",
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",
@@ -181,6 +181,7 @@
181
181
  "@putout/plugin-simplify-assignment": "^3.0.0",
182
182
  "@putout/plugin-simplify-ternary": "^7.0.0",
183
183
  "@putout/plugin-split-assignment-expressions": "^2.0.0",
184
+ "@putout/plugin-split-call-with-destructuring": "^1.0.0",
184
185
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
185
186
  "@putout/plugin-split-variable-declarations": "^4.0.0",
186
187
  "@putout/plugin-tape": "^16.0.0",
package/putout.json CHANGED
@@ -241,6 +241,7 @@
241
241
  "return",
242
242
  "reuse-duplicate-init",
243
243
  "split-assignment-expressions",
244
+ "split-call-with-destructuring",
244
245
  "split-variable-declarations",
245
246
  "split-nested-destructuring",
246
247
  "simplify-assignment",