mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
parent
8d47ef60a9
commit
3c27e782da
@ -246,6 +246,10 @@ namespace ts.server {
|
||||
return this.compilerOptions;
|
||||
}
|
||||
|
||||
getCompilerOptions() {
|
||||
return this.compilerOptions;
|
||||
}
|
||||
|
||||
getNewLine() {
|
||||
return this.directoryStructureHost.newLine;
|
||||
}
|
||||
|
||||
@ -7109,6 +7109,7 @@ declare namespace ts.server {
|
||||
getCachedUnresolvedImportsPerFile_TestOnly(): UnresolvedImportsMap;
|
||||
static resolveModule(moduleName: string, initialDir: string, host: ServerHost, log: (message: string) => void): {};
|
||||
getCompilationSettings(): CompilerOptions;
|
||||
getCompilerOptions(): CompilerOptions;
|
||||
getNewLine(): string;
|
||||
getProjectVersion(): string;
|
||||
getScriptFileNames(): string[];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user