MCPcopy Create free account
hub / github.com/callstackincubator/polygen / outputDirectory

Method outputDirectory

packages/codegen/src/codegen.ts:171–175  ·  view source on GitHub ↗

* Path to output directory where generated files will be created.

()

Source from the content-addressed store, hash-verified

169 * Path to output directory where generated files will be created.
170 */
171 public get outputDirectory(): string {
172 return (
173 this.options.outputDirectory ?? this.project.paths.fullOutputDirectory
174 );
175 }
176
177 /**
178 * Generates all code for specified WebAssembly module.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected