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:
Ben Alpert
2015-04-06 10:39:39 -07:00
parent b2fbd08871
commit 0f6530096b
2 changed files with 39 additions and 36 deletions

View File

@@ -25,5 +25,8 @@
"bin": "cli.js",
"scripts": {
"test": "make lint test"
},
"dependencies": {
"match-at": "^0.1.0"
}
}