File tree Expand file tree Collapse file tree
src/compiler/transformers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2693,7 +2693,7 @@ namespace ts {
26932693
26942694 setOriginalNode ( enumStatement , node ) ;
26952695 if ( varAdded ) {
2696- // If a variable was added, synthetic comments are mitted on it, not on the moduleStatement.
2696+ // If a variable was added, synthetic comments are emitted on it, not on the moduleStatement.
26972697 setSyntheticLeadingComments ( enumStatement , undefined ) ;
26982698 setSyntheticTrailingComments ( enumStatement , undefined ) ;
26992699 }
@@ -2987,7 +2987,7 @@ namespace ts {
29872987
29882988 setOriginalNode ( moduleStatement , node ) ;
29892989 if ( varAdded ) {
2990- // If a variable was added, synthetic comments are mitted on it, not on the moduleStatement.
2990+ // If a variable was added, synthetic comments are emitted on it, not on the moduleStatement.
29912991 setSyntheticLeadingComments ( moduleStatement , undefined ) ;
29922992 setSyntheticTrailingComments ( moduleStatement , undefined ) ;
29932993 }
You can’t perform that action at this time.
0 commit comments