File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,6 @@ defmodule ElixirScript do
6464
6565 Check out the [JavaScript Interoperability](JavascriptInterop.html) documentation
6666
67- ### Limitations
68-
69- ElixirScript does not support `receive` or any of OTP at this time.
70-
7167 ### Dependencies
7268
7369 ElixirScript can use many of the same Hex packages and dependencies that currently exist.
@@ -76,5 +72,9 @@ defmodule ElixirScript do
7672 a package for ElixirScript with FFI modules for interacting with React, the name would be
7773 `elixir_script_react`. This is to make sure that other developers know that a package in Hex
7874 is specifically for use with ElixirScript.
75+
76+ ### Limitations
77+
78+ ElixirScript does not support `receive` or any of OTP at this time.
7979 """
8080end
You can’t perform that action at this time.
0 commit comments