@oat-sa/expr-eval

v2.1.4
Mathematical expression evaluator
expression math evaluate eval function parser

dev

run-p watch test:watch

lint

eslint index.js src test rollup.config.js rollup-min.config.js

test

npm run build && mocha

build

rollup -c rollup.config.js && rollup -c rollup-min.config.js && rollup -c rollup-esm.config.js

watch

rollup -c rollup.config.js -w

coverage

npm run build && nyc --reporter=lcov --reporter=text-summary mocha

prepublish

npm run build

test:watch

mocha -w

lint:report

eslint index.js src test rollup.config.js rollup-min.config.js --output-file eslint_report.json --format json

coverage:clover

nyc report -r clover
npm i @oat-sa/expr-eval

Metadata

  • MIT
  • Whatever
  • Matthew Crumley
  • released 8/29/2023

Downloads