Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ writeBundle
Function
writeBundle
rollup.dts.config.js:199–202 ·
view source on GitHub ↗
(_, bundle)
Source
from the content-addressed store, hash-verified
197
return
{
198
name:
'copy-vue-mts'
,
199
writeBundle(_, bundle) {
200
assert(
'code'
in bundle[
'vue.d.ts'
])
201
writeFileSync(
'packages/vue/dist/vue.d.mts'
, bundle[
'vue.d.ts'
].code)
202
},
203
}
204
}
Callers
nothing calls this directly
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected