Cronologia Commit

Autore SHA1 Messaggio Data
  Dmitry Panov 2e4cbb9852 Set "Computed" property on method definitions in object literals 2 anni fa
  Dmitry Panov 473251c96b Support number literals as method names. Fixes #470. 2 anni fa
  Dmitry Panov 33bff8fdda Async/await functionality (#464) 2 anni fa
  Dmitry Panov d4bf6fde1b Make sure case statements are not treated as a single-statement context. Fixes #456. 2 anni fa
  Dmitry Panov 5ea1285e6c Fixed incorrect handling of continue in for-in loops. 3 anni fa
  Dmitry Panov 85e2e6106c Removed the usage of deprecated ioutil package. Bumped minimum Go version to 1.16. 3 anni fa
  Dmitry Panov a070957bbe Fixed this binding initialisation. Fixes #415. 3 anni fa
  Dmitry Panov 4765a98722 Enabled more tests and fixed some bugs. Closes #410. 3 anni fa
  Dmitry Panov 5b995c25f3 Fixed "delete 'a'.prop". Optimised a[<const_string>] to a.<const_string> 3 anni fa
  Dmitry Panov 0b5d210524 Implemented classes (including private elements). Closes #349. 3 anni fa
  Dmitry Panov e1eca0b61f Fixed callee expressions in optional chains. Fixes #385. 3 anni fa
  Dmitry Panov b09a6bfa84 Added constant folding to variable assignments. Avoid using references where possible. 3 anni fa
  Dmitry Panov 3f9136fa23 Add binding initialisations to srcMap. Closes #353. 3 anni fa
  Dmitry Panov 6b16cd3920 Add throw location to srcMap. Closes #354. 3 anni fa
  Dmitry Panov fb27c91c26 Handle invalid object literal keys. Fixes #352. 3 anni fa
  Dmitry Panov acd374ca9c Improved the accuracy of source locations. Fixes #347. 3 anni fa
  Dmitry Panov bf6af58bbc Refactored tests 3 anni fa
  Dmitry Panov b5faa82cee Fixed binding order for global function declarations when there are duplicate names. Fixes #344. 3 anni fa
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 anni fa
  Dmitry Panov c357d26fb9 Fixed the use of outer scope 'this' in arrow functions. See #334 4 anni fa
  Dmitry Panov ce3fee827a Implemented template literals and \u{xxxx}. Closes #260 4 anni fa
  Dmitry Panov 6cede2fa03 Fixed dynamic variable resolution in iteration scopes 4 anni fa
  Dmitry Panov 994d93d2a4 Use correct createArgsRest variant when arguments are not in stash. Fixes #327 4 anni fa
  Dmitry Panov 07a7fd9355 Fixed argument variable reference resolution in stashless functions 4 anni fa
  Dmitry Panov acd0507c3d Allow arrow functions to contain 'use strict' for simple parameter lists. Fixes #323. 4 anni fa
  Dmitry Panov 32956a348b Arrow function (#319) 4 anni fa
  Dmitry Panov b7029a5638 Ensure ToPropertyKey happens earlier when assigning computed keys. Fixes #312. 4 anni fa
  Dmitry Panov b8e8f56aca Support patterns in catch clause. See #305 4 anni fa
  Dmitry Panov 26be9bf29f Do not modify sb for variadic calls as it breaks local variables resolution. Instead place a marker on stack and use it to count the number of args. Fixes #311. 4 anni fa
  Dmitry Panov 53123f0c9f Make sure variables dynamically bound in parameter scope conflict with parameter bindings. See #305. 4 anni fa