You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Futago-za Ryuu fedf0f3480 Resolve 'vm.runInContext' bottleneck
Calling 'vm.runInContext'  is slightly more expensive then calling `eval`, but removing the string template and extracting the variable generator helps abit.
6 years ago
..
ast Moved AST and visitor classes 6 years ago
compiler Resolve 'vm.runInContext' bottleneck 6 years ago
typings Use CommentMap 6 years ago
util Some cosmetic changes 6 years ago
.eslintrc.js Disabled eslint rule 'prefer-spread' 7 years ago
grammar-error.js Update code format and style 7 years ago
parser.js Relay parser opts from peg.generate (#553) 6 years ago
peg.d.ts Added 'lib/peg.d.ts' for internal use 6 years ago
peg.js Added the Session API 6 years ago