summary refs log tree commit diff stats
path: root/lib/js/jsffi.nim
Commit message (Expand)AuthorAgeFilesLines
* clean up the docs of some modules under lib/js (#16579)flywind2021-01-041-34/+34
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-2/+2
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-2/+2
* js module also uses runnableExamples (#16229)flywind2020-12-021-28/+23
* add `**` to jsffi (#16141)flywind2020-11-261-0/+1
* proc params as syms (#15332)cooldome2020-09-161-1/+9
* Fixes #14110 (#14111)Jae Yang2020-04-251-1/+1
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-241-1/+1
* JS: gensym is stricter for 'this'; refs #12246 [backport]Araq2019-09-301-1/+1
* importjs symbol (#12218)Arne Döring2019-09-201-4/+4
* libffi: style changesAraq2019-06-191-50/+50
* Support undefined in isNil (#9960)Alexander Ivanov2018-12-301-0/+6
* Support only some types as JsAssoc types (#8627)Alexander Ivanov2018-11-231-33/+34
* Try/Catch support for native JS exceptions (#8955)LemonBoy2018-10-091-0/+11
* Replace NotString with typeclass in jsffi (#8128)hlaaf2018-06-271-4/+2
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-6/+18
* language change: change how the experimental dot operators workAndreas Rumpf2017-11-291-11/+11
* make tests green againAndreas Rumpf2017-09-261-3/+3
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-4/+3
* allow StmtLists to pass through semExprWithTypeZahary Karadjov2017-04-111-4/+1
* lift parameter-less do block to lambdasZahary Karadjov2017-04-101-2/+8
* improve the usability of the jsffi moduleZahary Karadjov2017-04-091-6/+56
* Implement RFC #4873 improvements to JavaScript FFI (#5213)Michael Jendrusch2017-01-261-0/+436
/acidbong/suckless/dwm/commit/.hgtags?id=c34df2c1b656fcdd2be2b4f9f827d88872dd2717'>c34df2c ^
6cca399 ^
720b2ab ^
8e6eb52 ^
0c5f47e ^
82ddba8 ^
a2175cf ^
e06447e ^
760e23d ^
9996439 ^
3764ab4 ^
58e6866 ^
beac539 ^
a768ea9 ^
177ed7e ^
936e11f ^
b65a1e3 ^
ea4827a ^
82fed98 ^
5732e47 ^
f577fe4 ^
0d095ae ^
ab83872 ^
dc66237 ^
0d9d3e7 ^
5c48012 ^
7d071ce ^
7c9fa25 ^
81aebf8 ^
4e49d5a ^
f2190c8 ^
cc79700 ^
f651435 ^
b0477c3 ^
d5e8edc ^
91bb749 ^
dd9ee6d ^
9ce6abb ^
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