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