Would it be possible to (optionally) add Typescript declarations for the imported Zig modules (and the plugins)? #648
TheRedDaemon
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
I'd be interested in contributing this unless you want to @chung-leong |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to play around with zigar a bit and wanted to a create a TS project, but I have a hard time getting types to work.
Would it be possible to (optionally) generate and provide TS declarations for the imported zig module files?
I have a similar issue with the "rollup-plugin-zigar" plugin, which also has no types, and while I can just disable it for this import, it would be really helpful to have typing support.
Beta Was this translation helpful? Give feedback.
All reactions