circular_dependency.mjs (187B)
1 /* global success */ 2 // Should be remapped to good/module_3.mjs. 3 import { exportedFunction } from "./bad/module_3.mjs"; 4 5 if (exportedFunction()) { 6 success("circular_dependency.mjs"); 7 }
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |