Commit History

Author SHA1 Message Date
  Tomoki Yamaguchi fc55792775 Fix indexes of nodes (#532) 2 years ago
  Dmitry Panov 9343cf0121 Implemented generators (only synchronous so far). Closes #436 2 years ago
  Dmitry Panov 8f6e415ca4 Fixed detection of await expressions in function parameter lists 2 years ago
  Dmitry Panov 33bff8fdda Async/await functionality (#464) 2 years ago
  Dmitry Panov d4bf6fde1b Make sure case statements are not treated as a single-statement context. Fixes #456. 2 years ago
  Dmitry Panov 85e2e6106c Removed the usage of deprecated ioutil package. Bumped minimum Go version to 1.16. 3 years ago
  Dmitry Panov 4765a98722 Enabled more tests and fixed some bugs. Closes #410. 3 years ago
  Dmitry Panov 0b5d210524 Implemented classes (including private elements). Closes #349. 3 years ago
  Dmitry Panov 6b16cd3920 Add throw location to srcMap. Closes #354. 3 years ago
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 years ago
  Mihail Stoykov 625017e51d Try to fix sourcemaps with urls (#325) 4 years ago
  Dmitry Panov 32956a348b Arrow function (#319) 4 years ago
  Dmitry Panov b8e8f56aca Support patterns in catch clause. See #305 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 6b6d5e2b5d Use source name provided by source map. See #235. 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 1236576b0d Typedarrays (#137) 5 years ago
  Dmitry Panov 9f519f4c9b For-of 5 years ago
  Dmitry Panov ef30b0537d go fmt 6 years ago
  Adam Keys 03f457fabf Handle do/while statement with trailing semicolon in if statement 7 years ago
  Dmitry Panov 26e5c57fef Sourcemap fixes. 7 years ago
  noctarius aka Christoph Engelbert ba650e5fe8 Support for sourcemaps (#66) 7 years ago
  Vincent Vanackere 6672e9d1ee Add missing idx to ast.ForStatement / ast.ForInStatement 8 years ago
  Dmitry Panov 25773609b6 Initial commit 9 years ago