mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Don't slice in lexer
Summary: Theoretically this allocates way less. In practice it seems to be exactly the same speed. Test Plan: make test Reviewers: emily Reviewed By: emily Differential Revision: https://phabricator.khanacademy.org/D16621
This commit is contained in:
@@ -25,5 +25,8 @@
|
||||
"bin": "cli.js",
|
||||
"scripts": {
|
||||
"test": "make lint test"
|
||||
},
|
||||
"dependencies": {
|
||||
"match-at": "^0.1.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user