ipfs / protons

Protocol Buffers for Node.js and the browser without eval
Other
32 stars 23 forks source link

fix: remove redundant defs and declare codec return type #28

Closed achingbrain closed 2 years ago

achingbrain commented 2 years ago

When generating code, if a namespace doesn't have any fields, don't declare an interface for it as it fails some linting checks.

Also, declare the return type of generated codec methods as we know it and it's a linting issue for some setups.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version protons-runtime-v1.0.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

:tada: This PR is included in version protons-v3.0.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: