[JS IR] Invalidate all klib dependencies after removing it

Without the invalidation, broken JS code
 (with broken cross-module references) may appear.

 ^KT-54911 Fixed
This commit is contained in:
Alexander Korepanov
2022-11-21 15:50:52 +01:00
committed by Space Team
parent ca19d71a00
commit 693258ae91
41 changed files with 402 additions and 150 deletions
@@ -1,8 +1,4 @@
STEP 0:
modifications:
U : proxy.0.kt -> proxy.kt
added file: proxy.kt
STEP 1..7:
STEP 0..7:
STEP 8:
dependencies: lib1
modifications:
@@ -1 +0,0 @@
fun unused_foo_proxy(s: String) = 77