Make generated code for extern function calls easier to read
Open
- Dominant language
- TypeScript
- Stars
- 27
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we compile references to extern functions as closures with empty environments. This makes it hard to see what the generated code is doing. We should instead special-case calls that refer to externs to call those functions directly, with no closure wrapping.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.