Skip to content

Commit f0d52d5

Browse files
authored
chore: code comment formatting (#1089) [ci skip]
1 parent 98bee59 commit f0d52d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/compiler-core/src/parse.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ export const defaultParserOptions: MergedParserOptions = {
5656

5757
export const enum TextModes {
5858
// | Elements | Entities | End sign | Inside of
59-
DATA, // | ✔ | ✔ | End tags of ancestors |
60-
RCDATA, // | ✘ | ✔ | End tag of the parent | <textarea>
61-
RAWTEXT, // | ✘ | ✘ | End tag of the parent | <style>,<script>
59+
DATA, // | ✔ | ✔ | End tags of ancestors |
60+
RCDATA, // | ✘ | ✔ | End tag of the parent | <textarea>
61+
RAWTEXT, // | ✘ | ✘ | End tag of the parent | <style>,<script>
6262
CDATA,
6363
ATTRIBUTE_VALUE
6464
}

0 commit comments

Comments
 (0)