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
// If '-d' is enabled, check for emitter error which requires calling to TypeChecker.emitFiles
1670
-
// Define CompilerHost.writer which does nothing as this is a side effect of emitFiles
1669
+
// If '-d' is enabled, check for emitter error. One example of emitter error is export class implements non-export interface
1670
+
// Get emitter-diagnostics requires calling TypeChecker.emitFiles so define CompilerHost.writer which does nothing as this is a side effect of emitFiles
0 commit comments