kotlin-compiler-server icon indicating copy to clipboard operation
kotlin-compiler-server copied to clipboard

fix(Kotlin/JS): replace deprecated Kotlin/JS IR compiler API with a n…

Open JSMonk opened this issue 3 years ago • 0 comments

The PR provides a new way to compile JS with IR. The currently used API will be removed from the compiler soon, so the provided changes will prevent breaks on the compiler API side.

JSMonk avatar Jul 04 '22 18:07 JSMonk