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

Tree shaking (dead code elimination) #279

Closed
lukepighetti opened this issue May 4, 2020 · 2 comments
Closed

Tree shaking (dead code elimination) #279

lukepighetti opened this issue May 4, 2020 · 2 comments

Comments

@lukepighetti
Copy link

lukepighetti commented May 4, 2020

There was interest expressed for tree shaking here: #70 (comment)

Tree shaking is a compelling feature of modern languages, especially ones that publish to the web. To my knowledge, languages like Dart achieve this to a much higher degree compared to JS due to the type checker. If we can achieve a similar level of tree shaking, it would be a very compelling feature.

@lukepighetti lukepighetti changed the title Tree shaking / dead code elimination Tree shaking (dead code elimination) May 4, 2020
@s0kil
Copy link
Contributor

s0kil commented May 4, 2020

This was implemented in #98

@s0kil s0kil closed this as completed May 4, 2020
@lukepighetti
Copy link
Author

lukepighetti commented May 4, 2020

Wow! Great, thanks for the fast response.

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

No branches or pull requests

3 participants