Santalov
Santalov
Oh, and there is an ambiguous change, previously discussed [here](https://github.com/thesayyn/protoc-gen-ts/pull/146#issuecomment-1195311520) The `fromObject` argument became nullable and it confilcts with the name of the method suggesting there should be an object....
> Hey. I am swarmed this week but I'll try to take a proper look. > > EDIT: it would help me a lot if you could split each of...
> Hey. I am swarmed this week but I'll try to take a proper look. > > EDIT: it would help me a lot if you could split each of...
> > Q: in the new scheme, is there a way make the 'default' be 'undefined' ? > > no, but it is fairly simple to introduce a new option...
> That is interesting. Could you provide a minimal example of `#one_of_decls` causing a problem with the tsc? Perhaps that deserves a separate issue I am also facing this and...
> I'll add more about `#private` when I find Santalov's new issue. The basic problem is that it's now impossible to 'subclass' a protobuf class; since there is a #private...
> As long as you're here, in other thread you say: `"noImplicitOverride": true,` is supported. Can you say how to get the needed `override` into the generated .ts ? (that...
I'd like to contribute. My plan is to make bazel build use tsconfig.json file for tests, so we can use the `extends` option, then fix the issues listed above and...
Closing this PR, it duplicates ones listed in the comment above
> > 1- I am not a huge fan of the synthetic `AsObject` type. (i think it's a mistake made by others and we should avoid it at all cost.)...