schematic.js
200 KB
-
Avoid use of Array/Object constructors · 1aeadcda
Array and Object constructors, as opposed to their literal values ('[]' and '{}'), incur additional overhead and are less effectively optimized by the compiler.
stv committed