This is the notebook with links, materials and ideas of the purescript-codegen organization.
- purescript-codegen.github.io - This website
- purescript-js-ast - Mainly for inspiration, likely to be replaced with purescript-ps-ast. (11-5-2020)
- purescript-ps-ast - Purescript in purescript, at the moment getting a port from the official haskell implementation of purescript. (11-5-2020)
- purescript-read-dts - Works reliably to extract a subset of typescript definitions. (11-5-2020)
- auth0 uses typedoc for docs generation.
- TypeScript d.ts file generate from JSON Schema file: dtsgenerator and ts-json-schema-generator. For more useful links see purescript-read-dts at the bottom of the readme.
- purty - purescript formatter written in haskell. This source code is especially useful because if it's prettyprinter of purescript code (which the purescript compiler written in haskell doesn't need)