summary refs log tree commit diff stats
path: root/lib/std/jsheaders.nim
diff options
context:
space:
mode:
authorAndrey Makarov <ph.makarov@gmail.com>2022-10-28 11:01:28 +0300
committerGitHub <noreply@github.com>2022-10-28 10:01:28 +0200
commit779b1cc5beefa6064cb640401f1969c95a96c205 (patch)
treef2f90b81d95cd8d1aa64236dd053cb34dab95ccc /lib/std/jsheaders.nim
parente68a6ea759c65ec2ec92cfe5ef922c5c3ef0623e (diff)
downloadNim-779b1cc5beefa6064cb640401f1969c95a96c205.tar.gz
Fix #20628 for Windows (#20667)
* Fix #20628 for Windows

* Move isRegular - !isSpecial and onlyRegular - skipSpecial

* Forgot to change it in 1 more place
Diffstat (limited to 'lib/std/jsheaders.nim')
0 files changed, 0 insertions, 0 deletions
mitter GitHub <noreply@github.com> 2020-12-10 07:58:42 +0100 enable tests for random (#16297)' href='/ahoang/Nim/commit/tests/stdlib/trandom.nim?h=devel&id=73299b048f57838d83a3a8159909386a0905e553'>73299b048 ^
cbc793b30 ^
73299b048 ^

cbc793b30 ^


73299b048 ^
cbc793b30 ^




73299b048 ^
cbc793b30 ^
cbc793b30 ^
73299b048 ^
cbc793b30 ^
cbc793b30 ^



cbc793b30 ^
73299b048 ^





























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