Commit History

Author SHA1 Message Date
  shiroyk fa6d1ed5e4 Implemented BigInt (#597) 1 year ago
  Tomoki Yamaguchi fc55792775 Fix indexes of nodes (#532) 2 years ago
  Dmitry Panov 1d34ed12ae Fixed the grammar to correctly parse (-1)**2 2 years ago
  Dmitry Panov 0b5d210524 Implemented classes (including private elements). Closes #349. 3 years ago
  Dmitry Panov 160b8c59fd Implemented nullish coalescing operator (??). Closes #382. 3 years ago
  Dmitry Panov ff76422be7 Implemented exponentiation expressions. Closes #381. 3 years ago
  Dmitry Panov 8a7c4f41dd Fixed panic when parsing invalid object property keys. Fixes #376. 3 years ago
  Dmitry Panov e42ffa0493 Do not hang when opening backtick is the last character. Fixes #351 3 years ago
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 years ago
  Dmitry Panov d99e4b8cbf Support 0o and 0b number literals. Closes #335 4 years ago
  Dmitry Panov ce3fee827a Implemented template literals and \u{xxxx}. Closes #260 4 years ago
  Dmitry Panov 32956a348b Arrow function (#319) 4 years ago
  Dmitry Panov c04c643130 Fixed panics in parser on some invalid inputs. Fixes #318. 4 years ago
  Dmitry Panov 7ad1be9aa9 Support for assignment patterns in for-in and for-of loops. Support for spread elements in call arguments. Fixed various issues related to destructuring assignments. See #305. 4 years ago
  Dmitry Panov a7a3a1366b Destructuring assignments, rest and spread properties, default function parameters (#303) 4 years ago
  Dmitry Panov f3cfc97811 Block-scoped declarations (#264) 4 years ago
  Dmitry Panov 10e5c75992 Introduced options for parser. Added options to set a custom source map loader or to disable source map support. See #235. 4 years ago
  Dmitry Panov 4ac8fd9669 Detect source map URL when the source is wrapped in "(function() { ... })". See #235. 4 years ago
  Dmitry Panov cfe7e0d44d Correctly handle \<U+2028> and \<U+2029> in string literals. Closes #209. 5 years ago
  Mihail Stoykov ea8ab93208 Drop &^ and &^= parsing as AND NOT operator doesn't exist 5 years ago
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) 5 years ago
  Dmitry Panov 00cc9a5697 Fixed tests. 5 years ago
  Dmitry Panov 1a71e42e74 Fixed parser tests (closes #96) 6 years ago
  Dmitry Panov 2a18e28a73 Require commas in object literals. Fixes #82 6 years ago
  Adam Keys 03f457fabf Handle do/while statement with trailing semicolon in if statement 7 years ago
  Dmitry Panov 25773609b6 Initial commit 9 years ago