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 --lint should not have diagnostic for type that is exported via type alias #429

Open
dsherret opened this issue Dec 18, 2023 · 0 comments

Comments

@dsherret
Copy link
Member

dsherret commented Dec 18, 2023

interface DumperStateOptions {
}

export type DumpOptions = DumperStateOptions;

Should not give:

Type 'DumpOptions' references type 'DumperStateOptions' (file:///V:/deno_std/yaml/_dumper/dumper_state.ts:45:1) which is not exported from a root module.

Basically, consider those as the same type.

Ref denoland/deno_std#3878

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

1 participant