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
build: Use generated shaka namespace typedef in tests (#10288)
Follow-up to #9596, which added a generated typedef for the `shaka`
namespace to the externs but left the hand-maintained
`shakaNamespaceType` typedef in place in the tests.
This generates a standalone externs file containing only the `shaka`
namespace typedef and includes it when type-checking the tests, so the
tests can refer to the whole library namespace in a type-safe way. The
hand-maintained `shakaNamespaceType` typedef is then removed in favor of
the generated `shaka` type.
Closes#6762
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments