Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MithrilJS/mithril.js
/ remove
Function
remove
bundler/tests/test-bundler.js:17–19 ·
view source on GitHub ↗
(filepath)
Source
from the content-addressed store, hash-verified
15
fs.writeFileSync(ns + filepath, data,
"utf8"
)
16
}
17
function
remove(filepath) {
18
fs.unlinkSync(ns + filepath)
19
}
20
21
o.spec(
"bundler"
,
function
() {
22
o(
"relative imports works"
,
function
() {
Callers
1
test-bundler.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected