summary refs log tree commit diff stats
path: root/tests/js/tclosures.nim
Commit message (Expand)AuthorAgeFilesLines
* fix noDecl => nodecl (#16760)Timothee Cour2021-01-201-1/+1
* clean up deprecated stuff and unused imports in tests (#13059)Miran2020-01-071-4/+4
* Make copies for params which are captured in closures. Fixes #7048 (#10050)rec2018-12-201-0/+44
* make JS tests greenAndreas Rumpf2018-08-131-1/+1
* make tests green againAndreas Rumpf2017-09-301-8/+8
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* Added js closures test. Fixes #3132.Yuriy Glukhov2016-04-071-0/+51
f='#n93'>93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
ik Agaram <vc@akkartik.com>  2020-05-31 23:43:49 -0700

6456 - new directory for live-blogging prototypes' href='/akkartik/mu/commit/prototypes/browse/12.mu?h=hlt&id=9cc69d69c6cd83ed4aa367b4a08ca379cae45805'>9cc69d69 ^






166668a1 ^
9cc69d69 ^












6b343a82 ^
9cc69d69 ^













6b343a82 ^
9cc69d69 ^






6b343a82 ^
9cc69d69 ^










6b343a82 ^
9cc69d69 ^
6b343a82 ^

9cc69d69 ^






6b343a82 ^
9cc69d69 ^
6b343a82 ^

9cc69d69 ^








6b343a82 ^
9cc69d69 ^













6b343a82 ^
9cc69d69 ^


6b343a82 ^
9cc69d69 ^



























6b343a82 ^
9cc69d69 ^

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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175