es6module_cycle_b.js (162B)
1 export const name = "b"; 2 3 import { name as cName } from "./es6module_cycle_c.js"; 4 5 export let loaded = true; 6 7 export function getValueFromC() { 8 return cName; 9 }
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |