Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Is it possible to export the namespace? #538

Open
Vivi-Ornitier opened this issue May 25, 2022 · 3 comments
Open

[Question] Is it possible to export the namespace? #538

Vivi-Ornitier opened this issue May 25, 2022 · 3 comments
Labels

Comments

@Vivi-Ornitier
Copy link

Is it possible to export the namespace?

Example:

export declare namespace Foo {
  export interface Bar {
    ...
  }
}
@horiuchi
Copy link
Owner

It can't do that now.
It's the same proposal as this one: dtsgenerator/replace-namespace#12

Let me consider this suggestion for a moment.

@ecline123
Copy link

What is the status of this? There are two kinds of developers, those who like things to be globally available and those who like things to be imported.

@jscarle
Copy link

jscarle commented Jul 28, 2024

This is a problem. Please fix it so the namespace is exported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants