ylemkimon
237986a7ca
Change build directory to dist
and cleanup NPM scripts ( #1500 )
...
* Move the build path to `dist`
* mkdir dist if not exists
* Remove build from .gitignore
* Delete `dist/` before building and when cleaning
2018-07-23 12:46:15 -04:00
ylemkimon
518379aed5
lexer: Remove match-at
dependency, use RegExp ( #1447 )
...
* lexer: Remove `match-at` dependency, use RegExp
* chore(package): update flow-bin to version 0.75.0
* Fix flow error
* Remove unused flow libs
* Minor fix
* Throw an error when `RegExp.exec` jumps
2018-06-28 03:13:27 +09:00
Erik Demaine
7f6f59ef8a
Lint .less files with stylelint ( #925 )
...
Lint .less files with stylelint. Fix #921
In particular, prevent tabs.
2017-10-10 11:14:09 -04:00
Aria Buckles
feef4107df
Fix match-at flow errors ( #847 )
...
Upgrade match-at and flow versions to resolve the match-at flow
errors, allowing us to remove match-at from the .flowconfig ignore
Test plan:
run `jest` and get the following output:
PASS test/unicode-spec.js
PASS test/errors-spec.js
PASS test/mathml-spec.js
PASS test/katex-spec.js (5.104s)
run `flow` and get:
No errors!
2017-09-05 22:37:17 -04:00
Ashish Myles
13f3eac741
To @flow: Token, Lexer, ParseError, and ParseNode. ( #839 )
...
* To @flow: Token, Lexer, ParseError, and ParseNode.
* PR fixes 1.
2017-09-04 15:27:58 -04:00
Kevin Barabash
d8116bdc64
update defineFunction to accept a single arg, introduce flow to do some typechecking
2017-09-02 15:11:44 -04:00