excel-formula-parser
excel-formula-parser copied to clipboard
Parse excel formula into a tree
This parses: Yet the type seems to be: ```typescript export interface BinaryExpressionNode { type: 'binary-expression', operator: '>' | '=' | '
Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.6.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...
Bumps [ms](https://github.com/vercel/ms) from 0.7.2 to 2.0.0. Release notes Sourced from ms's releases. 2.0.0 Major Changes Limit str to 100 to avoid ReDoS of 0.3s: #89 Patches Ignored logs coming from...
Bumps [diff](https://github.com/kpdecker/jsdiff) to 5.0.0 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `diff` from 3.2.0 to 5.0.0 Changelog Sourced from diff's changelog. v5.0.0 Breaking: UMD...
Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 3.4.1 to 10.2.0 Release notes Sourced from...
Removes [growl](https://github.com/tj/node-growl). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `growl` Updates `mocha` from 3.4.1 to 10.2.0 Release notes Sourced from...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...