refactor(core): misc changes and integrate review feedback on #19996
closes #20224
This commit is contained in:
@ -91,7 +91,7 @@ export class JitCompiler {
|
||||
} else {
|
||||
const summary = entry as CompileTypeSummary;
|
||||
this._summaryResolver.addSummary(
|
||||
{symbol: summary.type.reference, metadata: null, type: summary})
|
||||
{symbol: summary.type.reference, metadata: null, type: summary});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user