@putout/plugin-putout 26.8.0 → 26.9.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.
@@ -14,7 +14,7 @@ export const fix = ({path, incorrect, correct}) => {
14
14
 
15
15
  const INCORRECT = {
16
16
  REPORT: /: (no report after transform|no report|transform|no transform)/,
17
- NO_REPORT: /: (no report after transform|report|transform|no transform)/,
17
+ NO_REPORT: /: (no report after transform|report|(transform|no transform)(\swith options)?)/,
18
18
  NO_REPORT_AFTER_TRANSFORM: /: (report|transform|no transform|no report)/,
19
19
  NO_REPORT_WITH_OPTIONS: /: (no report after transform(\swith options)?|report|transform|no transform|no report)/,
20
20
  TRANSFORM: /: (no report after transform|no transform|report|no report)/,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "26.8.0",
3
+ "version": "26.9.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",
@@ -47,7 +47,7 @@
47
47
  "@putout/plugin-merge-destructuring-properties": "*",
48
48
  "@putout/plugin-nodejs": "*",
49
49
  "@putout/plugin-tape": "*",
50
- "@putout/test": "^13.0.0",
50
+ "@putout/test": "^14.0.0",
51
51
  "c8": "^10.0.0",
52
52
  "chalk": "^5.3.0",
53
53
  "eslint": "^9.0.0",