Daniele B
09/20/2020, 11:45 PMbuild
command, which I guess it’s already doing DCE (Dead Code Elimination).turansky
09/20/2020, 11:58 PMDaniele B
09/21/2020, 12:17 AMturansky
09/21/2020, 5:40 AMbashor
09/21/2020, 1:06 PMDaniele B
09/21/2020, 1:07 PMbashor
09/21/2020, 1:18 PMDaniele B
09/21/2020, 1:19 PMDaniele B
09/21/2020, 1:21 PMDaniele B
09/21/2020, 1:23 PMget
is a suspend function, so you need to call it from a coroutine.Daniele B
09/21/2020, 1:24 PMbashor
09/21/2020, 1:25 PMbashor
09/21/2020, 1:29 PMbashor
09/21/2020, 1:34 PMDaniele B
09/21/2020, 1:38 PMDaniele B
09/21/2020, 1:39 PMbashor
09/21/2020, 1:41 PMis filesize the main issue with kotlinx-coroutines on JScould please clarify your question -- is it about issues in kotlinx-coroutines or about size in JS, in general?
bashor
09/21/2020, 1:42 PMwhen do you expect to release the IR based compiler?hope for next major release 🤞
Daniele B
09/21/2020, 1:47 PMcould please clarify your question -- is it about issues in kotlinx-coroutines or about size in JS, in general?Ktor seems to work well in my project I was just concerned with the JS filesize
Daniele B
09/21/2020, 1:48 PMbashor
09/21/2020, 1:53 PMturansky
09/21/2020, 2:41 PMI don't believe that they will help much in cases like this because they firstly related to consuming JS produced by Kotlin, it's not case here@bashor 1. Webpack works after Kotlin 2. React declared in this case. Only
react
- 200KB. And it included fully, only because Kotlin/JS doesn't support ES module format.
It looks like important unresolved problem.Nicodemus Ojwee
09/23/2020, 3:43 PMturansky
10/13/2020, 1:00 AM