Skip to content

Commit 6adf7fe

Browse files
author
Yui T
committed
Remove asterisks
1 parent 732376a commit 6adf7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/emitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6983,7 +6983,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
69836983

69846984
/**
69856985
* Emit trailing comments at the position. The term trailing comment is used here to describe following comment:
6986-
* x, /*comment1*/ y
6986+
* x, /comment1/ y
69876987
* ^ => pos; the function will emit "comment1" in the emitJS
69886988
*/
69896989
function emitTrailingCommentsOfPosition(pos: number) {

0 commit comments

Comments
 (0)