Noel Kim (김민혁)

Results 14 issues of Noel Kim (김민혁)

## System information - node version: 14.18.2 - npm or yarn version: yarn 3.2.0 - OS/version/architecture: macOS M1 / 12.2 / arm64 - Applicable nodegit version: 0.27.0 ``` internal/process/esm_loader.js:74 internalBinding('errors').triggerUncaughtException(...

This PR fixes JS Generator when field name is camel case protocolbuffers/protobuf-javascript#17 protobuf PR: https://github.com/protocolbuffers/protobuf-javascript/pull/3 example ```proto message Message { int32 someCamelCaseMessage = 1; } ```

I want to generate commonjs+dts file in just 2 file. but now, I add `out` option in `grpc-web_out=`, I cannot generate files with `Tried to write the same file twice`...