Skip to content

Commit

Permalink
💀 Native
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed May 15, 2018
1 parent 98a9808 commit 76acd58
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions test/fixtures/Native/Child.js

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/Parent.elm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Test.ChildA
-- This is a comment in between two import statements.

import Test.ChildB exposing (..)
import Native.Child exposing (..)
import Html


Expand Down
1 change: 0 additions & 1 deletion test/fixtures/ParentWithPort.elm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Test.ChildA
-- This is a comment in between two import statements.

import Test.ChildB exposing (..)
import Native.Child exposing (..)
import Html


Expand Down
1 change: 0 additions & 1 deletion test/fixtures/ParentWithUnindentedMultilineComment.elm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Test.ChildA
import Test.ChildB exposing (..)
{- this comment will end before an import
-}
import Native.Child exposing (..)
import Html


Expand Down
1 change: 0 additions & 1 deletion test/fixtures/Test/Sample/NestedChild.elm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module Test.Sample.NestedChild exposing (..)

import Test.ChildB
import Native.Child exposing (..)


main =
Expand Down
1 change: 0 additions & 1 deletion worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var jsEmitterFilename = "emitter.js";

var KNOWN_MODULES =
[
"Native",
"fullscreen",
"embed",
"worker",
Expand Down

0 comments on commit 76acd58

Please sign in to comment.