summary refs log tree commit diff stats
path: root/tests/js/tjsffi_old.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)ringabout2024-04-111-2/+2
| | | | | | | | fixes #4299 fixes #12492 fixes #10849 It binds `function` with `env`: `function.bind(:env)` to ease codegen for now
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-061-1/+1
| | | | | | | | | | | | | | | | | * test disable do: block lambda lifting * fix last test [skip ci] * deprecate `do:` meaning `do ():` + misc cleanup closes https://github.com/nim-lang/RFCs/issues/486 * oops * fix * no idea what could be causing nimsuggest failure other than this * ensure ci works
* js: improve tests + some docs (#16727)Timothee Cour2021-01-161-0/+3
| | | | | | | | | | | * js: improve tests * _ * _ * _ * fixup
* clean up deprecated stuff and unused imports in tests (#13059)Miran2020-01-071-2/+1
|
* importjs symbol (#12218)Arne Döring2019-09-201-0/+338
* importjs symbol * importjs warning message, minor warning fixes