You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to one of my VSCode plugin, importing TypeChecker imports 2.1MB of data which seems pretty big for a package like this one considering that expressjs is 1.1MB
Any particular reason for that ?
The text was updated successfully, but these errors were encountered:
RPDeshaies
changed the title
Typechecker could be optimized
Typechecker weights 2.1MB of data when importing it
Feb 14, 2018
Its counting all its dependencies too I guess, like tslint, typescript, chalk, node path/fs.
The actual typechecker dist folder cant be more then 100kb ish.
According to one of my VSCode plugin, importing TypeChecker imports 2.1MB of data which seems pretty big for a package like this one considering that
expressjs
is 1.1MBAny particular reason for that ?
The text was updated successfully, but these errors were encountered: