policyfly / vue-script-tsc

A lightning fast TypeScript type checker for Vue SFC Script tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Line Number is incorrect on `.vue` files

BenShelton opened this issue ยท comments

Because we strip the script out of the file, the returned line number does not match the original file.

We will need to read the file again and figure out how many lines appeared before the extracted script tag, then add that on.

๐ŸŽ‰ This issue has been resolved in version 1.1.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€