252dc01dd5
JsIrLinker can't load nested declarations, therefore it is required to load their parent. This patch adds a dependency in the incremental cache graph between nested declaration user and nested declaration parent. ^KT-53931 Fixed ^KT-54120 Fixed
12 lines
174 B
Plaintext
Vendored
12 lines
174 B
Plaintext
Vendored
MODULES: lib1, main
|
|
|
|
STEP 0:
|
|
libs: lib1, main
|
|
dirty js: lib1, main
|
|
STEP 1..2:
|
|
libs: lib1, main
|
|
dirty js: lib1
|
|
STEP 3:
|
|
libs: lib1, main
|
|
dirty js: main
|