You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BREAKING CHANGE: Add support for generic metadata rendering in
typedefs. (#2649, #2654). This changes how typedefs are rendered
so that they all appear as new generic typedefs. This means
that typedefs can no longer share the _callable templates
and have their own implementations.
Add query strings to static assets to ensure they refresh in
browsers on changes. (#2646)
Change the comment reference unparser to use analyzer AST tokens
instead of file access. (#2642)