Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typechecker weights 2.1MB of data when importing it #46

Open
RPDeshaies opened this issue Feb 14, 2018 · 1 comment
Open

Typechecker weights 2.1MB of data when importing it #46

RPDeshaies opened this issue Feb 14, 2018 · 1 comment
Labels

Comments

@RPDeshaies
Copy link

RPDeshaies commented Feb 14, 2018

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

image

Any particular reason for that ?

@RPDeshaies RPDeshaies changed the title Typechecker could be optimized Typechecker weights 2.1MB of data when importing it Feb 14, 2018
@vegarringdal
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants