vuejs / vue-component-compiler

Compile a single file Vue component into a CommonJS module.
MIT License
342 stars 52 forks source link

Add lang attribute to the CompileResult object #122

Open dwightjack opened 2 years ago

dwightjack commented 2 years ago

This PR relates to https://github.com/vuejs/vue-component-compiler/issues/113 and adds an optional lang property to the CompileResult object to expose the language used in the SFC script tag.