question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

disable namespace

See original GitHub issue

If 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mantou132commented, May 31, 2021

sorry, the method I used is incorrect, I close this issue

0reactions
thesayyncommented, May 31, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found