Home
last modified time | relevance | path

Searched defs:watchOptions (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/fallbackPolling/
Dtsconfig.json3 "watchOptions": { object
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/synchronousWatchDirectory/
Dtsconfig.json3 "watchOptions": { object
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/watchFile/
Dtsconfig.json3 "watchOptions": { object
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/excludeDirectories/
Dtsconfig.json3 "watchOptions": { object
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/excludeFiles/
Dtsconfig.json3 "watchOptions": { object
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/watchDirectory/
Dtsconfig.json3 "watchOptions": { object
/third_party/typescript/tests/baselines/reference/showConfig/Show TSConfig with watch options/
Dtsconfig.json3 "watchOptions": { object
/third_party/typescript/src/jsTyping/
Dtypes.ts17 readonly watchOptions?: WatchOptions; property
/third_party/typescript/src/compiler/
DcommandLineParser.ts1506 watchOptions: WatchOptions | undefined; property
1526 const { options, watchOptions, fileNames: projects, errors } = parseCommandLineWorker( constant
2410 const watchOptions = existingWatchOptions && parsedConfig.watchOptions ? constant
2596 watchOptions?: WatchOptions; property
2689 const watchOptions = convertWatchOptionsFromJsonWorker(json.watchOptions, basePath, errors); constant
DwatchPublic.ts134 watchOptions?: WatchOptions; property
Dwatch.ts613 watchOptions: WatchOptions | undefined; property
/third_party/typescript/src/server/
DeditorServices.ts317 watchOptions?: WatchOptions; property
648 watchOptions: WatchOptions; property
1060 const watchOptions = convertWatchOptions(projectCompilerOptions, projectRootPath); constant
1273 const watchOptions = this.getWatchOptions(project); constant
Dprotocol.ts1527 watchOptions?: WatchOptions; property
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts393 …const { buildOptions, watchOptions, projects, errors } = parseBuildCommand(commandLineArgs.slice(1… constant
/third_party/typescript/lib/
Dtsserverlibrary.d.ts3008 watchOptions?: WatchOptions; property
5250 readonly watchOptions?: WatchOptions; property
9390 protected watchOptions: WatchOptions | undefined; property in ts.Project
9767 watchOptions: WatchOptions; property
Dprotocol.d.ts1102 watchOptions?: WatchOptions; property
Dtypescript.d.ts3008 watchOptions?: WatchOptions; property
5250 readonly watchOptions?: WatchOptions; property
DtypescriptServices.d.ts3008 watchOptions?: WatchOptions; property
5250 readonly watchOptions?: WatchOptions; property
Dtsserverlibrary.js38230 …defined, project: undefined, build: undefined, version: undefined }), watchOptions: watchOptionMap… property
113040 watchOptions: watchOptionsOrExtraFileExtensions, property
154014 …, lastFileExceededProgramSize, compilerOptions, compileOnSaveEnabled, watchOptions, directoryStruc… argument
155066 Project.prototype.setWatchOptions = function (watchOptions) { argument
155402 …on InferredProject(projectService, documentRegistry, compilerOptions, watchOptions, projectRootPat… argument
155646 ConfiguredProject.prototype.setWatchOptions = function (watchOptions) { argument
155648 _super.prototype.setWatchOptions.call(this, watchOptions); argument
155855 …eExceededProgramSize, compileOnSaveEnabled, projectFilePath, pluginConfigOverrides, watchOptions) { argument
157560 …, newUncheckedFiles, propertyReader, newOptions, newTypeAcquisition, compileOnSave, watchOptions) { argument
Dtsserver.js38036 …defined, project: undefined, build: undefined, version: undefined }), watchOptions: watchOptionMap… property
112846 watchOptions: watchOptionsOrExtraFileExtensions, property
153820 …, lastFileExceededProgramSize, compilerOptions, compileOnSaveEnabled, watchOptions, directoryStruc… argument
154872 Project.prototype.setWatchOptions = function (watchOptions) { argument
155208 …on InferredProject(projectService, documentRegistry, compilerOptions, watchOptions, projectRootPat… argument
155452 ConfiguredProject.prototype.setWatchOptions = function (watchOptions) { argument
155454 _super.prototype.setWatchOptions.call(this, watchOptions); argument
155661 …eExceededProgramSize, compileOnSaveEnabled, projectFilePath, pluginConfigOverrides, watchOptions) { argument
157366 …, newUncheckedFiles, propertyReader, newOptions, newTypeAcquisition, compileOnSave, watchOptions) { argument
Dtsc.js30978 …defined, project: undefined, build: undefined, version: undefined }), watchOptions: watchOptionMap… property
92914 watchOptions: watchOptionsOrExtraFileExtensions, property
95106 function performBuild(sys, cb, buildOptions, watchOptions, projects, errors) { argument
95233 …ateWatchOfFilesAndCompilerOptions(system, cb, reportDiagnostic, rootFiles, options, watchOptions) { argument
95237 watchOptions: watchOptions, property
DtypingsInstaller.js38025 …defined, project: undefined, build: undefined, version: undefined }), watchOptions: watchOptionMap… property
112835 watchOptions: watchOptionsOrExtraFileExtensions, property
DtypescriptServices.js38230 …defined, project: undefined, build: undefined, version: undefined }), watchOptions: watchOptionMap… property
113040 watchOptions: watchOptionsOrExtraFileExtensions, property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3065 watchOptions?: WatchOptions; property
5491 readonly watchOptions?: WatchOptions; property
9669 protected watchOptions: WatchOptions | undefined; property in ts.Project
10052 watchOptions: WatchOptions; property
Dtypescript.d.ts3065 watchOptions?: WatchOptions; property
5491 readonly watchOptions?: WatchOptions; property

12