Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly counts the number of lines of code in the Vue.js project #729

Open
s3rgeym opened this issue Feb 26, 2021 · 4 comments
Open

Comments

@s3rgeym
Copy link

s3rgeym commented Feb 26, 2021

❯ tokei --version           
tokei 12.1.2 compiled with serialization support: json, cbor, yaml

❯ tokei ./src                            
===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 CSS                     1           20           17            0            3
 JavaScript             15          112           94            6           12
-------------------------------------------------------------------------------
 Vue                     5           36           27            0            9
 |- CSS                  3           25           22            3            0
 |- HTML                 3           32           32            0            0
 |- JavaScript           5           71           65            3            3
 |- PostCSS              1           12           12            0            0
 |- Pug                  1            1            1            0            0
 (Total)                            177          159            6           12
===============================================================================
 Total                  21          168          138            6           24
===============================================================================

❯ tokei ./src/views/Home.vue
===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 Vue                     1            8            6            0            2
 |- CSS                  1           17           17            0            0
 |- HTML                 1           20           20            0            0
 |- JavaScript           1           42           37            3            2
 (Total)                             87           80            3            4
===============================================================================
 Total                   1            8            6            0            2
===============================================================================
@rewired-gh
Copy link

I have the same problem.

@XAMPPRocky
Copy link
Owner

Thank you for your issue! Please check against the master as there have been fixes

@rewired-gh
Copy link

Thank you for your issue! Please check against the master as there have been fixes

Is there any plan to publish a new release? The last release was on Jan 13, 2021.

@CosmicHorrorDev
Copy link
Contributor

Is there any plan to publish a new release?

See #911

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants