mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
This VERIFY is both incorrect and redundant. The VERIFY at step 2 verifies the status when evaluate is called on m_cycle_root.
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
import "./cyclic-async-module-a.mjs";
|
|
|
|
export const foo = "value from B";
|