Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ readJson
Function
readJson
packages/effect/typeperf/run.mjs:32–32 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
30
const
effectTsconfigPath = join(effectDir,
"tsconfig.json"
)
31
32
const
readJson = (path) => JSON.parse(readFileSync(path,
"utf8"
))
33
34
const
writeJson = (path, value) => {
35
mkdirSync(dirname(path), { recursive: true })
Callers
1
run.mjs
File · 0.70
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected