Commit Graph

16 Commits (38fd9ff2bbb389a32921a52483f41d6dcbb8e7d0)

Author SHA1 Message Date
Fedor 75fc2843ab Nuke vim lines. 2021-02-04 16:48:36 +02:00
Fedor 84d4cb2e76 Implement asynchronous iterators (ES2018). 2020-04-03 20:43:32 +03:00
Fedor d7a91d9be2 1303703 - Syntax parse destructuring patterns. 2019-09-05 20:07:03 +03:00
Fedor 713888bd05 420857 - Syntax error for missing brace should mention the line number of the opening brace. 2019-09-05 20:07:00 +03:00
Fedor d3e6886052 1357506 - Remove assert that constructorBox can only be set once when parsing classes. 2019-09-05 20:06:56 +03:00
Fedor 3464bbc4ce 1216630 - Function.prototype.toString() on class must not return function source code string. 2019-09-05 20:06:35 +03:00
Fedor bc64f5e333 104442 - JS Engine doesn't appear to know where a variable was declared. 2019-09-05 20:06:29 +03:00
Fedor 269640d89b 1339963 - export {...} without /from/ should check names against Reserved Words. 2019-09-05 20:06:24 +03:00
Fedor 2bb2a37638 1336783 - Remove TokenStream::KeywordIsName. 2019-09-05 20:06:12 +03:00
Fedor 0e2b6e8609 1283712 - Add a mechanism to add notes for an error message. 2019-09-05 20:06:06 +03:00
Fedor 1531bf5860 1317375 - Implement "Template Literals Revision.." ECMAScript proposal. 2019-09-05 20:05:37 +03:00
Fedor 91a06d9871 1325157 - Implement a ParserBase class that holds functionality that's identical. 2019-09-05 20:05:23 +03:00
Fedor 8b786c6485 636635 - Do not create named lambda binding for a function created by Function constructor. 2019-09-05 20:05:14 +03:00
Fedor 184697b9c4 1317153 - Error for incorrect usage of await keyword is not helpful. 2019-09-05 20:05:05 +03:00
Fedor bafa2e7e3f Update js parser 2019-05-20 09:02:17 +03:00
Fedor 454d000db6 basic source 2019-03-11 13:26:37 +03:00