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
.ts
.d.ts
private
protected
internal
any
protected internal
/* @internal */
--stripInternal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Acquiring Typings as Packages (#5537, typings/discussions#3)
Internal Modifier (#5228)
.ts
files in a single program..d.ts
program, treated asprivate
/protected
internal
members get typeany
when generating a.d.ts
file..d.ts
is an external library..d.ts
generation and how users expose portions of their API.protected internal
?internal
for modules/namespaces?/* @internal */
in Angular's codebase is on class members.internal
.internal
members within an interface would need to be treated nominally.internal
members from the outside?.d.ts
to.ts
?--stripInternal
.internal
?internal
" consumers don't infect their consumers with the flag.internal
in a.ts
file and a.d.ts
file.internal
semantics.--stripInternal
flag.--stripInternal
norinternal
really cover all the use-cases.protected internal
?The text was updated successfully, but these errors were encountered: