Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uptest.js needs to be imported once Elm object is no longer global under node #354
Conversation
ajhager
changed the title from
test.js needs to be imported since Elm object is no longer global
to
test.js needs to be imported once Elm object is no longer global under node
Aug 16, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
Jan 19, 2016
Contributor
Is this pull request still relevant? It looks like it might be overridden by https://github.com/elm-lang/core/pull/447.
|
Is this pull request still relevant? It looks like it might be overridden by https://github.com/elm-lang/core/pull/447. |
evancz
closed this
May 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ajhager commentedAug 16, 2015
This PR should only be accepted when and if elm-lang/elm-make#43 is. That PR adds support for node, and so the elm-io-ports code should no longer be prepended to test.js, but instead require test.js as a node module.