disable namespace
See original GitHub issueIf the package name is a namespace name that ts does not support, then the generated ts cannot be used:
proto:
package xxx.xxx.xxx;
ts:
export namespace xxx.xxx.xxx {}
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ndctl−disable−namespace(1) - NDCTL User Guide
ndctl−disable−namespace − disable the given namespace(s) ... REGION (contiguous span of persistent memory) is accessed via one or more NAMESPACE devices.
Read more >How can I "unuse" a namespace? - c++ - Stack Overflow
No you can't unuse a namespace. The only thing you can do is putting the using namespace ...
Read more >Deactivate a Self-Service Namespace - VMware Docs
In the Configure tab, select General under Namespaces. In the Namespace Self-Service pane, toggle the Status switch to deactivate the template.
Read more >How to Delete a Kubernetes Namespace - phoenixNAP
To force delete a Kubernetes namespace, remove the finalizer from the namespace's configuration. The finalizer is a Kubernetes resource ...
Read more >Namespaces - Kubernetes
Namespace -based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc) and not for cluster-wide objects (e.g. ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
sorry, the method I used is incorrect, I close this issue
See the test case where I make sure that nested namespaces are working across versions
https://github.com/thesayyn/protoc-gen-ts/blob/e99f990f52f5e434da27ad219de56e7daae4657b/test/packagedirective.spec.ts#L16