From: HiiTea Date: Fri, 1 May 2020 22:48:44 +0000 (+0800) Subject: chore: code comment formatting (#1089) [ci skip] X-Git-Tag: v3.0.0-beta.6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d52d5428fca7c9b4b46be9c093b96f436c8b44;p=thirdparty%2Fvuejs%2Fcore.git chore: code comment formatting (#1089) [ci skip] --- diff --git a/packages/compiler-core/src/parse.ts b/packages/compiler-core/src/parse.ts index 14059a0cd9..ee0e07635b 100644 --- a/packages/compiler-core/src/parse.ts +++ b/packages/compiler-core/src/parse.ts @@ -56,9 +56,9 @@ export const defaultParserOptions: MergedParserOptions = { export const enum TextModes { // | Elements | Entities | End sign | Inside of - DATA, // | ✔ | ✔ | End tags of ancestors | - RCDATA, // | ✘ | ✔ | End tag of the parent |