We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deno doc
The file is https://gist.github.com/crowlKats/1f6ed084bbab0a10267df9ed31564599, which is a generated cleaned-up version of https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/test.d.ts.
I experimented around by reducing the file, and ended up on the case of a namespace exporting itself inside itself being at fault:
export namespace test { export { test }; }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The file is https://gist.github.com/crowlKats/1f6ed084bbab0a10267df9ed31564599, which is a generated cleaned-up version of https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/test.d.ts.
I experimented around by reducing the file, and ended up on the case of a namespace exporting itself inside itself being at fault:
The text was updated successfully, but these errors were encountered: