Language show as 99% Javascript although there are Typescript Files #5348
-
Problem descriptionLanguage showing as 99% javascript even though there are lots of Typescript Files, but when I go to see what files are what language it shows lots of the files are Typescript. It should at least show some Typescript in the repo. URL of the affected repository:https://github.com/CSSUDII/public Last modified on:2021-05-1 Expected language:Mostly Typescript with some Javascript Detected language:99.4% Javascript and 0.6% Other Screenshots |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From the How Linguist Works doc:
Looking at your repo, we can see your language breakdown by bytes of code is:
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. |
Beta Was this translation helpful? Give feedback.
From the How Linguist Works doc:
Looking at your repo, we can see your language breakdown by bytes of code is:
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.