We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd787cc commit 6580262Copy full SHA for 6580262
src/compiler/transformers/es6.ts
@@ -838,7 +838,7 @@ namespace ts {
838
startLexicalEnvironment();
839
840
let statementOffset = -1;
841
- let thisCaptureStatus: SuperCaptureResult | undefined;
+ let thisCaptureStatus = SuperCaptureResult.NoReplacement;
842
if (hasSynthesizedSuper) {
843
// If a super call has already been synthesized,
844
// we're going to assume that we should just transform everything after that.
0 commit comments