@putout/plugin-putout 27.8.0 → 27.8.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.
@@ -10,7 +10,7 @@ export const match = () => ({
10
10
  const programPath = path.scope.getProgramParent().path;
11
11
 
12
12
  traverse(programPath, {
13
- 'export const fix = ({path}) => __body': () => {
13
+ 'export const fix = (path) => __body': () => {
14
14
  is = true;
15
15
  },
16
16
  });
@@ -24,6 +24,9 @@ export const match = () => ({
24
24
  'push({path: __a})': () => {
25
25
  is = true;
26
26
  },
27
+ 'push({path})': () => {
28
+ is = true;
29
+ },
27
30
  });
28
31
 
29
32
  return is;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "27.8.0",
3
+ "version": "27.8.1",
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",