Files
kotlin-fork/libraries/stdlib/js
deotime 7aaba3b78a [KT-57607] Fix performance of ArrayList.addAll methods in JS stdlib (#5116)
* Fix performance of ArrayList.addAll methods in JS stdlib: extend the backing array and copy elements manually
* Update expected reachable nodes after DCE in test data

---------

Co-authored-by: Ilya Gorbunov <ilya.gorbunov@jetbrains.com>
2023-04-05 20:18:11 +02:00
..

This directory contains shared sources of Kotlin/JS Standard Library for current and IR backends.

Note that stdlib/js/src/generated is not shared but used exclusively for current js-v1 backend.

Kotlin/JS Standard Library module is moved to libraries/stdlib/js-v1.