Pine

Results 141 comments of Pine
trafficstars

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,...

> 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: ![image](https://user-images.githubusercontent.com/4033249/72276954-58d6f000-3631-11ea-8a3f-93bf489486b6.png) 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...

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: ![image](https://user-images.githubusercontent.com/4033249/72538559-4b627580-387e-11ea-8090-6b684ef679c9.png) ![image](https://user-images.githubusercontent.com/4033249/72538692-7fd63180-387e-11ea-88ed-ca1959e04318.png) ```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.