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 has been archived by the owner on May 1, 2020. It is now read-only.
Currently app-scripts' TS transpiler cancels the build on TS errors. I definitely like the pretty screen, but enforcing this behavior as a default setting presumes that the typings of all libraries, and in fact, TypeScript itself, are both infallible. I feel this might not be fully realistic in all cases, especially given even just the TypeScript repo itself has around 1.5k outstanding issues. Might it be an option to allow overriding this behavior with e.g. a command-line switch?
Currently app-scripts' TS transpiler cancels the build on TS errors. I definitely like the pretty screen, but enforcing this behavior as a default setting presumes that the typings of all libraries, and in fact, TypeScript itself, are both infallible. I feel this might not be fully realistic in all cases, especially given even just the TypeScript repo itself has around 1.5k outstanding issues. Might it be an option to allow overriding this behavior with e.g. a command-line switch?
Related:
The text was updated successfully, but these errors were encountered: