Skip to content

Commit 199766f

Browse files
Copilotsupermario
andcommitted
Add WebGL.Texture support to Evergreen snapshot generation
Co-authored-by: supermario <102781+supermario@users.noreply.github.com>
1 parent 1692327 commit 199766f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extra/Lamdera/Evergreen/Snapshot.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ canonicalToFt version scope interfaces recursionSet canonical tvarMap =
649649

650650
-- Kernel concessions for Frontend Model and Msg
651651
("elm", "file", "File", "File") -> ("File.File", Set.singleton moduleName, Map.empty)
652+
("elm-explorations", "webgl", "WebGL.Texture", "Texture") -> ("WebGL.Texture.Texture", Set.singleton moduleName, Map.empty)
652653

653654

654655
-- @TODO improve; These aliases will show up as VirtualDom errors which might confuse users

0 commit comments

Comments
 (0)