rules_typescript_proto
rules_typescript_proto copied to clipboard
Bazel rules for generating TypeScript declarations for JavaScript protocol buffers
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.1 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
Bumps [karma](https://github.com/karma-runner/karma) from 5.0.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Based on #11 Sorry for the delay, @Dig-Doug !
Originally: - [Report 1](https://github.com/improbable-eng/ts-protoc-gen/issues/200) - [Report 2](https://github.com/improbable-eng/ts-protoc-gen/pull/170) The well known protos are in an external repository so we need to add some logic to handle the different paths.
## Description When building rollup bundles with `@improbable-eng/grpc-web`, a warning about "Missing exports" is thrown. ## Errors seen ``` ... (!) Missing exports https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module node_modules/rules_typescript_proto/test/proto/pizza_service_pb_service.mjs unary is not exported by...
## Description Hi @Dig-Doug. When loading my TS web app (which makes use of protobuf files and is built by Bazel + Webpack) I keep getting the following error: ```...
There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved. Location: `renovate.json` Error type: The...
This is a first pass at working with the well known types and _virtual_imports. If this looks like a good approach, I can add some tests for it. Fixes #4
Fixes #64 Now the tricky thing is how to test it 🤔 : the test case I added in #67 would fail ([error](https://gist.github.com/ztl8702/bb1b925f23836fb0293faef6d4c2ef9b) because it runs on Node.js instead of...
Integration test using: - Java backend server - Basic angular FE - Envoy proxy - Incorporates changes from #69 Fixes #5 Fixes #64 Fixes #69