Closed
Description
wasm-bindgen-typescript just landed #228.
It will need to cover all the different constructions that TypeScript supports. In particular, this fa8961e#diff-7837f9f1900f30ff96bd2bbfe07a3f4eR30
The json format returned by api-extractor (the one that needs to be parsed) is defined in https://github.com/Microsoft/web-build-tools/blob/master/apps/api-extractor/src/api/api-json.schema.json
You can see a lot of examples of how this is accomplished with serde in this file fa8961e#diff-7837f9f1900f30ff96bd2bbfe07a3f4e
Feel free to ping me on twitter, IRC, email (spastorino everywhere) and I can provide more help to tackle this.