Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chakra-ui/panda
/ readFileSync
Function
readFileSync
packages/node/src/node-runtime.ts:31–33 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
29
fs: {
30
existsSync: fsExtra.existsSync,
31
readFileSync(filePath: string) {
32
return
fsExtra.readFileSync(filePath,
'utf8'
)
33
},
34
glob(opts) {
35
if
(!opts.include)
return
[]
36
Callers
9
getCssTypesComments
Function · 0.85
main
Function · 0.85
read
Function · 0.85
main
Function · 0.85
checkVersionCompatibility
Function · 0.85
initMcpConfig
Function · 0.85
main
Function · 0.85
setupGitIgnore
Function · 0.85
discoverPackages
Function · 0.85
Calls
1
readFileSync
Method · 0.65
Tested by
1
read
Function · 0.68