ryardley / pdsl

The expressive declarative toolkit for composing predicates in TypeScript or JavaScript
https://pdsl.site
MIT License
69 stars 2 forks source link

Exact Matching syntax #90

Closed ryardley closed 5 years ago

ryardley commented 5 years ago

Exact matching syntax

This is a breaking change that contains many new features to PDSL. This is a response to all the ramifications from the Exact Matching proposal here https://github.com/ryardley/pdsl/issues/40

codecov-io commented 5 years ago

Codecov Report

Merging #90 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #90   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         317    367   +50     
  Branches       42     56   +14     
=====================================
+ Hits          317    367   +50
Impacted Files Coverage Δ
packages/pdsl/parser.js 100% <ø> (ø) :arrow_up:
packages/pdsl/helpers.js 100% <100%> (ø) :arrow_up:
packages/pdsl/lexer.js 100% <100%> (ø) :arrow_up:
packages/pdsl/grammar.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae28115...b74c2cb. Read the comment docs.