Home
last modified time | relevance | path

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

1234

/third_party/typescript/src/services/
DdocumentRegistry.ts34 compilationSettings: CompilerOptions,
42 compilationSettings: CompilerOptions,
62 compilationSettings: CompilerOptions,
70 compilationSettings: CompilerOptions,
76 getKeyForCompilationSettings(settings: CompilerOptions): DocumentRegistryBucketKey;
86 releaseDocument(fileName: string, compilationSettings: CompilerOptions): void;
143 …function acquireDocument(fileName: string, compilationSettings: CompilerOptions, scriptSnapshot: I…
149 …reDocumentWithKey(fileName: string, path: Path, compilationSettings: CompilerOptions, key: Documen…
153 …function updateDocument(fileName: string, compilationSettings: CompilerOptions, scriptSnapshot: IS…
159 …teDocumentWithKey(fileName: string, path: Path, compilationSettings: CompilerOptions, key: Documen…
[all …]
Dtranspile.ts3 compilerOptions?: CompilerOptions;
29 …const options: CompilerOptions = transpileOptions.compilerOptions ? fixupCompilerOptions(transpile…
108 …export function transpile(input: string, compilerOptions?: CompilerOptions, fileName?: string, dia…
119 …export function fixupCompilerOptions(options: CompilerOptions, diagnostics: Diagnostic[]): Compile…
DstringCompletions.ts3 …mber, contextToken: Node | undefined, checker: TypeChecker, options: CompilerOptions, host: Langua…
55 …mber, contextToken: Node | undefined, checker: TypeChecker, options: CompilerOptions, host: Langua…
114 …alLike, position: number, typeChecker: TypeChecker, compilerOptions: CompilerOptions, host: Langua…
308 …es(sourceFile: SourceFile, node: LiteralExpression, compilerOptions: CompilerOptions, host: Langua…
312 …er(sourceFile: SourceFile, node: LiteralExpression, compilerOptions: CompilerOptions, host: Langua…
327 …function getExtensionOptions(compilerOptions: CompilerOptions, includeExtensions = false): Extensi…
330 …ules(literalValue: string, scriptDirectory: string, compilerOptions: CompilerOptions, host: Langua…
341 …function getSupportedExtensionsForModuleResolution(compilerOptions: CompilerOptions): readonly Ext…
367 …ectory: string, extensionOptions: ExtensionOptions, compilerOptions: CompilerOptions, host: Langua…
485 …lativeModules(fragment: string, scriptPath: string, compilerOptions: CompilerOptions, host: Langua…
[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/compiler/
DbuilderPublic.ts47 getCompilerOptions(): CompilerOptions;
140 …icsBuilderProgram(rootNames: readonly string[] | undefined, options: CompilerOptions | undefined, …
141 …| readonly string[] | undefined, hostOrOptions: BuilderProgramHost | CompilerOptions | undefined, …
150 …icsBuilderProgram(rootNames: readonly string[] | undefined, options: CompilerOptions | undefined, …
151 …| readonly string[] | undefined, hostOrOptions: BuilderProgramHost | CompilerOptions | undefined, …
159 …teAbstractBuilder(rootNames: readonly string[] | undefined, options: CompilerOptions | undefined, …
160 …| readonly string[] | undefined, hostOrOptions: BuilderProgramHost | CompilerOptions | undefined, …
DwatchPublic.ts7 … export function readBuilderProgram(compilerOptions: CompilerOptions, host: ReadBuildProgramHost) {
19 …export function createIncrementalCompilerHost(options: CompilerOptions, system = sys): CompilerHos…
29 options: CompilerOptions;
45 …hStatusReporter = (diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount?:…
47 …uilderProgram> = (rootNames: readonly string[] | undefined, options: CompilerOptions | undefined, …
52 …onWatchStatusChange?(diagnostic: Diagnostic, newLine: string, options: CompilerOptions, errorCount…
55 …, callback: FileWatcherCallback, pollingInterval?: number, options?: CompilerOptions): FileWatcher;
57 …, callback: DirectoryWatcherCallback, recursive?: boolean, options?: CompilerOptions): FileWatcher;
73 getDefaultLibFileName(options: CompilerOptions): string;
103 … redirectedReference: ResolvedProjectReference | undefined, options: CompilerOptions): (ResolvedMo…
[all …]
DmoduleSpecifiers.ts14 …ce, importModuleSpecifierEnding }: UserPreferences, compilerOptions: CompilerOptions, importingSou…
34 …function getPreferencesForUpdate(compilerOptions: CompilerOptions, oldImportSpecifier: string): Pr…
44 compilerOptions: CompilerOptions,
57 compilerOptions: CompilerOptions,
68 compilerOptions: CompilerOptions,
80 compilerOptions: CompilerOptions,
96 compilerOptions: CompilerOptions,
178 …ModuleSpecifier(moduleFileName: string, info: Info, compilerOptions: CompilerOptions, host: Module…
458 …FileName: (file: string) => string, ending: Ending, compilerOptions: CompilerOptions): string | un…
471 …urceDirectory }: Info, host: ModuleSpecifierResolutionHost, options: CompilerOptions, packageNameO…
[all …]
DmoduleNameResolver.ts10 …export function isTraceEnabled(compilerOptions: CompilerOptions, host: ModuleResolutionHost): bool…
101 compilerOptions: CompilerOptions;
242 …export function getEffectiveTypeRoots(options: CompilerOptions, host: GetEffectiveTypeRootsHost): …
288 …eDirectiveName: string, containingFile: string | undefined, options: CompilerOptions, host: Module…
411 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
476 …tory: string, getCanonicalFileName: (s: string) => string, options?: CompilerOptions): ModuleResol…
492 setOwnOptions(newOptions: CompilerOptions): void;
497 export function createCacheWithRedirects<T>(options?: CompilerOptions): CacheWithRedirects<T> {
509 function setOwnOptions(newOptions: CompilerOptions) {
645 …uleName(moduleName: string, containingFile: string, compilerOptions: CompilerOptions, host: Module…
[all …]
DcommandLineParser.ts1232 export const defaultInitCompilerOptions: CompilerOptions = {
1583 optionsToExtend: CompilerOptions,
2032 compilerOptions: CompilerOptions;
2148 options: CompilerOptions,
2208 …export function generateTSConfig(options: CompilerOptions, fileNames: readonly string[], newLine: …
2310 …export function convertToOptionsWithAbsolutePaths(options: CompilerOptions, toAbsolutePath: (path:…
2311 const result: CompilerOptions = {};
2351 …son: any, host: ParseConfigHost, basePath: string, existingOptions?: CompilerOptions, configFileNa…
2362 …urceFile, host: ParseConfigHost, basePath: string, existingOptions?: CompilerOptions, configFileNa…
2367 …export function setConfigFileInOptions(options: CompilerOptions, configFile: TsConfigSourceFile | …
[all …]
/third_party/typescript/src/testRunner/
DprojectsRunner.ts24 compilerOptions?: ts.CompilerOptions;
73 private _testCase: ProjectRunnerTestCase & ts.CompilerOptions;
76 …System, compilerOptions: ts.CompilerOptions, _testCaseJustName: string, testCase: ProjectRunnerTes…
85 public getDefaultLibFileName(_options: ts.CompilerOptions) {
91 private _testCase: ProjectRunnerTestCase & ts.CompilerOptions;
93 constructor(sys: fakes.System, testCase: ProjectRunnerTestCase & ts.CompilerOptions) {
115 testCase: ProjectRunnerTestCase & ts.CompilerOptions;
121 private testCase: ProjectRunnerTestCase & ts.CompilerOptions;
124 private compilerOptions: ts.CompilerOptions;
175 let testCase: ProjectRunnerTestCase & ts.CompilerOptions;
[all …]
/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…
313 const options: CompilerOptions = { target, noLib: true };
325 const options: CompilerOptions = { target, noLib: true };
344 const options: CompilerOptions = { target };
381 const options: CompilerOptions = { target, typeRoots: ["/types"] };
396 const options: CompilerOptions = { target, typeRoots: ["/types"] };
418 const options: CompilerOptions = { target, typeRoots: ["/types"] };
455 …const options: CompilerOptions = { target: ScriptTarget.ES2015, traceResolution: true, moduleResol…
630 …const options: CompilerOptions = { target: ScriptTarget.ES2015, traceResolution: true, moduleResol…
[all …]
DmoduleResolution.ts447 … const compilerOptions: CompilerOptions = { moduleResolution: ModuleResolutionKind.NodeJs };
466 … const compilerOptions: CompilerOptions = { moduleResolution: ModuleResolutionKind.NodeJs };
479 const options: CompilerOptions = { module: ModuleKind.CommonJS };
554 options: CompilerOptions,
939 const options: CompilerOptions = { moduleResolution, baseUrl: "/root" };
969 …const options: CompilerOptions = { moduleResolution: ModuleResolutionKind.NodeJs, baseUrl: "/root"…
993 …const options: CompilerOptions = { moduleResolution: ModuleResolutionKind.Classic, baseUrl: "/root…
1022 const options: CompilerOptions = {
1184 const options: CompilerOptions = {
1250 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/harness/
DevaluatorImpl.ts7 function compile(sourceText: string, options?: ts.CompilerOptions) {
10 const compilerOptions: ts.CompilerOptions = {
35 …export function evaluateTypeScript(sourceText: string, options?: ts.CompilerOptions, globals?: Rec…
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…
238 …s.CompilerHost, rootFiles: string[] | undefined, compilerOptions: ts.CompilerOptions): Compilation…
/third_party/typescript/src/testRunner/unittests/services/
DhostNewLineSupport.ts3 function testLSWithFiles(settings: CompilerOptions, files: Harness.Compiler.TestFile[]) {
22 function verifyNewLines(content: string, options: CompilerOptions) {
41 function verifyOutliningSpanNewLines(content: string, options: CompilerOptions) {
/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/executeCommandLine/
DexecuteCommandLine.ts63 options: CompilerOptions | BuildOptions
74 function shouldBePretty(sys: System, options: CompilerOptions | BuildOptions) {
508 …function createReportErrorSummary(sys: System, options: CompilerOptions | BuildOptions): ReportEmi…
610 function createWatchStatusReporter(sys: System, options: CompilerOptions | BuildOptions) {
619 optionsToExtend: CompilerOptions,
640 options: CompilerOptions,
655 function canReportDiagnostics(system: System, compilerOptions: CompilerOptions) {
659 function canTrace(system: System, compilerOptions: CompilerOptions) {
663 …function enableStatisticsAndTracing(system: System, compilerOptions: CompilerOptions, isBuildMode:…
784 options: CompilerOptions,
/third_party/typescript_eslint/packages/typescript-estree/src/create-program/
Dshared.ts13 const DEFAULT_COMPILER_OPTIONS: ts.CompilerOptions = {
28 ): ts.CompilerOptions {
/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_eslint/packages/parser/src/
Dparser.ts14 import { CompilerOptions, ScriptTarget } from 'typescript';
40 function getLib(compilerOptions: CompilerOptions): Lib[] {
/third_party/typescript/src/testRunner/unittests/tscWatch/
DsourceOfProjectReferenceRedirect.ts73 … function verifySymlinkScenarioWorker(packages: () => Packages, extraOptions: CompilerOptions) {
86 … function config(packageName: string, extraOptions: CompilerOptions, references?: string[]): File {

1234