summary refs log tree commit diff stats
path: root/lib/js/asyncjs.nim
Commit message (Expand)AuthorAgeFilesLines
* `std/asyncjs` allow transforming proc types (#21356)Jake Leahy2023-02-141-1/+9
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-121-8/+13
* Remove define for jsfetch (#19530)Juan Carlos2022-02-251-88/+88
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-231-5/+2
* Use importjs (#17422)konsumlamm2021-03-191-4/+4
* followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)Timothee Cour2021-03-041-21/+58
* fix #17177 (#17243)flywind2021-03-031-2/+3
* asyncjs: add `then`, `catch` for promise pipelining (#16871)Timothee Cour2021-02-241-3/+66
* clean up the docs of some modules under lib/js (#16579)flywind2021-01-041-15/+15
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-1/+1
* Minor fixes for asyncjs (#8894)LemonBoy2018-09-071-4/+12
* Use addPragmaAlexander Ivanov2018-03-051-5/+1
* Stop replacing all pragmas of a function with asyncjsAlexander Ivanov2018-03-031-1/+6
* Fix return (#7225)Alexander Ivanov2018-02-271-6/+8
* Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-051-0/+4
* Fix docs!Alexander Ivanov2017-12-201-2/+2
* Fix forwardAlexander Ivanov2017-12-191-13/+18
* Make asyncjs Future[void] play nicely with last line discardable callsAlexander Ivanov2017-12-191-3/+29
* added asyncjs standard library module (#6841)Alexander Ivanov2017-12-191-0/+110
02-14 02:12:07 +0100 committer Araq <rumpf_a@web.de> 2014-02-14 02:12:07 +0100 fixes #833' href='/ahoang/Nim/commit/tests/ccgbugs/tcgbug.nim?h=devel&id=f2216b8e3256312f827e645c4488828145b54328'>f2216b8e3 ^
326bdae8c ^
7a5b614ed ^
46bfb590c ^

7a5b614ed ^

















46bfb590c ^







7a5b614ed ^
795044ed2 ^
7a5b614ed ^






795044ed2 ^
7a5b614ed ^




1105d0364 ^

46bfb590c ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93