MCPcopy Create free account
hub / github.com/chakra-ui/panda / createEntry

Function createEntry

packages/cli/src/cli-main.ts:572–576  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

570 }
571
572 const createEntry = (dir: string) => ({
573 types: ctx.file.extDts(createDir(dir, 'index')),
574 require: ctx.file.ext(createDir(dir, 'index')),
575 import: ctx.file.ext(createDir(dir, 'index')),
576 })
577
578 exports.push(
579 ['./css', createEntry('css')],

Callers 1

mainFunction · 0.70

Calls 3

createDirFunction · 0.85
extDtsMethod · 0.80
extMethod · 0.80

Tested by

no test coverage detected