-
Notifications
You must be signed in to change notification settings - Fork 48
Integration with transpilers #113
Comments
On the See |
Nice, thanks! Would it make sense to expose this information through the top-level package |
Just to add my two cents--I also think @corwin-of-amber's suggestion above would be pretty helpful. Currently, if you want to add additional transpilation to the script block, you can't use the top level |
Hello, I have submitted a PR to add the |
According to #30, the builder that uses vue-component-compiler is responsible for running the script through whatever transpiler is appropriate (e.g.
tsc
). Is there a way to know whichlang
was specified for the<script>
tag? For<style>
, there is a propertypreprocessLang
on the descriptor, but not for the script.The text was updated successfully, but these errors were encountered: