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 Dec 10, 2014
Dart performs tree shaking when compiled to JavaScript, which trims off unused code from the outcome. This greatly reduces our JavaScript code size.