@putout/engine-parser
Advanced tools
Comparing version 10.2.0 to 10.3.0
@@ -67,1 +67,3 @@ 'use strict'; | ||
}; | ||
module.exports.extractExpression = extractExpression; |
{ | ||
"name": "@putout/engine-parser", | ||
"version": "10.2.0", | ||
"version": "10.3.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
@@ -60,14 +60,18 @@ # @putout/engine-parser [![NPM version][NPMIMGURL]][NPMURL] | ||
### parse.fresh(code) | ||
### template.fresh(code) | ||
`parse` without `memoization`. | ||
### parse.ast(template) | ||
### template.ast(code) | ||
create node using `memoization`. | ||
### parse.ast.fresh(template) | ||
### template.ast.fresh(code) | ||
create node without `memoization`. | ||
### template.extractExpression(code) | ||
Extract `expression` node from `ExpressionStatement`. | ||
### Sourcemaps | ||
@@ -74,0 +78,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17802
388
141