Michael Lumish

Results 374 comments of Michael Lumish

Currently, supporting bundling is not a design goal of these libraries, so I do not intend to try to fix this.

There isn't a way to do this. For the client, the main signal that a connection should be discarded and recreated is when that connection gets closed by the server....

Support for `grpc.max_connection_age_ms` in server arguments was added in `@grpc/grpc-js` version `1.8`.

I don't really understand this. TypeScript is a compiled language. The runtime shouldn't care about the raw TypeScript content, and if it doesn't like the compiler output, that should be...

If I understand that TypeScript update page correctly, the extension should always be `.ts` because the imports are purely type imports. I would support that change, if it doesn't break...

Node should have no involvement here. These are type-only imports of type-only files. They should be completely omitted in any compiled code that Node would see.

I would say that it's not so much that this is supported on Node, as that it is never executed on Node. It looks like it is possible for this...

Please run the `generate-golden` npm script in the proto-loader package.

I'm reverting this. It shouldn't be a minor change if it breaks compatibility with TypeScript 4. We can re-evaluate what the best approach is after that.