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 mir/inline-method 9 lines 179 B view raw
1interface ImportMeta { 2 url: string; 3 filename: boolean; 4 dirname: string; 5 main: boolean; 6 resolve(specifier: string): string; 7 8 readonly env: { [key: string]: string }; 9}