if I need a 1.3mb standard lib file then I'm not i...
# javascript
b
if I need a 1.3mb standard lib file then I'm not interested
n
The Kotlin JS standard lib is significantly smaller when it goes through the DCE (Dead Code Elimination), GZ compression, and Web Pack (optional) stages.
TypeScript/JS and many other languages targeting the Browser go through a similar process, otherwise it would take too long to download code just to load a web page.