|
@@ -137,7 +137,7 @@ export class FunctionDeclarationTransformer extends AbstractNodeTransformer {
|
|
|
blockScopeNode: TNodeWithBlockScope
|
|
|
): void {
|
|
|
const cachedReplaceableIdentifiersNamesMap: TReplaceableIdentifiersNames =
|
|
|
- this.replaceableIdentifiers.get(blockScopeNode)!;
|
|
|
+ <TReplaceableIdentifiersNames>this.replaceableIdentifiers.get(blockScopeNode);
|
|
|
|
|
|
const cachedReplaceableIdentifiers: ESTree.Identifier[] | undefined = cachedReplaceableIdentifiersNamesMap
|
|
|
.get(functionDeclarationNode.id.name);
|