Boxiao Cao
Boxiao Cao
The `Manifest` struct [contains](https://github.com/cloudflare/wrangler/blob/ec8bd97101f5a49111c6623de2da5ebb81bfbea3/src/settings/toml/manifest.rs#L56) a `triggers` field, hence we have to export `Triggers` struct publicly, so that the users of the library can construct a `Manifest` struct.
Code to be compiled ```rust #[derive(Serialize, TypescriptDefinition)] struct A { x: Vec, } ``` Result of current version ```typescript export type A = { x: number | null [] };...
## Background This repository is developed with TypeScript [4.3.5](https://github.com/jdiaz5513/capnp-ts/blob/108850ece76b33755d552f78eac736055ec8f1b4/package-lock.json#L9740), because of the `package-lock.json` file at repository root. However, the published NPM package `capnpc-ts` does not contain a `package-lock.json` file, because...