Highlights
- 1 discussion answered
Pinned
1,865 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 27 commits in 2 repositories
Reviewed 1 pull request in 1 repository
aspkg/ecmassembly 1 pull request
Created an issue in AssemblyScript/assemblyscript that received 7 comments
feat: ERROR(...) should behave the same as new Error(...) when not caught at compile time.
throw new Error("msg") is nice, because at runtime it will output a message to the console.
ERROR("msg") is useful for compile errors.
However, som…
7
comments