Home
last modified time | relevance | path

Searched refs:CompilerOptions (Results 1 – 25 of 157) sorted by relevance

1234567

/third_party/typescript/src/services/
DdocumentRegistry.ts37 compilationSettingsOrHost: CompilerOptions | MinimalResolutionCacheHost,
47 compilationSettingsOrHost: CompilerOptions | MinimalResolutionCacheHost,
72 compilationSettingsOrHost: CompilerOptions | MinimalResolutionCacheHost,
82 compilationSettingsOrHost: CompilerOptions | MinimalResolutionCacheHost,
90 getKeyForCompilationSettings(settings: CompilerOptions): DocumentRegistryBucketKey;
102 …releaseDocument(fileName: string, compilationSettings: CompilerOptions, scriptKind?: ScriptKind): …
114 …releaseDocument(fileName: string, compilationSettings: CompilerOptions, scriptKind: ScriptKind, im…
186 … function getCompilationSettings(settingsOrHost: CompilerOptions | MinimalResolutionCacheHost) {
190 return settingsOrHost as CompilerOptions;
193 …function acquireDocument(fileName: string, compilationSettings: CompilerOptions | MinimalResolutio…
[all …]
Dtranspile.ts3 compilerOptions?: CompilerOptions;
29 …const options: CompilerOptions = transpileOptions.compilerOptions ? fixupCompilerOptions(transpile…
118 …export function transpile(input: string, compilerOptions?: CompilerOptions, fileName?: string, dia…
129 …export function fixupCompilerOptions(options: CompilerOptions, diagnostics: Diagnostic[]): Compile…
DstringCompletions.ts32 options: CompilerOptions,
55 options: CompilerOptions,
101 …mber, contextToken: Node | undefined, checker: TypeChecker, options: CompilerOptions, host: Langua…
166 …alLike, position: number, typeChecker: TypeChecker, compilerOptions: CompilerOptions, host: Langua…
366 …es(sourceFile: SourceFile, node: LiteralExpression, compilerOptions: CompilerOptions, host: Langua…
370 …er(sourceFile: SourceFile, node: LiteralExpression, compilerOptions: CompilerOptions, host: Langua…
391 …function getExtensionOptions(compilerOptions: CompilerOptions, includeExtensionsOption = IncludeEx…
394 …ules(literalValue: string, scriptDirectory: string, compilerOptions: CompilerOptions, host: Langua…
405 function isEmitResolutionKindUsingNodeModules(compilerOptions: CompilerOptions): boolean {
411 function isEmitModuleResolutionRespectingExportMaps(compilerOptions: CompilerOptions) {
[all …]
/third_party/typescript/src/compiler/
DbuilderPublic.ts64 getCompilerOptions(): CompilerOptions;
160 …icsBuilderProgram(rootNames: readonly string[] | undefined, options: CompilerOptions | undefined, …
161 …| readonly string[] | undefined, hostOrOptions: BuilderProgramHost | CompilerOptions | undefined, …
170 …icsBuilderProgram(rootNames: readonly string[] | undefined, options: CompilerOptions | undefined, …
171 …| readonly string[] | undefined, hostOrOptions: BuilderProgramHost | CompilerOptions | undefined, …
177 hostOrOptions: BuilderProgramHost | CompilerOptions | undefined,
190 … readBuilderProgram(hostOrOptions as CompilerOptions, oldProgramOrHost as CompilerHost, true);
204 …teAbstractBuilder(rootNames: readonly string[] | undefined, options: CompilerOptions | undefined, …
205 …| readonly string[] | undefined, hostOrOptions: BuilderProgramHost | CompilerOptions | undefined, …
DmoduleSpecifiers.ts14 …ce, importModuleSpecifierEnding }: UserPreferences, compilerOptions: CompilerOptions, importingSou…
34 …function getPreferencesForUpdate(compilerOptions: CompilerOptions, oldImportSpecifier: string, imp…
43 …function isFormatRequiringExtensions(compilerOptions: CompilerOptions, importingSourceFileName: Pa…
67 compilerOptions: CompilerOptions,
87 compilerOptions: CompilerOptions,
98 compilerOptions: CompilerOptions,
112 compilerOptions: CompilerOptions,
163 compilerOptions: CompilerOptions,
183 compilerOptions: CompilerOptions,
213 compilerOptions: CompilerOptions,
[all …]
DwatchPublic.ts10 …export function readBuilderProgram(compilerOptions: CompilerOptions, host: ReadBuildProgramHost, i…
33 …export function createIncrementalCompilerHost(options: CompilerOptions, system = sys): CompilerHos…
45 options: CompilerOptions;
70 …hStatusReporter = (diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount?:…
72 …uilderProgram> = (rootNames: readonly string[] | undefined, options: CompilerOptions | undefined, …
77 …onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
98 getDefaultLibFileName(options: CompilerOptions): string;
128 … redirectedReference: ResolvedProjectReference | undefined, options: CompilerOptions, containingSo…
130 … redirectedReference: ResolvedProjectReference | undefined, options: CompilerOptions, containingFi…
170 options: CompilerOptions;
[all …]
DohApi.ts110 …export function isEtsFunctionDecorators(name: string | undefined, options: CompilerOptions): boole…
172 export function isArkTsDecorator(node: Node, compilerOptions?: CompilerOptions): boolean {
183 …tors: NodeArray<Decorator> | readonly Decorator[] | undefined, options: CompilerOptions): boolean {
199 …tors: NodeArray<Decorator> | readonly Decorator[] | undefined, options: CompilerOptions): boolean {
214 …tors: NodeArray<Decorator> | readonly Decorator[] | undefined, options: CompilerOptions): boolean {
229 …tors: NodeArray<Decorator> | readonly Decorator[] | undefined, options: CompilerOptions): boolean {
244 …tors: NodeArray<Decorator> | readonly Decorator[] | undefined, options: CompilerOptions): boolean {
259 …deArray<Decorator> | readonly Decorator[] | undefined, compilerOptions: CompilerOptions): boolean {
337 …rray<Decorator> | readonly Decorator[] | undefined, compilerOptions: CompilerOptions): __String[] {
356 …rray<Decorator> | readonly Decorator[] | undefined, compilerOptions: CompilerOptions): __String[] {
[all …]
DmoduleNameResolver.ts9 …export function isTraceEnabled(compilerOptions: CompilerOptions, host: ModuleResolutionHost): bool…
113 compilerOptions: CompilerOptions;
266 …export function getEffectiveTypeRoots(options: CompilerOptions, host: GetEffectiveTypeRootsHost): …
317 …eDirectiveName: string, containingFile: string | undefined, options: CompilerOptions, host: Module…
480 function getDefaultNodeResolutionFeatures(options: CompilerOptions) {
493 options: CompilerOptions,
517 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
584 update(options: CompilerOptions): void;
619 setOwnOptions(newOptions: CompilerOptions): void;
624 export function createCacheWithRedirects<T>(options?: CompilerOptions): CacheWithRedirects<T> {
[all …]
DcommandLineParser.ts1538 export const defaultInitCompilerOptions: CompilerOptions = {
1900 optionsToExtend: CompilerOptions | undefined,
2381 compilerOptions: CompilerOptions;
2498 options: CompilerOptions,
2556 export function getCompilerOptionsDiffValue(options: CompilerOptions, newLine: string): string {
2589 …function getSerializedCompilerOption(options: CompilerOptions): ESMap<string, CompilerOptionsValue…
2599 …export function generateTSConfig(options: CompilerOptions, fileNames: readonly string[], newLine: …
2688 …export function convertToOptionsWithAbsolutePaths(options: CompilerOptions, toAbsolutePath: (path:…
2689 const result: CompilerOptions = {};
2729 …son: any, host: ParseConfigHost, basePath: string, existingOptions?: CompilerOptions, configFileNa…
[all …]
Dutilities.ts82 …rt function changesAffectModuleResolution(oldOptions: CompilerOptions, newOptions: CompilerOptions
87 …nction optionsHaveModuleResolutionChanges(oldOptions: CompilerOptions, newOptions: CompilerOptions
91 …function changesAffectingProgramStructure(oldOptions: CompilerOptions, newOptions: CompilerOptions
95 …export function optionsHaveChanges(oldOptions: CompilerOptions, newOptions: CompilerOptions, optio…
849 export function isEffectiveExternalModule(node: SourceFile, compilerOptions: CompilerOptions) {
856 …port function isEffectiveStrictModeSourceFile(node: SourceFile, compilerOptions: CompilerOptions) {
1957 …eDecorated(node: Node, parent: Node, grandparent: Node, compilerOptions: CompilerOptions): boolean;
1958 …Decorated(node: Node, parent: Node, grandparent: Node, compilerOptions?: CompilerOptions): boolean;
1959 …orated(node: Node, parent?: Node, grandparent?: Node, compilerOptions?: CompilerOptions): boolean {
2232 …InBuildOrPageTransitionContext(node: Node | undefined, compilerOptions: CompilerOptions): boolean {
[all …]
/third_party/typescript/src/testRunner/
DprojectsRunner.ts24 compilerOptions?: ts.CompilerOptions;
77 private _testCase: ProjectRunnerTestCase & ts.CompilerOptions;
80 …System, compilerOptions: ts.CompilerOptions, _testCaseJustName: string, testCase: ProjectRunnerTes…
89 public getDefaultLibFileName(_options: ts.CompilerOptions) {
95 private _testCase: ProjectRunnerTestCase & ts.CompilerOptions;
97 constructor(sys: fakes.System, testCase: ProjectRunnerTestCase & ts.CompilerOptions) {
119 testCase: ProjectRunnerTestCase & ts.CompilerOptions;
125 private testCase: ProjectRunnerTestCase & ts.CompilerOptions;
128 private compilerOptions: ts.CompilerOptions;
179 let testCase: ProjectRunnerTestCase & ts.CompilerOptions;
[all …]
/third_party/gn/src/gn/
Dvisual_studio_utils.h13 struct CompilerOptions { struct
14 CompilerOptions();
15 ~CompilerOptions();
45 void ParseCompilerOption(const std::string& cflag, CompilerOptions* options); argument
Dvisual_studio_utils.cc13 CompilerOptions::CompilerOptions() = default;
15 CompilerOptions::~CompilerOptions() = default;
40 void ParseCompilerOption(const std::string& cflag, CompilerOptions* options) { in ParseCompilerOption()
Dqt_creator_writer.cc187 struct CompilerOptions { struct
205 void ParseCompilerOption(const std::string& flag, CompilerOptions* options) { in ParseCompilerOption()
216 CompilerOptions* options) { in ParseCompilerOptions()
257 CompilerOptions options; in HandleTarget()
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts147 …n newProgram(texts: NamedSourceText[], rootNames: string[], options: CompilerOptions, useGetSource…
155 …gram: ProgramWithSourceTexts, rootNames: readonly string[], options: CompilerOptions, updater: (fi…
260 … const options: CompilerOptions = { target, moduleResolution: ModuleResolutionKind.NodeJs };
333 const options: CompilerOptions = { target, noLib: true };
345 const options: CompilerOptions = { target, noLib: true };
364 const options: CompilerOptions = { target };
401 const options: CompilerOptions = { target, typeRoots: ["/types"] };
416 const options: CompilerOptions = { target, typeRoots: ["/types"] };
438 const options: CompilerOptions = { target, typeRoots: ["/types"] };
475 …const options: CompilerOptions = { target: ScriptTarget.ES2015, traceResolution: true, moduleResol…
[all …]
DmoduleResolution.ts472 … const compilerOptions: CompilerOptions = { moduleResolution: ModuleResolutionKind.NodeJs };
491 … const compilerOptions: CompilerOptions = { moduleResolution: ModuleResolutionKind.NodeJs };
504 const options: CompilerOptions = { module: ModuleKind.CommonJS };
579 options: CompilerOptions,
964 const options: CompilerOptions = { moduleResolution, baseUrl: "/root" };
994 …const options: CompilerOptions = { moduleResolution: ModuleResolutionKind.NodeJs, baseUrl: "/root"…
1018 …const options: CompilerOptions = { moduleResolution: ModuleResolutionKind.Classic, baseUrl: "/root…
1047 const options: CompilerOptions = {
1224 const options: CompilerOptions = {
1295 const options: CompilerOptions = {
[all …]
/third_party/typescript/src/server/
DtypingsCache.ts30 readonly compilerOptions: CompilerOptions;
72 function compilerOptionsChanged(opt1: CompilerOptions, opt2: CompilerOptions): boolean {
126 …updateTypingsForProject(projectName: string, compilerOptions: CompilerOptions, typeAcquisition: Ty…
/third_party/typescript/src/testRunner/unittests/tsserver/
Dtelemetry.ts36 const compilerOptions: CompilerOptions = { allowJs: true };
51 const compilerOptions: server.protocol.CompilerOptions = { strict: true };
93 const compilerOptions: CompilerOptions = {
123 const safeCompilerOptions: CompilerOptions = {
282 const compilerOptions: CompilerOptions = { checkJs: true };
/third_party/typescript/src/testRunner/unittests/services/
DhostNewLineSupport.ts3 function testLSWithFiles(settings: CompilerOptions, files: Harness.Compiler.TestFile[]) {
28 function verifyNewLines(content: string, options: CompilerOptions) {
47 function verifyOutliningSpanNewLines(content: string, options: CompilerOptions) {
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts61 options: CompilerOptions | BuildOptions
72 function shouldBePretty(sys: System, options: CompilerOptions | BuildOptions) {
783 …function createReportErrorSummary(sys: System, options: CompilerOptions | BuildOptions): ReportEmi…
886 function createWatchStatusReporter(sys: System, options: CompilerOptions | BuildOptions) {
895 optionsToExtend: CompilerOptions,
918 options: CompilerOptions,
1015 function canReportDiagnostics(system: System, compilerOptions: CompilerOptions) {
1019 function canTrace(system: System, compilerOptions: CompilerOptions) {
1023 …function enableStatisticsAndTracing(system: System, compilerOptions: CompilerOptions, isBuildMode:…
1171 options: CompilerOptions,
/third_party/typescript/tests/baselines/reference/docker/
Dvscode.log6CompilerOptions; getScriptFileNames: () => string[]; getScriptKind: (fileName: string) => ScriptKi…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyMetadata.cpp34 const char CompilerOptions[] = "opencl.compiler.options"; variable
133 kOCLMD::CompilerOptions, in runOnModule()
/third_party/typescript/src/jsTyping/
Dtypes.ts16 readonly compilerOptions: CompilerOptions;
93 readonly compilerOptions: CompilerOptions;
/third_party/typescript/src/harness/
DcompilerImpl.ts11 …s.ParseConfigHost, project: string | undefined, existingOptions?: ts.CompilerOptions): Project | u…
51 public readonly options: ts.CompilerOptions;
61 …constructor(host: fakes.CompilerHost, options: ts.CompilerOptions, program: ts.Program | undefined…
236 …s.CompilerHost, rootFiles: string[] | undefined, compilerOptions: ts.CompilerOptions): Compilation…
/third_party/typescript/src/services/codefixes/
DimportFixes.ts524 compilerOptions: CompilerOptions
545 …alidTypeOnlyUseSite: boolean, checker: TypeChecker, compilerOptions: CompilerOptions): FixAddToExi…
589 …stingImportMap(checker: TypeChecker, importingFile: SourceFile, compilerOptions: CompilerOptions) {
717 compilerOptions: CompilerOptions
809 …tFixWithModuleSpecifier, importingFile: SourceFile, compilerOptions: CompilerOptions, toPath: (fil…
859 …(importingFile: SourceFile, exportKind: ExportKind, compilerOptions: CompilerOptions, forceImportK…
869 …function getUmdImportKind(importingFile: SourceFile, compilerOptions: CompilerOptions, forceImport…
929 …eFile, checker: TypeChecker, symbolToken: Identifier, compilerOptions: CompilerOptions): string[] {
995 …function getExportEqualsImportKind(importingFile: SourceFile, compilerOptions: CompilerOptions, fo…
1024 …ription: boolean, quotePreference: QuotePreference, compilerOptions: CompilerOptions): CodeFixActi…
[all …]

1234567