[K/JS] Move ES modules logic to a new transformer with IC
This commit is contained in:
+4
-2
@@ -30,6 +30,8 @@ fun testOk(ok: Any): String {
|
||||
|
||||
// FILE: entry.mjs
|
||||
// ENTRY_ES_MODULE
|
||||
import { convolutedOk, testOk } from "./main/index.js";
|
||||
import { convolutedOk, testOk } from "./inlinedObjectLiteralIsCheck_v5.mjs";
|
||||
|
||||
console.assert(testOk(convolutedOk()) == "OK");
|
||||
export function box() {
|
||||
return testOk(convolutedOk())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user