chore: code comment formatting (#1089) [ci skip]
This commit is contained in:
parent
98bee596bd
commit
f0d52d5428
@ -56,9 +56,9 @@ export const defaultParserOptions: MergedParserOptions = {
|
|||||||
|
|
||||||
export const enum TextModes {
|
export const enum TextModes {
|
||||||
// | Elements | Entities | End sign | Inside of
|
// | Elements | Entities | End sign | Inside of
|
||||||
DATA, // | ✔ | ✔ | End tags of ancestors |
|
DATA, // | ✔ | ✔ | End tags of ancestors |
|
||||||
RCDATA, // | ✘ | ✔ | End tag of the parent | <textarea>
|
RCDATA, // | ✘ | ✔ | End tag of the parent | <textarea>
|
||||||
RAWTEXT, // | ✘ | ✘ | End tag of the parent | <style>,<script>
|
RAWTEXT, // | ✘ | ✘ | End tag of the parent | <style>,<script>
|
||||||
CDATA,
|
CDATA,
|
||||||
ATTRIBUTE_VALUE
|
ATTRIBUTE_VALUE
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user