Lukas Kurz
|
469795bb68
Throw `ERRBadAwait` instead of `ERRnoSemic` if applicable (#6955)
|
il y a 1 an |
Richard
|
c848d4d8d5
Refactor await & yield & enable async iteration (#6456)
|
il y a 5 ans |
Kevin Smith
|
69e17f6d0a
Contextual keywords cannot have unicode escape sequences
|
il y a 6 ans |
Richard
|
8ffa08ebed
AsyncIteration
|
il y a 6 ans |
rhuanjl
|
1f18f53acf
Improve parsing error messages
|
il y a 7 ans |
Aneesh Divakarakurup
|
3b62cce3ce
Check for comma after async keyword to make sure we are parsing an async function
|
il y a 8 ans |
Doug Ilijev
|
64c9c20ed7
Improve error message for not defined identifier; update baselines. Fixes #2901.
|
il y a 8 ans |
Aneesh Divakarakurup
|
0b40a54555
Fixing async function instance intialization issue
|
il y a 9 ans |
Aneesh Divakarakurup
|
3b270239ab
Fix incorrect parsing of yield/await in arrow functions
|
il y a 9 ans |
Ian Halliday
|
786249b868
Makes `await` a FutureReservedWord in Modules only
|
il y a 10 ans |
Ian Halliday
|
24b6fd1944
Fixes async function parameter redeclaration cases
|
il y a 10 ans |
Doug Ilijev
|
dcdb8d014f
[MERGE #227] Fix various spelling errors.
|
il y a 10 ans |
Josh Soref
|
2b765347f6
Fix various spelling errors.
|
il y a 10 ans |
Ian Halliday
|
14152b0750
Fix async function parameters errors in strict mode
|
il y a 10 ans |
Ian Halliday
|
397404a5fe
Make await expression in default args of async function a syntax error
|
il y a 10 ans |
Ian Halliday
|
ce0c9181fe
Implement [no LineTerminator here] grammar rules for async functions
|
il y a 10 ans |
Ian Halliday
|
c97fb6eeb6
Add %AsyncFunction% API tests and fix bugs
|
il y a 10 ans |