Skip to content

Commit d4b3d75

Browse files
committed
Put known erlang modules in list in Remote module
1 parent ca28529 commit d4b3d75

File tree

1 file changed

+15
-1
lines changed
  • lib/elixir_script/passes/translate/forms

1 file changed

+15
-1
lines changed

lib/elixir_script/passes/translate/forms/remote.ex

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,21 @@ defmodule ElixirScript.Translate.Forms.Remote do
1919
:file,
2020
:io,
2121
:binary,
22-
:unicode
22+
:unicode,
23+
:math,
24+
:calendar,
25+
:filename,
26+
:epp,
27+
:re,
28+
:ets,
29+
:sys,
30+
:global,
31+
:os,
32+
:rand,
33+
:orddict,
34+
:filelib,
35+
:net_adm,
36+
:net_kernel,
2337
]
2438

2539
@doc """

0 commit comments

Comments
 (0)