@putout/engine-parser 8.2.0 → 8.3.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.
@@ -1,5 +1,6 @@
1
1
  'use strict';
2
2
 
3
+ const process = require('process');
3
4
  const once = require('once');
4
5
 
5
6
  // stricter validation to prevent even more invalid ASTs: not only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/engine-parser",
3
- "version": "8.2.0",
3
+ "version": "8.3.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout parser",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@putout/babel": "^1.0.4",
37
- "@putout/printer": "^3.0.0",
37
+ "@putout/printer": "^4.1.0",
38
38
  "@putout/recast": "^1.12.1",
39
39
  "estree-to-babel": "^6.0.0",
40
40
  "nano-memoize": "^3.0.11",