Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/formkit/formkit
/ createEntry
Function
createEntry
scripts/bundle.mjs:62–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
function
createEntry() {
63
const
entry = resolve(rootDir, `src/${plugin ? plugin +
'/'
:
''
}index.ts`)
64
return
entry
65
}
66
67
function
createOutdir() {
68
const
entry = resolve(rootDir,
'dist'
+ (plugin ?
'/'
+ plugin :
''
))
Callers
1
createBundle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected