@journeyapps/evaluator
Advanced tools
Comparing version 0.0.0-dev.97b4834 to 0.0.0-dev.99453d0
@@ -27,3 +27,6 @@ "use strict"; | ||
if (FunctionExpressionContext_1.FunctionExpressionContext.isInstanceOf(context)) { | ||
return new token_expressions_1.ShorthandTokenExpression(Object.assign(Object.assign({}, options), { isFunction: true })); | ||
const newExpression = !token_expressions_1.FunctionTokenExpression.hasPrefix(expr) | ||
? `${token_expressions_1.FunctionTokenExpression.PREFIX}${expr}` | ||
: expr; | ||
return new token_expressions_1.ShorthandTokenExpression(Object.assign(Object.assign({}, options), { expression: newExpression, isFunction: true })); | ||
} | ||
@@ -30,0 +33,0 @@ const format = (_a = node.extra) === null || _a === void 0 ? void 0 : _a.format; |
{ | ||
"name": "@journeyapps/evaluator", | ||
"version": "0.0.0-dev.97b4834", | ||
"version": "0.0.0-dev.99453d0", | ||
"description": "Journey Evaluator library", | ||
@@ -15,3 +15,3 @@ "main": "./dist/index.js", | ||
"lodash": "^4.17.21", | ||
"@journeyapps/core-xml": "0.0.0-dev.97b4834" | ||
"@journeyapps/core-xml": "0.0.0-dev.99453d0" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
285818
2328
+ Added@journeyapps/core-xml@0.0.0-dev.99453d0(transitive)
- Removed@journeyapps/core-xml@0.0.0-dev.97b4834(transitive)