Skip to content

Language show as 99% Javascript although there are Typescript Files #5348

Discussion options

You must be logged in to vote

From the How Linguist Works doc:

The percentages are calculated based on the bytes of code for each language as reported by the List Languages API.

Looking at your repo, we can see your language breakdown by bytes of code is:

JavaScript 2.84 MB
TypeScript 13.4 KB
HTML 1.68 KB
CSS 531 Bytes
Shell 35 Bytes

You can see your repo has significantly more JavaScript than anything else and it's all pretty much down to one massive file: https://github.com/CSSUDII/public/blob/main/bundle.js . This file alone is 2.82MB and to blame for the high proportion of JavaScript.

You'll need to use an override to hide this file from the stats if you don't want it to count.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Lucaslah
Comment options

Answer selected by Lucaslah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants