{"Unterminated string literal.": "未终止的字符串文本.","Identifier expected.": "应为标识符.","'{0}' expected.": "应为“{0}”.","A file cannot have a reference to itself.": "文件不能引用自身.","Tra vue2.0读书笔记2-进阶 一.深入响应式原理 二.
./src/index.vue:2:32 parse ━━━ ✖ unterminated regex literal 1│ function Button() { > 2 │ return Vue Button; │ 3│ } 4│ ℹ ...but the line ends here 1│ function Button() { > 2 │ return Vue Button; │ 3│ } 4│ ℹ a regex literal starts there... 1│ func...
fix: "TS1002: Unterminated string literal" in slots edge case (#2710) fix: generic component prop with default type incorrect (#2754) v1.6.1 Compare Source feat: support for specify vue library name by vueCompilerOptions.lib option (#2722) fix: avoid <component :is> type check...
fix: cannot assign generic component to components option of defineComponent fix: "TS1002: Unterminated string literal" in slots edge case (#2710) fix: generic component prop with default type incorrect (#2754)1.6.1 (2023/4/28)feat: support for specify vue library name by vueCompilerOptions....
fix: cannot assign generic component to components option of defineComponent fix: "TS1002: Unterminated string literal" in slots edge case (#2710) fix: generic component prop with default type incorrect (#2754)1.6.1 (2023/4/28)feat: support for specify vue library name by vueCompilerOptions....
The string should be used normally instead of prematurely ending the script block. What is actually happening? Error reported: Unterminated template literal.ts(1160) System Info No response Any additional comments? No response Contributor skirtles-code commented Oct 8, 2024 I think this might be...
If you add at anywhere inside script tag, although it's a string inside quotes, it will always close the script tag. ℹ️ See "Unterminated template literal" syntax error when literal contains script tagAbout 📜 Highlight.js syntax highlighter component for Vue. git.io/vue-highlight...
message: string, reportNode: JSONAST.JSONStringLiteral | YAMLAST.YAMLScalar, getReportOffset: GetReportOffset @@ -134,14 +134,16 @@ function create(context: RuleContext): RuleListener { if (messageSyntaxVersions.reportIfMissingSetting()) { return } if (messageSyntaxVersions.v9 && messageSy...