pegjs/lib
Futago-za Ryuu 7cdfc03e9f Added utility methods for objects
Before there used to be some internal utility methods for arrays and objects, but as the code base moved to ES5+ use  case only, these were removed in favour of native alternatives, but most of these were only beneficial for arrays.

This commit add's common utility methods for objects, and also exposes these as they can be used by plugin developer's on the PEG.js AST.
2018-01-14 20:44:53 +00:00
..
compiler Added utility methods for objects 2018-01-14 20:44:53 +00:00
typings Added utility methods for objects 2018-01-14 20:44:53 +00:00
util Added utility methods for objects 2018-01-14 20:44:53 +00:00
.eslintrc.js Disabled eslint rule 'prefer-spread' 2017-10-26 10:20:29 +01:00
grammar-error.js Update code format and style 2017-10-25 19:19:42 +01:00
parser.js Improve error when reserved word used as label (#552) 2018-01-07 14:51:06 +00:00
peg.d.ts Added 'lib/peg.d.ts' for internal use 2017-12-28 01:23:37 +00:00
peg.js Added utility methods for objects 2018-01-14 20:44:53 +00:00