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

Add support to export as namespace #70

Open
devaradhan opened this issue Sep 21, 2018 · 1 comment
Open

Add support to export as namespace #70

devaradhan opened this issue Sep 21, 2018 · 1 comment

Comments

@devaradhan
Copy link

Thanks for the awesome plugin.
It will be cool if we also have support for typings exported as namespace as well.
We are creating a bundle with var as library target using webpack, allowing users to use symbol from global namespace directly, without importing. We want to generate d.ts file for this as well.

@tonym97
Copy link

tonym97 commented Nov 5, 2018

FYI I just added this:
if (outputAsModuleFolder) {
content += '\nexport as namespace ' + exportName + ';';
}

as a lazy man's way of doing this. Will create a pull request when I can

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

No branches or pull requests

2 participants