3
3
changeExtension , CharacterCodes , combinePaths , CommandLineOption , CommandLineOptionOfCustomType ,
4
4
CommandLineOptionOfListType , CompilerOptions , CompilerOptionsValue , ConfigFileSpecs , containsPath ,
5
5
convertToRelativePath , createCompilerDiagnostic , createDiagnosticForNodeInSourceFile , createGetCanonicalFileName ,
6
- Debug , Diagnostic , DiagnosticMessage , Diagnostics , DidYouMeanOptionsDiagnostics , directorySeparator , emptyArray ,
6
+ Diagnostic , DiagnosticMessage , Diagnostics , DidYouMeanOptionsDiagnostics , directorySeparator , emptyArray ,
7
7
endsWith , ensureTrailingDirectorySeparator , ESMap , every , Expression , extend , Extension , FileExtensionInfo ,
8
8
fileExtensionIs , fileExtensionIsOneOf , filter , filterMutate , find , findIndex , firstDefined , flatten , forEach ,
9
9
forEachEntry , getBaseFileName , getDirectoryPath , getEntries , getFileMatcherPatterns , getLocaleSpecificMessage ,
@@ -20,6 +20,7 @@ import {
20
20
toFileNameLowerCase , toPath , tracing , trimString , TsConfigOnlyOption , TsConfigSourceFile , TypeAcquisition ,
21
21
unescapeLeadingUnderscores , WatchDirectoryFlags , WatchDirectoryKind , WatchFileKind , WatchOptions ,
22
22
} from "./_namespaces/ts" ;
23
+ import * as Debug from "./debug" ;
23
24
24
25
/** @internal */
25
26
export const compileOnSaveCommandLineOption : CommandLineOption = {
0 commit comments