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
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
Summary:
We need to be able to generate invalid TypeScript.
Drop typechecking of tsickle output from the test suite.
Note that we still Closure-compile the tsickle output so the
output is still checked; it's just that sometimes we're gonna
want to do things that TypeScript disallows, like reach past
a "private" modifier, to make Closure work.
See issue #189.
Reviewers: rkirov
Reviewed By: rkirov
Subscribers: typescript-eng
Differential Revision: https://reviews.angular.io/D214
0 commit comments