Update loc count library

This version will count lines of code in each file serially. It still
runs all file system operations asynchronously. The only difference now
is that it will only count one file at a time. It is slower, but it
is able to count large repositories without running out of memory.
This commit is contained in:
Andrew Eisenberg 2021-05-12 16:33:05 -07:00
parent 4c0671c518
commit ddcb299283
7 changed files with 23 additions and 19 deletions

View file

@ -1,6 +1,6 @@
{
"name": "github-linguist",
"version": "2.4.0",
"version": "2.4.2",
"description": "A tool to count lines of code in a repository powered by github-linguist langauge mappings.",
"keywords": [
"loc",