Home
last modified time | relevance | path

Searched defs:transformModule (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts31 export function transformModule(context: TransformationContext): (x: SourceFile | Bundle) => Source… function
98 const transformModule = getTransformModuleDelegate(moduleKind); constant
/third_party/typescript/lib/
Dtsc.js93753 function transformModule(context) { function