finos/morphir-elm

Consider supporting elm/url

开放

#1,140 创建于 2024年2月8日

 (4 条评论) (0 个反应) (0 位负责人)Elm (69 个派生)auto 404
discussion neededgood first issuesdk-extension

仓库指标

星标
 (51 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe.

I'd love to be able to leverage the elm/url package - in particular, the ability to do url encoding and decoding

Describe the solution you'd like

Being able to import/use elm/url or the equivalent from Morphir

I've considered implementing the function I need (percentEncode) in pure elm using the EcmaScript spec for the equivalent (which is what the Elm Kernel seems to use under the covers anyway)

贡献者指南