@putout/plugin-putout 25.12.0 → 25.13.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/README.md CHANGED
@@ -1724,7 +1724,6 @@ test('hello', (t) => {
1724
1724
  });
1725
1725
  ```
1726
1726
 
1727
-
1728
1727
  ## remove-unused-get-properties-argument
1729
1728
 
1730
1729
  Check it out in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/fc32ff87e91fd28f26a03f55eba0663e/3423926ba0a80d30beafe2ac66c70c517df173e1).
@@ -51,6 +51,11 @@ export const traverse = ({push}) => ({
51
51
  incorrect: INCORRECT.NO_REPORT_AFTER_TRANSFORM,
52
52
  correct: ': no report after transform',
53
53
  }),
54
+ 't.noReportAfterTransform(__a, __b)': convert({
55
+ push,
56
+ incorrect: INCORRECT.NO_REPORT_AFTER_TRANSFORM,
57
+ correct: ': no report after transform',
58
+ }),
54
59
  });
55
60
 
56
61
  const convert = ({push, correct, incorrect}) => (path) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "25.12.0",
3
+ "version": "25.13.0",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout plugin helps with plugins development",