MCPcopy
hub / github.com/nuxt/nuxt / setup

Function setup

test/nuxt/plugin.test.ts:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 // @ts-expect-error we have a strong type for plugin names
18 dependsOn,
19 async setup () {
20 sequence.push(`start ${name}`)
21 await new Promise(resolve => setTimeout(resolve, 10))
22 sequence.push(`end ${name}`)
23 },
24 parallel,
25 })
26}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…