33 changeExtension , CharacterCodes , combinePaths , CommandLineOption , CommandLineOptionOfCustomType ,
44 CommandLineOptionOfListType , CompilerOptions , CompilerOptionsValue , ConfigFileSpecs , containsPath ,
55 convertToRelativePath , createCompilerDiagnostic , createDiagnosticForNodeInSourceFile , createGetCanonicalFileName ,
6- Debug , Diagnostic , DiagnosticMessage , Diagnostics , DidYouMeanOptionsDiagnostics , directorySeparator , emptyArray ,
6+ Diagnostic , DiagnosticMessage , Diagnostics , DidYouMeanOptionsDiagnostics , directorySeparator , emptyArray ,
77 endsWith , ensureTrailingDirectorySeparator , every , Expression , extend , Extension , FileExtensionInfo ,
88 fileExtensionIs , fileExtensionIsOneOf , filter , filterMutate , find , findIndex , firstDefined , flatten , forEach ,
99 forEachEntry , getBaseFileName , getDirectoryPath , getEntries , getFileMatcherPatterns , getLocaleSpecificMessage ,
@@ -20,6 +20,7 @@ import {
2020 toFileNameLowerCase , toPath , tracing , trimString , TsConfigOnlyOption , TsConfigSourceFile , TypeAcquisition ,
2121 unescapeLeadingUnderscores , WatchDirectoryFlags , WatchDirectoryKind , WatchFileKind , WatchOptions ,
2222} from "./_namespaces/ts" ;
23+ import * as Debug from "./debug" ;
2324
2425/** @internal */
2526export const compileOnSaveCommandLineOption : CommandLineOption = {
0 commit comments