purescript-tsd-gen icon indicating copy to clipboard operation
purescript-tsd-gen copied to clipboard

TypeScript Declaration File (.d.ts) generator for PureScript

Results 4 purescript-tsd-gen issues
Sort by recently updated
recently updated
newest added

At the moment this doesnt seem to support reexports, so it makes it really hard to for example call a function which takes a Maybe

Emitting type definitions for [Flow](https://flow.org/en/) shouldn't be too hard. According to [Flow docs](https://flow.org/en/docs/libdefs/creation/), the name of type definition files should be `*.js.flow`. Unfortunately I don't use Flow myself, and I'm...

enhancement

There should be an easy way for a npm user to install this tool. Since this tool is written in Haskell, this is not trivial. Some choices are: * Binary...

Hey, I wanted to provide your tool in the devshell for one project, therefore I packaged this application in a nix flake. So this is how it looks like: [link](https://github.com/zmrocze/purescript-tsd-gen)....