Arthur Fiorette
Arthur Fiorette
I think the purpose of this benchmark is to compare SSR implementations with Suspense. I know this can be a good baseline but somehow a async/suspense logic should be added...
I'll work on that as soon as I can. :)
@domoritz, @ElonH, What kind of schemas this should return? ```ts type d = bigint; type e = BigInt; type f = BigInt64Array; export interface MyObject { a: bigint; b: BigInt;...
Why not use a `export *`? Also, a `export default` statement should probably be kept in the `index.d.ts` file.
Hey @jasonsaayman, can you review this pr?
@dependabot squash and merge
Hey @climba03003, @sinedied. Any updates here? Oclif would be an amazing feature! We know that oclif can be "bloated", however, the DX features it brings make it so valuable. Autocompletion...
Hey, any updated on this?
Are you using the extends flag in your `tsc`? Can you provide your tsconfig or a reproducible repository?
@williamd5, `noImportHelpers` is actually allowing it to use the functions but does not import them or generates the code, you're looking for `importHelpers: false`. But I don't know if this...