You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This functoin is **asyncronous** function. If you want to get about error details, use the handler of [CompileOptions](#compileoptions) and [CompileErrorCodes](#compileerrorcodes)
"compile the i18n resources": "compile the i18n resources",
4
5
"the i18n resource source path": "the i18n resource source path",
5
6
"the compiled i18n resource output path": "the compiled i18n resource output path",
@@ -16,7 +17,6 @@
16
17
"the attributes to annotate": "the attributes to annotate",
17
18
"'--type' is not supported except for 'custom-block'": "'--type' is not supported except for 'custom-block'",
18
19
"if you don't specify some files at the end of the command, the '—-source' option is required": "if you don't specify some files at the end of the command, the '—-source' option is required",
19
-
"there is a parse error in {filename}": "there is a parse error in {filename}",
"Detected lang mismatch in block `src` ('{src}') and block content ('{content}')": "Detected lang mismatch in block `src` ('{src}') and block content ('{content}')",
22
22
"Detected lang mismatch in `lang` option ('{lang}') and block content ('{content}')": "Detected lang mismatch in `lang` option ('{lang}') and block content ('{content}')",
@@ -27,5 +27,16 @@
27
27
"{count} warnings": "{count} warnings",
28
28
"{count} forces": "{count} forces",
29
29
"{count} ignores": "{count} ignores",
30
-
"{count} errors": "{count} errors"
30
+
"{count} errors": "{count} errors",
31
+
"`lang` attr not found": "`lang` attr not found",
32
+
"format for single-file components": "format for single-file components",
33
+
"the format type": "the format type",
34
+
"the config file path of prettier": "the config file path of prettier",
35
+
"target files without formatting": "target files without formatting",
0 commit comments