fix(bazel): also pass afterDeclarations transformers to emitWithTsickle (#28342)
Tsickle supports afterDeclarations transformers, but these were not being passed in. PR Close #28342
This commit is contained in:
parent
ec414b432e
commit
70e426ba1b
@ -292,6 +292,7 @@ export function compile({allDepsCompiledWithBazel = true, compilerOpts, tsHost,
|
|||||||
cancellationToken, emitOnlyDtsFiles, {
|
cancellationToken, emitOnlyDtsFiles, {
|
||||||
beforeTs: customTransformers.before,
|
beforeTs: customTransformers.before,
|
||||||
afterTs: customTransformers.after,
|
afterTs: customTransformers.after,
|
||||||
|
afterDeclarations: customTransformers.afterDeclarations,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!gatherDiagnostics) {
|
if (!gatherDiagnostics) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user