summary refs log tree commit diff stats
path: root/compiler/jsgen.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/jsgen.nim')
-rw-r--r--compiler/jsgen.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/jsgen.nim b/compiler/jsgen.nim
index 00fe46eb6..3c57f97af 100644
--- a/compiler/jsgen.nim
+++ b/compiler/jsgen.nim
@@ -31,8 +31,8 @@ implements the required case distinction.
 import
   ast, astalgo, strutils, hashes, trees, platform, magicsys, extccomp, options,
   nversion, nimsets, msgs, std / sha1, bitsets, idents, types, os, tables,
-  times, ropes, math, passes, ccgutils, wordrecg, renderer, rodread, rodutils,
-  intsets, cgmeth, lowerings, sighashes, lineinfos
+  times, ropes, math, passes, ccgutils, wordrecg, renderer,
+  intsets, cgmeth, lowerings, sighashes, lineinfos, rodutils
 
 from modulegraphs import ModuleGraph
 
09-05 21:14:18 +0100 Implemented asyncfile for Posix.' href='/ahoang/Nim/commit/tests/async/tasyncfile.nim?h=devel&id=52c16a1a79063d5dfe03cc3ecbcc6685fc15f8e7'>52c16a1a7 ^
bc5c2d841 ^
52c16a1a7 ^

bc5c2d841 ^
52c16a1a7 ^



e80465dac ^
52c16a1a7 ^




bc5c2d841 ^
52c16a1a7 ^



e80465dac ^
52c16a1a7 ^

e80465dac ^
0f3025e32 ^
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