Use getInternalName not getLocalName (#20168)

This commit is contained in:
Wesley Wigham
2018-01-08 13:55:50 -08:00
committed by GitHub
parent 16a882eb8b
commit b2f2610b85
5 changed files with 83 additions and 1 deletions

View File

@@ -859,7 +859,7 @@ namespace ts {
statements.push(
setTextRange(
createStatement(
createExtendsHelper(context, getLocalName(node))
createExtendsHelper(context, getInternalName(node))
),
/*location*/ extendsClauseElement
)