Skip to content
Draft
Show file tree
Hide file tree
Changes from 4 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: 2 additions & 0 deletions extra/Lamdera/Evergreen/Snapshot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ canonicalToFt version scope interfaces recursionSet canonical tvarMap =


-- Kernel concessions for Frontend Model and Msg
-- @TODO: Not sure if this should be here or not
("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