Home
last modified time | relevance | path

Searched refs:watchOptions (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/src/testRunner/unittests/config/
DtsconfigParsingWatchOptions.ts70 baseline.push(JSON.stringify(parsed.watchOptions, /*replacer*/ undefined, " "));
88 json: { watchOptions: {} },
95 watchOptions: { watchFile: "UseFsEvents" }
109 watchOptions: {
115 watchOptions: {
128 watchOptions: {
139 json: { watchOptions: { watchFile: "UseFsEvents" } },
142 json: { watchOptions: { watchDirectory: "UseFsEvents" } },
145 json: { watchOptions: { fallbackPolling: "DynamicPriority" } },
148 json: { watchOptions: { synchronousWatchDirectory: true } },
[all …]
DshowConfig.ts106 watchOptions: {
189 … (isCompilerOptions ? { compilerOptions: optionValue } : { watchOptions: optionValue });
DcommandLineParsing.ts11 baseline.push(JSON.stringify(parsed.watchOptions, /*replacer*/ undefined, " "));
202 baseline.push(JSON.stringify(parsed.watchOptions, /*replacer*/ undefined, " "));
/third_party/typescript/src/compiler/
DwatchPublic.ts157 watchOptions?: WatchOptions; property
221 …WatchStatusReporter, projectReferences?: readonly ProjectReference[], watchOptions?: WatchOptions)…
227 watchOptions: watchOptionsOrExtraFileExtensions as WatchOptions,
300 …let { rootFiles: rootFileNames, options: compilerOptions, watchOptions, projectReferences } = host;
330 …atchFile(configFileName, scheduleProgramReload, PollingInterval.High, watchOptions, WatchType.Conf…
347 …edLookupLocation = (dir, cb, flags) => watchDirectory(dir, cb, flags, watchOptions, WatchType.Fail…
348 …ileLocation = (file, cb) => watchFile(file, cb, PollingInterval.High, watchOptions, WatchType.Affe…
349 …peRootsDirectory = (dir, cb, flags) => watchDirectory(dir, cb, flags, watchOptions, WatchType.Type…
389 …teExtendedConfigFilesWatches(toPath(configFileName), compilerOptions, watchOptions, WatchType.Exte…
575 …atchFilePath(path, fileName, onSourceFileChange, PollingInterval.Low, watchOptions, WatchType.Sour…
[all …]
DcommandLineParser.ts1632 let watchOptions: WatchOptions | undefined;
1639 watchOptions,
1661 …onValue(args, i, watchOptionsDidYouMeanDiagnostics, watchOpt, watchOptions || (watchOptions = {}),…
1817 watchOptions: WatchOptions | undefined; property
1843 const { options, watchOptions, fileNames: projects, errors } = parseCommandLineWorker( constant
1868 return { buildOptions, watchOptions, projects, errors };
2417 …const watchOptionMap = configParseResult.watchOptions && serializeWatchOptions(configParseResult.w…
2432 watchOptions: watchOptionMap && optionMapToObject(watchOptionMap),
2794 const watchOptions = existingWatchOptions && parsedConfig.watchOptions ? constant
2795 extend(existingWatchOptions, parsedConfig.watchOptions) :
[all …]
Dwatch.ts778 watchOptions: WatchOptions | undefined; property
785 rootFiles, options, watchOptions, projectReferences,
791 host.watchOptions = watchOptions;
DtsbuildPublic.ts2131 parsed?.watchOptions,
2148 parsed?.watchOptions,
2179 parsed?.watchOptions,
2197 parsed?.watchOptions,
2217 parsed?.watchOptions,
/third_party/typescript/src/testRunner/unittests/tsserver/
DwatchEnvironment.ts11 watchOptions: {
194 watchOptions: {
215 watchOptions: {
236 watchOptions: {
249 watchOptions: {
266 watchOptions: {
283 watchOptions: {
295 watchOptions: {
326 watchOptions: { excludeDirectories: ["node_modules"] }
334 …content: JSON.stringify({ include: ["src"], watchOptions: { excludeDirectories: ["node_modules"] }…
DreloadProjects.ts6 watchOptions: { excludeDirectories: ["node_modules"] }
45 service.setHostConfiguration({ watchOptions: { excludeFiles: [file2.path] } });
66 service.setHostConfiguration({ watchOptions: { excludeFiles: [file2.path] } });
90 service.setHostConfiguration({ watchOptions: { excludeFiles: [file2.path] } });
116 service.setHostConfiguration({ watchOptions: { excludeFiles: [file2.path] } });
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchEnvironment.ts77 watchOptions: {
130 watchOptions: {
405 watchOptions: {
424 watchOptions: {
443 watchOptions: {
470 … function sys(watchOptions: WatchOptions, runWithoutRecursiveWatches?: boolean): WatchedSystem {
473 content: JSON.stringify({ exclude: ["node_modules"], watchOptions })
565 watchOptions: { watchFile: "useFsEvents" },
600 …[`${projectRoot}/tsconfig.json`]: JSON.stringify({ watchOptions: { watchFile: "useFsEvents" }, fil…
630 …[`${projectRoot}/tsconfig.json`]: JSON.stringify({ watchOptions: { watchFile: "useFsEvents" }, fil…
[all …]
DresolutionCache.ts20 watchOptions: undefined
103 watchOptions: undefined
161 watchOptions: undefined
DprogramUpdates.ts535 watchOptions: undefined
555 watchOptions: undefined
1097 watchOptions: undefined
/third_party/typescript/src/server/
DeditorServices.ts261 let watchOptions: WatchOptions | undefined;
267 (watchOptions || (watchOptions = {}))[option.name] = mappedValues ?
271 return watchOptions && { watchOptions, errors };
316 watchOptions?: WatchOptions; property
650 watchOptions: WatchOptions; property
1104 const watchOptions = convertWatchOptions(projectCompilerOptions, projectRootPath); constant
1113 …watchOptionsForInferredProjectsPerProjectRoot.set(canonicalProjectRootPath, watchOptions || false);
1118 this.watchOptionsForInferredProjects = watchOptions;
1136 project.setWatchOptions(watchOptions?.watchOptions);
1137 project.setProjectErrors(watchOptions?.errors);
[all …]
DutilitiesPublic.ts39 watchOptions: project.projectService.getWatchOptions(project),
Dproject.ts322 protected watchOptions: WatchOptions | undefined,
1539 setWatchOptions(watchOptions: WatchOptions | undefined) {
1540 this.watchOptions = watchOptions;
1545 return this.watchOptions;
2056 watchOptions: WatchOptions | undefined,
2070 watchOptions,
2743 watchOptions?: WatchOptions) {
2752 watchOptions,
Dprotocol.ts1564 watchOptions?: WatchOptions; property
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts413 …only CommandLineOption[], buildOptions: readonly CommandLineOption[], watchOptions: readonly Comma…
416 …ctionOptionsOutput(sys, getDiagnosticText(Diagnostics.WATCH_OPTIONS), watchOptions, /*subCategory*…
552 …(configFileName, commandLineOptions, extendedConfigCache, commandLine.watchOptions, sys, reportDia…
580 commandLine.watchOptions,
620 commandLine.watchOptions,
657 …const { buildOptions, watchOptions, projects, errors } = parseBuildCommand(commandLineArgs.slice(1… constant
663 watchOptions,
673 watchOptions,
706 watchOptions: WatchOptions | undefined,
762 … const builder = createSolutionBuilderWithWatch(buildHost, projects, buildOptions, watchOptions);
[all …]
/third_party/typescript/src/jsTyping/
Dtypes.ts17 readonly watchOptions?: WatchOptions; property
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts982 watchOptions: undefined,
1134 watchOptions: undefined,
1170 watchOptions: undefined,
1195 watchOptions: undefined,
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts183 …hFiles(req.projectName, discoverTypingsResult.filesToWatch, req.projectRootPath, req.watchOptions);
/third_party/typescript/lib/
Dprotocol.d.ts1135 watchOptions?: WatchOptions; property
Dtsserverlibrary.d.ts3294 watchOptions?: WatchOptions; property
5295 watchOptions?: WatchOptions;
5834 watchOptions?: WatchOptions;
5876 …WatchStatusReporter, projectReferences?: readonly ProjectReference[], watchOptions?: WatchOptions)…
5997 readonly watchOptions?: WatchOptions; property
8640 watchOptions?: WatchOptions;
10517 protected watchOptions: WatchOptions | undefined; property in ts.Project
10873 watchOptions?: WatchOptions;
10899 watchOptions: WatchOptions; property
Dtsc.js34506 var watchOptions;
34512 watchOptions: watchOptions,
34533 …onValue(args, i, watchOptionsDidYouMeanDiagnostics, watchOpt, watchOptions || (watchOptions = {}),…
34691 …ldOptionsDidYouMeanDiagnostics, args), options = _a.options, watchOptions = _a.watchOptions, proje…
34708 …return { buildOptions: buildOptions, watchOptions: watchOptions, projects: projects, errors: error…
35065 …var watchOptionMap = configParseResult.watchOptions && serializeWatchOptions(configParseResult.wat…
35066 …defined, project: undefined, build: undefined, version: undefined }), watchOptions: watchOptionMap… property
35339 var watchOptions = existingWatchOptions && parsedConfig.watchOptions ?
35340 ts.extend(existingWatchOptions, parsedConfig.watchOptions) :
35341 parsedConfig.watchOptions || existingWatchOptions;
[all …]
DtypingsInstaller.js42188 var watchOptions;
42194 watchOptions: watchOptions,
42215 …onValue(args, i, watchOptionsDidYouMeanDiagnostics, watchOpt, watchOptions || (watchOptions = {}),…
42381 …ldOptionsDidYouMeanDiagnostics, args), options = _a.options, watchOptions = _a.watchOptions, proje…
42400 …return { buildOptions: buildOptions, watchOptions: watchOptions, projects: projects, errors: error…
42810 …var watchOptionMap = configParseResult.watchOptions && serializeWatchOptions(configParseResult.wat…
42811 …defined, project: undefined, build: undefined, version: undefined }), watchOptions: watchOptionMap… property
43140 var watchOptions = existingWatchOptions && parsedConfig.watchOptions ?
43141 ts.extend(existingWatchOptions, parsedConfig.watchOptions) :
43142 parsedConfig.watchOptions || existingWatchOptions;
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3294 watchOptions?: WatchOptions; property
5295 watchOptions?: WatchOptions;
5834 watchOptions?: WatchOptions;
5876 …WatchStatusReporter, projectReferences?: readonly ProjectReference[], watchOptions?: WatchOptions)…
5997 readonly watchOptions?: WatchOptions; property
8640 watchOptions?: WatchOptions;
10517 protected watchOptions: WatchOptions | undefined; property in ts.Project
10873 watchOptions?: WatchOptions;
10899 watchOptions: WatchOptions; property

12