Skip to content

Commit

Permalink
import Basics
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Nov 30, 2024
1 parent c629af0 commit c97bd65
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module CompilationInterface.ElmMake exposing (..)
{-| For documentation of the compilation interface, see <https://github.com/pine-vm/pine/blob/main/guide/how-to-use-elm-compilation-interfaces.md#compilationinterfaceelmmake-elm-module>
-}

import Basics


elm_make____src_Frontend_Main_elm : { debug : { base64 : String } }
elm_make____src_Frontend_Main_elm =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module CompilationInterface.SourceFiles exposing (..)
{-| For documentation of the compilation interface, see <https://github.com/pine-vm/pine/blob/main/guide/how-to-use-elm-compilation-interfaces.md#compilationinterfacesourcefiles-elm-module>
-}

import Basics


file____README_md : { utf8 : String }
file____README_md =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module CompilationInterface.ElmMake exposing (..)
{-| For documentation of the compilation interface, see <https://github.com/pine-vm/pine/blob/main/guide/how-to-use-elm-compilation-interfaces.md#compilationinterfaceelmmake-elm-module>
-}

import Basics


elm_make____src_Frontend_Main_elm : { debug : { javascript : { base64 : String } }, javascript : { base64 : String } }
elm_make____src_Frontend_Main_elm =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module CompilationInterface.CustomNameBeta.SourceFiles exposing (..)
{-| For documentation of the compilation interface, see <https://github.com/pine-vm/pine/blob/main/guide/how-to-use-elm-compilation-interfaces.md#compilationinterfacesourcefiles-elm-module>
-}

import Basics


file____file_under_beta_txt : { utf8 : String }
file____file_under_beta_txt =
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module CompilationInterface.CustomName.SourceFiles exposing (..)

import Basics


file____static_content_alpha_file_in_directory_txt : { utf8 : String }
file____static_content_alpha_file_in_directory_txt =
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module CompilationInterface.CustomName.SourceFiles exposing (..)

import Basics


file____static_content_alpha_file_in_directory_txt : { utf8 : String }
file____static_content_alpha_file_in_directory_txt =
Expand Down

0 comments on commit c97bd65

Please sign in to comment.