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
Defining types within JSDoc lacks some features of .ts syntax. For example, documenting properties of objects nested in the type.
It's also understood by less tooling, such as GitHub's web-based code navigator.
Apply the transformations in #8335 across the codebase. Specifically,
types-ambient.js
yarn prepack
n/a
CI suffices
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the Problem Being Solved?
Defining types within JSDoc lacks some features of .ts syntax. For example, documenting properties of objects nested in the type.
It's also understood by less tooling, such as GitHub's web-based code navigator.
Description of the Design
Apply the transformations in #8335 across the codebase. Specifically,
types-ambient.js
yarn prepack
to create the .d.ts filesSecurity Considerations
n/a
Scaling Considerations
n/a
Test Plan
CI suffices
Upgrade Considerations
n/a
The text was updated successfully, but these errors were encountered: