Home
last modified time | relevance | path

Searched defs:compileOnSave (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/tests/baselines/reference/config/tsconfigParsingWatchOptions/
Ddifferent options with json api.js102 "compileOnSave": false property
/third_party/typescript/tests/cases/projects/decoratorMetadata/emitDecoratorMetadataSystemJS/
Dtsconfig.json2 "compileOnSave": true, boolean
/third_party/typescript/tests/cases/projects/decoratorMetadata/emitDecoratorMetadataCommonJSIsolatedModule/
Dtsconfig.json2 "compileOnSave": true, boolean
/third_party/typescript/tests/cases/projects/decoratorMetadata/emitDecoratorMetadataSystemJSIsolatedModule/
Dtsconfig.json2 "compileOnSave": true, boolean
/third_party/typescript/tests/cases/projects/decoratorMetadata/emitDecoratorMetadataCommonJSIsolatedModuleNoResolve/
Dtsconfig.json2 "compileOnSave": true, boolean
/third_party/typescript/tests/cases/projects/decoratorMetadata/emitDecoratorMetadataSystemJSIsolatedModuleNoResolve/
Dtsconfig.json2 "compileOnSave": true, boolean
/third_party/typescript/tests/baselines/reference/config/showConfig/Show TSConfig with compileOnSave and more/
Dtsconfig.json19 "compileOnSave": true boolean
/third_party/jsframework/
Dtsconfig.json2 "compileOnSave": false, boolean
/third_party/typescript/src/server/
DeditorServices.ts122 readonly compileOnSave: boolean; property
Dprotocol.ts1423 compileOnSave?: boolean; property
/third_party/typescript/tests/arkTSTest/
Dtsconfig.json2 "compileOnSave": false, boolean
/third_party/typescript/src/compiler/
DcommandLineParser.ts2520 compileOnSave: boolean | undefined; property
/third_party/typescript/tests/dets/
Dtsconfig.json2 "compileOnSave": false, boolean
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts1162 compileOnSave?: boolean; property
7545 compileOnSave?: boolean; property
Dtypescript.d.ts3542 compileOnSave?: boolean; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts1162 compileOnSave?: boolean; property
7545 compileOnSave?: boolean; property
Dtypescript.d.ts3542 compileOnSave?: boolean; property
Dtsc.js35296 compileOnSave: !!configParseResult.compileOnSave ? true : void 0 property