@adobe/acc-xtk-parser
Advanced tools
Comparing version 2.0.4 to 2.1.0
@@ -1202,2 +1202,9 @@ import { ATN, CharStream, DFA, Lexer, ParseTreeListener, ParseTreeVisitor, FailedPredicateException, Parser, ParserRuleContext, TerminalNode, TokenStream } from "antlr4"; | ||
/** | ||
* Preprocess an expression, substituting variables with their values and return an expression | ||
* @param {string} expr The XTK expression | ||
* @param {EvaluatorOptions} options Evaluator options used to provide external values required for evaluation | ||
* @returns {Literal} A literal value | ||
*/ | ||
export function preprocess(expr: string, options?: EvaluatorOptions): string; | ||
/** | ||
* The type describing the object returned upon successful matching | ||
@@ -1204,0 +1211,0 @@ */ |
{ | ||
"name": "@adobe/acc-xtk-parser", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "Adobe Campaign XTK expression parser", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
900295
32108