Commit History

Author SHA1 Message Date
  Dmitry Panov f82ffd2b2c Merge remote-tracking branch 'psilva261/bigints' into upgrade-tests-bigint 3 years ago
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 years ago
  Philip Silva 307513316c Basic implementation of BigInt, BigInt64Array and BigUint64Array 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