Skip to content

SyntaxError: Element is missing end tag. #592

Open
@rigor789

Description

@rigor789

running the demo app prints - even though it runs just fine.

Somewhere/somehow the compiler is compiling <NSVElement> as a template, and printing the following error:

SyntaxError: Element is missing end tag.
    at createCompilerError (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:19:19)
    at emitError (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1594:29)
    at parseElement (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1146:9)
    at parseChildren (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:937:28)
    at parseElement (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:1125:22)
    at parseChildren (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:937:28)
    at Object.baseParse (/Users/rigor789/Code/nativescript-vue-next/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js:852:23)
    at Object.parse (/Users/rigor789/Code/nativescript-vue-next/packages/compiler/dist/compiler.cjs.js:2567:25)
    at getVueEmbeddedSource (/Users/rigor789/Code/nativescript-vue-next/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/vue/TypeScriptVueExtension.js:75:37)
    at getCachedEmbeddedSource (/Users/rigor789/Code/nativescript-vue-next/node_modules/fork-ts-checker-webpack-plugin/lib/typescript-reporter/extension/TypeScriptEmbeddedExtension.js:16:47)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions