Merge pull request #8172 from YuichiNukiyama/fix8117

fix 8117
This commit is contained in:
Mohamed Hegazy
2016-04-19 13:36:30 -07:00
5 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -7879,7 +7879,7 @@ const _super = (function (geti, seti) {
node.parent &&
node.parent.kind === SyntaxKind.ArrowFunction &&
(<ArrowFunction>node.parent).body === node &&
compilerOptions.target <= ScriptTarget.ES5) {
languageVersion <= ScriptTarget.ES5) {
return false;
}