summary refs log tree commit diff stats
path: root/tests/stdlib/tclosures.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)ringabout2024-04-111-0/+47
fixes #4299 fixes #12492 fixes #10849 It binds `function` with `env`: `function.bind(:env)` to ease codegen for now