Home
last modified time | relevance | path

Searched refs:customTransformer (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dtransformer.ts122 const customTransformer = transformer(context); constant
123 return typeof customTransformer === "function"
124 ? handleDefault(context, customTransformer)
125 : wrapCustomTransformer(customTransformer);
/third_party/typescript/lib/
DtypingsInstaller.js114298 var customTransformer = transformer(context);
114299 return typeof customTransformer === "function"
114300 ? handleDefault(context, customTransformer)
114301 : wrapCustomTransformer(customTransformer);
Dtsc.js94307 var customTransformer = transformer(context);
94308 return typeof customTransformer === "function"
94309 ? handleDefault(context, customTransformer)
94310 : wrapCustomTransformer(customTransformer);