@putout/plugin-putout 29.10.0 → 29.11.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.
@@ -49,5 +49,6 @@ function addAwait(vars, path) {
49
49
  }
50
50
 
51
51
  path.scope.block.async = true;
52
+
52
53
  return 'await progress(__args)';
53
54
  }
@@ -22,6 +22,7 @@ export const traverse = ({push, options}) => ({
22
22
  } = options;
23
23
 
24
24
  const __aPath = path.get('arguments.0');
25
+
25
26
  const {
26
27
  peerDependenciesPath,
27
28
  enginesPath,
@@ -5,4 +5,6 @@ export default {
5
5
  __json: 'const {__json} = operator',
6
6
  __yaml: 'const {__yaml} = operator',
7
7
  __ignore: 'const {__ignore} = operator',
8
+ __docker: 'const {__docker} = operator',
9
+ __toml: 'const {__toml} = operator',
8
10
  };
@@ -1,4 +1,5 @@
1
1
  export default {
2
2
  transformRegExp: 'const {transformRegExp} = operator',
3
3
  isSimpleRegExp: 'const {isSimpleRegExp} = operator',
4
+ getStringFromRegExp: 'const {getStringFromRegExp} = operator',
4
5
  };
@@ -24,6 +24,7 @@ export const fix = ({path, node}) => {
24
24
  const properties = [property];
25
25
 
26
26
  params.push(objectPattern(properties));
27
+
27
28
  return;
28
29
  }
29
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "29.10.0",
3
+ "version": "29.11.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",
@@ -51,7 +51,7 @@
51
51
  "eslint": "^10.0.0",
52
52
  "eslint-plugin-putout": "^31.0.0",
53
53
  "madrun": "^13.0.0",
54
- "montag": "^1.2.1",
54
+ "montag": "^2.0.0",
55
55
  "nodemon": "^3.0.1",
56
56
  "superc8": "^12.0.0",
57
57
  "supertape": "^12.0.0"