Skip to content

Commit

Permalink
add URL parsing functions in Elm kernel library
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Jan 27, 2025
1 parent 860c2fd commit 971ed02
Show file tree
Hide file tree
Showing 39 changed files with 1,233 additions and 1 deletion.
3 changes: 2 additions & 1 deletion implement/pine/Elm/ElmAppDependencyResolution.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public static IReadOnlyDictionary<IReadOnlyList<string>, ReadOnlyMemory<byte>> M
if (package.Key is "elm/core" ||
package.Key is "elm/json" ||
package.Key is "elm/bytes" ||
package.Key is "elm/parser")
package.Key is "elm/parser" ||
package.Key is "elm/url")
{
return aggregate;
}
Expand Down
Loading

0 comments on commit 971ed02

Please sign in to comment.