Pine
Pine
Alternatively, implement #710. If I'm running `yarn link` and there is already a package registered with the same name, why can't yarn print out the already linked package's path? Additionally,...
I'll take a look.
> how will it work during compile time? Vetur will have a [CLI version](https://github.com/vuejs/vetur/issues/1149) where you can get diagnostics. Normally you would be using one of the editor integration based...
I published VTI (Vetur Terminal Interface). Feedback here: https://github.com/vuejs/vetur/issues/1635 You can use it this way: ```bash npm i -g vti # run this in the root of a Vue project...
@mesqueeb https://github.com/vuejs/vetur/issues/1640 It'll print all errors and exit with code 1:  The changes are published in 0.0.2. Note that this is not well-tested, and might not be very stable.
I haven't tried bundling shiki into browser yet — so you might run into some issues bundling the grammar and Onigasm WASM. But if you want to give it a...
Does this happen for TS file as well?
Then it's a typing/TS server issue, not Vetur specific. #9912 does seem related, /cc @ktsn.
Can you please be **more precise**, for example, I did this and it doesn't reproduce for me:   ```bash mkdir foo cd foo yarn add vue vue-property-decorator touch test.ts...
Thanks, I can repro now, but this is not a Vetur problem, but a Vue types / TS Server issue.