elm-typescript-interop
elm-typescript-interop copied to clipboard
Generate TypeScript declaration files for your elm ports!
Am excited to try this library out but also find myself wishing for this feature which was alluded to in [this](https://www.reddit.com/r/elm/comments/72litl/typesafe_interop_with_elmtypescriptinterop/) old Reddit announcement post. > The next set of...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
I have quite a few ports and I think I would enjoy if elm-typescript-interop would write out my Elm type aliases along with the actual signature of the port. Let...
Using https://github.com/stil4m/elm-syntax may potentially address a few problems: * The `elm-ast` libraries have several parsing bugs * The `elm-ast` libraries are not planning on upgrading to Elm 0.19 * Using...
Currently, it seems as if calling a separate process (`elm-typescript-interop`) is required. Generally I like having separate processes and lean interfaces between them. The webpack architecture seems to make it...
Please consider adding a license to this work, and output the license statement in the generated index.d.ts file. I'm only permitted to use works with an [Apache 2.0 compatible license](https://apache.org/legal/resolved.html#category-a)...
Hi Dillon! Thanks for your great work, we are loving the library! We tried applying the `elm-typescript-interop` to our project (about 21,000 LOC of Elm), which coincidentally uses `elm-graphql` too,...
See #10 for more context. @sporto suggested changing the declaration files so that you can add annotations for the type `Elm`. > (admin: Elm.Admin.App) is fine. But I don't have...
In trying to generate types for my project, I faced this error:  See, that file, altho is an invalid module, is not imported anywhere in the project. Or, should...