Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compiler/src/Generate/Html.hs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ sandwich_ root moduleName javascript =

<body>

<pre id="elm"></pre>
<pre data-elm id="elm"></pre>

<script>
try {
Expand Down
1 change: 1 addition & 0 deletions extra/Lamdera/Evergreen/Snapshot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ canonicalToFt version scope interfaces recursionSet canonical tvarMap =


-- Kernel concessions for Frontend Model and Msg
("elm", "browser", "Browser.Navigation", "Key") -> ("Browser.Navigation.Key", Set.singleton moduleName, Map.empty)
("elm", "file", "File", "File") -> ("File.File", Set.singleton moduleName, Map.empty)
("elm-explorations", "webgl", "WebGL.Texture", "Texture") -> ("WebGL.Texture.Texture", Set.singleton moduleName, Map.empty)

Expand Down
Loading