Could it be because of the .json files? Still, it should show 1% Typescript at least
https://github.com/rafmst/propor
2019-07-10
Typescript
Javascript
Could it be because of the .json files?
Nope. It's because of the shebang:
#!/usr/bin/env node
Linguist considers node as an interpreter for Javascript, not Typescript:
For Typescript, you'd need to either use deno or ts-node:
That explains it, I will try to fix it like you suggested. Thanks for the help, have a nice weekend 馃榿
@lildude I associated the node interpreter with TypeScript in #4261. When did we remove that?
When @Alhadis merged https://github.com/github/linguist/pull/4470 馃榿
The OP of the PR states:
UPDATE: This PR's been updated to remove
nodefrom TypeScript's interpreters list as well, following conversation between @pchaigno and @grant. Merging this PR will now also fix #4469.
This issue has been automatically marked as stale because it has not had activity in a long time. If this issue is still relevant and should remain open, please reply with a short explanation (e.g. "I have checked the code and this issue is still relevant because ___."). Thank you for your contributions.
This issue has been automatically closed because it has not had activity in a long time. Please feel free to reopen it or create a new issue.