Chris Lavoie

Results 3 comments of Chris Lavoie

> I have no real objection to this feature, though it would only make sense with the `ExportEach` export mode (for making TS modules, not d.ts files). Indeed. > I'd...

Quoth the relevant `package.json`: ``` "svelte-check": "^3.6.2", ``` And yeah, `ExtraTypeScriptOptions` is what makes the most sense to me.

> If you need this immediately, I'd recommend using the `TSDeclaration` constructors from `Data.Aeson.TypeScript.Internal` and looping over the return value of `getTypeScriptDeclarations` yourself to generate the functions you need. You...