MCPcopy
hub / github.com/vitejs/vite / run

Function run

playground/legacy/main.js:5–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import MyWorker from './worker?worker'
4
5async function run() {
6 await import('./custom0.js')
7 await import('./custom1.js')
8 await import('./custom2.js')
9 const { fn } = await import('./async.js')
10 fn()
11}
12
13run()
14

Callers 1

main.jsFile · 0.70

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected