Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | capture macro now accepts variables of different types (#13356) | Clyybber | 2020-02-15 | 1 | -3/+11 |
| | | | | | | | | | | * Capture macro can now accept variables of different types * Add test * Update examples * Use let instead of var | ||||
* | Fix capture for object types (#13315) | Clyybber | 2020-02-02 | 1 | -2/+16 |
| | | | | | | * Fix capture for object|tuple|... types * Add test case | ||||
* | introduce capture macro (#12712) | Judd | 2019-12-10 | 1 | -0/+12 |
capture works for more cases than `closureScope`. |