Searched refs:getTransformers (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/compiler/ |
D | transformer.ts | 34 …export function getTransformers(compilerOptions: CompilerOptions, customTransformers?: CustomTrans… function
|
D | program.ts | 2090 getTransformers(options, customTransformers, emitOnlyDtsFiles),
|
D | emitter.ts | 871 getTransformers(config.options, customTransformers)
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 114227 function getTransformers(compilerOptions, customTransformers, emitOnlyDtsFiles) { function 114233 ts.getTransformers = getTransformers; 115491 /*targetSourceFile*/ undefined, ts.getTransformers(config.options, customTransformers)); 122454 …itFiles(emitResolver, getEmitHost(writeFileCallback), sourceFile, ts.getTransformers(options, cust…
|
D | tsc.js | 94244 function getTransformers(compilerOptions, customTransformers, emitOnlyDtsFiles) { function 94250 ts.getTransformers = getTransformers; 95346 …emitFiles(ts.notImplementedResolver, emitHost, undefined, ts.getTransformers(config.options, custo… 101589 …itFiles(emitResolver, getEmitHost(writeFileCallback), sourceFile, ts.getTransformers(options, cust…
|