[K/JS] Implement an incremental compilation for the per-file granularity

This commit is contained in:
Artem Kobzar
2023-07-19 15:57:56 +00:00
committed by Space Team
parent fd07f7f43c
commit 044c0adae7
185 changed files with 3530 additions and 513 deletions
@@ -1,5 +1,10 @@
MODULES: lib1, main
STEP 0..9:
STEP 0:
libs: lib1, main
dirty js: lib1, main
dirty js modules: lib1, main
dirty js files: lib1/l1, main/m, main/m.export
STEP 1..9:
libs: lib1, main
dirty js modules: lib1, main
dirty js files: lib1/l1, main/m