Pinned
159 contributions in the last year
Less
More
Activity overview
Contribution activity
September 2021
Created 2 commits in 2 repositories
Created a pull request in engine262/engine262 that received 3 comments
Fix async and generator function tags in REPL output
Previously all kinds of functions were printed as [Function: name]
This PR differentiates:
[AsyncFunction: name]
[AsyncGeneratorFunction: name]
[Geβ¦
+29
β21
β’
3
comments
Opened 1 other pull request in 1 repository
engine262/engine262
1
merged
Created an issue in engine262/engine262 that received 3 comments
Incorrect parsing of await/yield in arrow function params
1a. doesn't complain when it should: > function* foo() { return (a = (yield)) => a } undefined 1b. correctly complains: > function* foo() { return (a
3
comments