Skip to content

Commit 1cc8712

Browse files
authored
chore: comment initial space (#3192) [skip ci]
fix(typo): Comment add spaces.
1 parent dfd31c3 commit 1cc8712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/src/parse.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ function isEnd(
924924
switch (mode) {
925925
case TextModes.DATA:
926926
if (startsWith(s, '</')) {
927-
//TODO: probably bad performance
927+
// TODO: probably bad performance
928928
for (let i = ancestors.length - 1; i >= 0; --i) {
929929
if (startsWithEndTagOpen(s, ancestors[i].tag)) {
930930
return true

0 commit comments

Comments
 (0)