Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lgwebdream/FE-Interview
/ main
Function
main
demos/yd-webpack-demo/src/back.js:8–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
let
output;
8
async
function
main() {
9
const
dynamic =
await
import
(
'../demo02/data'
);
10
output = dynamic +
'🏮'
;
11
}
12
main();
13
export
{ output };
14
Callers
1
back.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected