Home
last modified time | relevance | path

Searched refs:shouldCreateNewSourceFile (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/compiler/
DwatchPublic.ts559 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
567 …if (hostSourceFile === undefined || shouldCreateNewSourceFile || isFilePresenceUnknownOnHost(hostS…
Dprogram.ts199 …ned = getSourceFile ? (fileName, languageVersionOrOptions, onError, shouldCreateNewSourceFile) => {
206 …sourceFile = getSourceFile(fileName, languageVersionOrOptions, onError, shouldCreateNewSourceFile);
1163 const shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options); constant
1266 …if (shouldCreateNewSourceFile || !newFile || newFile.impliedNodeFormat !== oldSourceFile.impliedNo…
1747 …rceFile.resolvedPath, sourceFileOptions, /*onError*/ undefined, shouldCreateNewSourceFile || sourc…
1748 …dSourceFile.fileName, sourceFileOptions, /*onError*/ undefined, shouldCreateNewSourceFile || sourc…
3013shouldCreateNewSourceFile || (oldProgram?.getSourceFileByPath(toPath(fileName))?.impliedNodeFormat…
Dtypes.ts7322 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
7323 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
/third_party/typescript/src/services/
Dservices.ts1479 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
1480 …entDirectory, getCanonicalFileName), languageVersionOrOptions, onError, shouldCreateNewSourceFile);
1483 … CreateSourceFileOptions, _onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
1499 if (!shouldCreateNewSourceFile) {
/third_party/typescript/lib/
Dtypescript.d.ts3447 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
3448 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
DtypescriptServices.d.ts3447 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
3448 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
Dtsserverlibrary.d.ts3447 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
3448 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
DtypingsInstaller.js120796 …getSourceFile ? function (fileName, languageVersionOrOptions, onError, shouldCreateNewSourceFile) {
120803 …sourceFile = getSourceFile(fileName, languageVersionOrOptions, onError, shouldCreateNewSourceFile);
121619 var shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options);
121720 …if (shouldCreateNewSourceFile || !newFile || newFile.impliedNodeFormat !== oldSourceFile.impliedNo…
122160 …rceFile.resolvedPath, sourceFileOptions, /*onError*/ undefined, shouldCreateNewSourceFile || sourc…
122161 …dSourceFile.fileName, sourceFileOptions, /*onError*/ undefined, shouldCreateNewSourceFile || sourc…
123278 …s.Cannot_read_file_0_Colon_1, [fileName, hostErrorMessage]); }, shouldCreateNewSourceFile || (((_a…
128978 …nedSourceFileByPath(fileName, path, languageVersionOrOptions, onError, shouldCreateNewSourceFile) { argument
128985 …if (hostSourceFile === undefined || shouldCreateNewSourceFile || isFilePresenceUnknownOnHost(hostS…
Dtsc.js100170 …getSourceFile ? function (fileName, languageVersionOrOptions, onError, shouldCreateNewSourceFile) {
100177 …sourceFile = getSourceFile(fileName, languageVersionOrOptions, onError, shouldCreateNewSourceFile);
100886 var shouldCreateNewSourceFile = shouldProgramCreateNewSourceFiles(oldProgram, options);
100974 …if (shouldCreateNewSourceFile || !newFile || newFile.impliedNodeFormat !== oldSourceFile.impliedNo…
101338 …Name, oldSourceFile.resolvedPath, sourceFileOptions, undefined, shouldCreateNewSourceFile || sourc…
101339 …ourceFile(oldSourceFile.fileName, sourceFileOptions, undefined, shouldCreateNewSourceFile || sourc…
102313 …s.Cannot_read_file_0_Colon_1, [fileName, hostErrorMessage]); }, shouldCreateNewSourceFile || (((_a…
107284 …nedSourceFileByPath(fileName, path, languageVersionOrOptions, onError, shouldCreateNewSourceFile) { argument
107289 …if (hostSourceFile === undefined || shouldCreateNewSourceFile || isFilePresenceUnknownOnHost(hostS…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3447 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
3448 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
Dtsserverlibrary.d.ts3447 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…
3448 …| CreateSourceFileOptions, onError?: (message: string) => void, shouldCreateNewSourceFile?: boolea…