MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 8 lines 195 B view raw
1import { 2 mid as midValue, 3 fromLeaf as leafValue, 4} from "./module_eval_reentrant_mid.mjs"; 5 6export const root = "root-ok"; 7export const fromMid = midValue; 8export const fromLeaf = leafValue;