cucumber-tag-expressions
- Version 2.0.3
- Published
- 36.7 kB
- No dependencies
- MIT license
Install
npm i cucumber-tag-expressions
yarn add cucumber-tag-expressions
pnpm add cucumber-tag-expressions
Overview
Cucumber Tag Expression parser
Index
Functions
Functions
function parse
parse: (infix: string) => Node;
Parses infix boolean expression (using Dijkstra's Shunting Yard algorithm) and builds a tree of expressions. The root node of the expression is returned.
This expression can be evaluated by passing in an array of literals that resolve to true
Package Files (1)
Dependencies (0)
No dependencies.
Dev Dependencies (10)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/cucumber-tag-expressions
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/cucumber-tag-expressions)
- HTML<a href="https://www.jsdocs.io/package/cucumber-tag-expressions"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 1326 ms. - Missing or incorrect documentation? Open an issue for this package.