Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4440199
import_meta_dirname_capture_child.mjs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
287 B
Referenced Files
None
Subscribers
None
import_meta_dirname_capture_child.mjs
View Options
const topDirname = import.meta.dirname;
function readNestedDirname() {
return import.meta.dirname;
}
async function readAsyncDirname() {
await 0;
return import.meta.dirname;
}
export { topDirname };
export const nestedDirname = readNestedDirname();
export { readAsyncDirname };
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Sat, May 2, 8:30 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
542465
Default Alt Text
import_meta_dirname_capture_child.mjs (287 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment