kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
402 stars 20 forks source link

Cannot work under vue setup script #102

Closed iceprosurface closed 1 year ago

iceprosurface commented 2 years ago
image image
iceprosurface commented 2 years ago

https://github.com/kisstkondoros/codemetrics/blob/master/src/metrics/server/MetricsParserUtil.ts#L31

Change /<script lang="js">/gim -> <script(\s*setup)? lang="js"(\s*setup)?>?

iceprosurface commented 2 years ago
<script( +setup)?( lang="(js|ts)")?( +setup)?>
image

I try this regex, it works very well.

image image image
kisstkondoros commented 1 year ago

published with 1.25.2