ryardley / pdsl

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

Refactor helpers #133

Closed ryardley closed 4 years ago

ryardley commented 4 years ago

This breaks out all helpers to their own file.

codecov-io commented 4 years ago

Codecov Report

Merging #133 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #133   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        39   +28     
  Lines          632       699   +67     
  Branches        80        80           
=========================================
+ Hits           632       699   +67     
Impacted Files Coverage Δ
packages/pdsl/index/context.js 100.00% <ø> (ø)
packages/pdsl/index/errors.js 100.00% <ø> (ø)
packages/pdsl/index/i18n.js 100.00% <ø> (ø)
packages/pdsl/index/lexer.js 100.00% <ø> (ø)
packages/pdsl/index/parser.js 100.00% <ø> (ø)
packages/pdsl/index/pretokenizer.js 100.00% <ø> (ø)
packages/pdsl/index/utils.js 100.00% <ø> (ø)
packages/pdsl/helpers/and.js 100.00% <100.00%> (ø)
packages/pdsl/helpers/arrArgMatch.js 100.00% <100.00%> (ø)
packages/pdsl/helpers/arrIncludes.js 100.00% <100.00%> (ø)
... and 58 more

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 eea25f2...c4ab907. Read the comment docs.