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

Method constructor

packages/parser/src/project.ts:60–66  ·  view source on GitHub ↗
(private options: ProjectOptions)

Source from the content-addressed store, hash-verified

58 }
59
60 constructor(private options: ProjectOptions) {
61 const { parserOptions } = options
62
63 this.project = createTsProject(options)
64 this.parser = createParser(parserOptions)
65 this.createSourceFiles()
66 }
67
68 get files() {
69 return this.options.getFiles()

Callers

nothing calls this directly

Calls 2

createParserFunction · 0.90
createTsProjectFunction · 0.70

Tested by

no test coverage detected