Status: To-do
Dart performs tree shaking when compiled to JavaScript, which trims off unused code from the outcome. This greatly reduces our JavaScript code size.
Created by Nancy 10 Dec 2014
Dart performs tree shaking when compiled to JavaScript, which trims off unused code from the outcome. This greatly reduces our JavaScript code size.