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

deno doc stack overflows on namespace exporting itself #23711

Open
crowlKats opened this issue May 6, 2024 · 0 comments
Open

deno doc stack overflows on namespace exporting itself #23711

crowlKats opened this issue May 6, 2024 · 0 comments
Labels
bug Something isn't working cli related to cli/ dir

Comments

@crowlKats
Copy link
Member

crowlKats commented May 6, 2024

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 };
}
@crowlKats crowlKats added the bug Something isn't working label May 6, 2024
@crowlKats crowlKats changed the title deno doc stack overflows on specific file deno doc stack overflows on namespace exporting itself May 6, 2024
@marvinhagemeister marvinhagemeister added the cli related to cli/ dir label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli related to cli/ dir
Projects
None yet
Development

No branches or pull requests

2 participants