chore: code comment formatting (#1089) [ci skip]

This commit is contained in:
HiiTea 2020-05-02 06:48:44 +08:00 committed by GitHub
parent 98bee596bd
commit f0d52d5428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
} }