1. a971d87 Fix Unexpected "Invalid left-hand side in for-in" error by Joseph Pecoraro · 4 years, 8 months ago main master
  2. 9eadf3f Update test262 for ES2018+ features by Joseph Pecoraro · 4 years, 8 months ago
  3. fe13460 Fix link from Chapter 2 to Chapter 3 by Eugene Otto · 4 years, 9 months ago
  4. 3f9dc14 Fix Unexpected ILLEGAL token with function literal in template strings by Joseph Pecoraro · 4 years, 8 months ago
  5. 5e55171 Update identifier parsing per Unicode v12.1.0 by Mathias Bynens · 4 years, 10 months ago
  6. 24eb7ed AppVeyor CI: minor tweaks to improve dashboard clarity by Ariya Hidayat · 5 years ago
  7. 95192fd Downstream test: re-enable Istanbul with a workaround by Ariya Hidayat · 5 years ago
  8. e2aa2c7 CI: Report to codecov.io via AppVeyor instead of Circle CI by Ariya Hidayat · 5 years ago
  9. 06172cb Update to the latest version of TypeScript compiler, linter, and formatter by Ariya Hidayat · 5 years ago
  10. c0dfa42 Fix parsing async get/set in a class by Ariya Hidayat · 6 years ago
  11. aefb57a CI for GitLab by Ariya Hidayat · 6 years ago
  12. 16aa6f1 Update identifier parsing per Unicode v11 by Mathias Bynens · 6 years ago
  13. 347e656 Documentation: fix the type of some nodes. by Ariya Hidayat · 6 years ago
  14. 1bfd79c Documentation: explicit notice on supporting only JavaScript by Ariya Hidayat · 6 years ago
  15. 30602bb Downstream test: ignore Recast since its master is flaky. by Ariya Hidayat · 6 years ago
  16. 39e7668 Recognize Token.StringLiteral as a ReturnStatement argument. by Michael Fitzpatrick · 6 years ago
  17. 529a5f2 Add missing closing brace, fix incorrect interface name by Adrian Sieber · 6 years ago
  18. 22dc541 Update identifier data to Unicode v10 by Mathias Bynens · 6 years ago
  19. 0c7cd51 Docs: fix the type of SwitchCase's test by Ariya Hidayat · 6 years ago
  20. c833018 Tiny typo by Jordan Stephens · 6 years ago
  21. a04bcec Update TypeScript compiler, linter, and formatter to the latest version by Ariya Hidayat · 6 years ago
  22. 819c265 Documentation: Describe RegExp parsing dependency by Mike Pennisi · 6 years ago
  23. df749a7 Make the pure tokenizer a bit aggressive in recognizing regex literals. by Ariya Hidayat · 6 years ago
  24. 512ce40 Correct the handling of HTML comment when parsing as a module by Ariya Hidayat · 6 years ago
  25. d00740b Integrate Test262 by Mike Pennisi · 6 years ago
  26. 9973bab Recognize Token.Template as a ReturnStatement argument. by johnjbarton · 6 years ago
  27. cab42bb Test fixture: move an async test to the more proper location. by Ariya Hidayat · 7 years ago
  28. bf3ae45 Migrate to CircleCI 2.0 by Ryo Shibayama · 7 years ago
  29. 1e6ca4b Fix incorrect parse async with proto-identifier-shorthand by kingwl · 7 years ago
  30. 08a31db Documentation: Always refer to the latest stable version. by Ariya Hidayat · 7 years ago
  31. 22926d5 Fix Negative Column in Binary Expression String Concatenation by kingwl · 7 years ago
  32. 99f8c0e Fix incorrect YieldExpression in object methods by kingwl · 7 years ago
  33. 6ca222c Downstream test: disable AssetGraph since it needs Node.js > 6. by Ariya Hidayat · 7 years ago
  34. 9da4ead ReadTheDocs: Switch to the Alabaster theme by Ariya Hidayat · 7 years ago
  35. 92b775c Documentation: Encourage the explicit use of parseScript vs parseModule by Ariya Hidayat · 7 years ago
  36. f172468 Update ChangeLog for 4.0.0 by Ariya Hidayat · 7 years ago
  37. 09cc1b0 Update README.md to prepare for version 4.0 by Ariya Hidayat · 7 years ago
  38. 080f0ec Travis CI and AppVeyor: Run with Node.js v8 by Ariya Hidayat · 7 years ago
  39. 15b54c0 Fix the "tokens" and "comment" argument names by Sylvain Francois · 7 years ago
  40. 4e288b7 Update TypeScript-related dependencies by Ariya Hidayat · 7 years ago
  41. ea90f4a Use const whenever possible by Ariya Hidayat · 7 years ago
  42. 4f08020 Improve error message upon an invalid JSX element by Ariya Hidayat · 7 years ago
  43. 492eeef JSX: Matching a token should not be too strict by Ariya Hidayat · 7 years ago
  44. 3d893ba Allow `in` expression in a concise body with a function body by Ariya Hidayat · 7 years ago
  45. 0ef20be Allow JSX element in a yield expression by Ariya Hidayat · 7 years ago
  46. 5c8c0b3 Downstream tests: run them with Node.js v6.1 by Ariya Hidayat · 7 years ago
  47. a9f845b Fix the documentation for the AST of ForStatement by Ariya Hidayat · 7 years ago
  48. 60d42ef Reuse rest/spread element for object rest/spread by Ariya Hidayat · 7 years ago
  49. 860acd2 Use access modifier in the Scanner class by Ariya Hidayat · 7 years ago
  50. 8834efb Pure tokenizer: simplify the choice of obtaining a new token by Ariya Hidayat · 7 years ago
  51. f09a5b9 Update TypeScript-related dependencies by Ariya Hidayat · 7 years ago
  52. 5e67af1 Add a template for issue reporting by Ariya Hidayat · 7 years ago
  53. 28fb223 Downstream test: temporarily exclude escope by Ariya Hidayat · 7 years ago
  54. 106e289 Move object rest/spread tests to test/fixture/es2018 by Ariya Hidayat · 7 years ago
  55. 61d120d AppVeyor CI: switch from Google Chrome to Chromium by Ariya Hidayat · 7 years ago
  56. 881897d Move dynamic import tests to test/fixtures/es2018 by Ariya Hidayat · 7 years ago
  57. 27648bd Revert "deep clone node when node.shorthand = true" by Ariya Hidayat · 7 years ago
  58. 45a8626 deep clone node when node.shorthand = true by fishbar · 8 years ago
  59. e9df1a3 Allow async arrow function to accept yield as the parameter by Ariya Hidayat · 7 years ago
  60. 311bca0 Async arrow function must reinterpret its parameters by Ariya Hidayat · 7 years ago
  61. c3e8af1 Fix the node of the object property key for async function by Ariya Hidayat · 7 years ago
  62. f5b5911 Documentation: add an example to remove console calls by Ariya Hidayat · 7 years ago
  63. 5307e30 Fix incorrect detection of async function by Ariya Hidayat · 7 years ago
  64. 11a2385 Support dynamic import call by Ariya Hidayat · 7 years ago
  65. 0c26790 Syntax tree format: document async function and await expression by Ariya Hidayat · 7 years ago
  66. 1b04a62 Fixed wrong source type in the documentation by Timofey Kachalov · 7 years ago
  67. 6deba39 README: point to the documentation hosted at readthedocs.io (Ref #1477) by Ariya Hidayat · 7 years ago
  68. d8f03a9 Create the documentation suitable for readthedocs.io by Ariya Hidayat · 7 years ago
  69. 13e5283 Support object rest/spread properties by Ariya Hidayat · 7 years ago
  70. 2e2c420 Detect Microsoft Edge and use it to run the browser tests by Ariya Hidayat · 7 years ago
  71. 5a46bf8 Support running the tests on Safari Technology Preview by Ariya Hidayat · 7 years ago
  72. 4b0f65e Simplify handling the marker for node location by Ariya Hidayat · 7 years ago
  73. 6020314 Do not mutate the token object when constructing a primary expression by Ariya Hidayat · 7 years ago
  74. 7e97b10 Save and restore scanner state by Ariya Hidayat · 7 years ago
  75. 3213963 Use const enum for the token types by Ariya Hidayat · 7 years ago
  76. 0e34a1f Check EOF with the lookahead token by Ariya Hidayat · 7 years ago
  77. 11bb115 Add type annotations to all tokenization-related code by Ariya Hidayat · 7 years ago
  78. 0cdc8e0 Use the new `as` syntax for type assertions by Ariya Hidayat · 7 years ago
  79. 4a5be92 Do not mutate the token object by Ariya Hidayat · 7 years ago
  80. 6e2bd28 Tolerate missing ) in a with and do-while statement by Ariya Hidayat · 7 years ago
  81. 8bdae74 Setter function argument must not be a rest parameter by Ariya Hidayat · 7 years ago
  82. 577f61a Exported async function should be parsed as function declaration by Ariya Hidayat · 7 years ago
  83. 54bc040 README: Add a link to the complete documentation by Ariya Hidayat · 7 years ago
  84. 08e0b1f esvalidate: Ensure the consistency of error message by Ariya Hidayat · 7 years ago
  85. ad622c8 Adjust the error message for bad getter/setter arity by Ariya Hidayat · 7 years ago
  86. 8060465 Update ChangeLog for 3.1.3 by Ariya Hidayat · 7 years ago
  87. e8257af Use the reference to the living ECMA-262 specification by Ariya Hidayat · 7 years ago
  88. 14c7213 Rest element and rest parameter should include binding patterns by Ariya Hidayat · 7 years ago
  89. 8391d89 Limit strict mode directive to functions with a simple parameter list by Ariya Hidayat · 7 years ago
  90. 721a8dd Prohibit any escape sequence in a reserved word by Ariya Hidayat · 7 years ago
  91. f50573e Downstream test: revert AssetGraph workaround by Ariya Hidayat · 7 years ago
  92. 7f7f2e1 Update ChangeLog for 3.1.2 by Ariya Hidayat · 7 years ago
  93. 3b2a46f Update ChangeLog for 3.1.1 by Ariya Hidayat · 8 years ago
  94. e2e87ce Remove .gitattributes since it modifies test fixtures by Ariya Hidayat · 7 years ago
  95. 26833ed Ensure that all *.js files are using LF as the line ending by Ariya Hidayat · 7 years ago
  96. 9e288fc Only permit hex digits in hex escape sequence by Ariya Hidayat · 7 years ago
  97. b00dbbe Sort error messages in messages.ts alphabetically by Ariya Hidayat · 7 years ago
  98. 4bd7462 Account for different possible arguments of a yield expression by Ariya Hidayat · 7 years ago
  99. 84f394d Prohibit labelled class/generator/function declaration by Ariya Hidayat · 7 years ago
  100. 9d9aadb Downstream test: temporarily workaround AssetGraph linting issue by Ariya Hidayat · 7 years ago