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