"gen runs only during development" run_gen.ts
Declarations #
2 declarations
GEN_NO_PROD_MESSAGE #
GEN_NO_PROD_MESSAGE
run_gen #
run_gen
(gen_modules: GenfileModuleMeta[], config: GroConfig, filer: Filer, log: Logger, timings: Timings, invoke_task: InvokeTask, format_file?: ((content: string, options: Options, base_options?: Options | ... 1 more ... | undefined) => Promise<...>) | undefined): Promise<...> gen_modules
type
GenfileModuleMeta[]config
type GroConfig
filer
type Filer
log
type
Loggertimings
type
Timingsinvoke_task
type InvokeTask
format_file?
type
((content: string, options: Options, base_options?: Options | null | undefined) => Promise<string>) | undefinedoptional
returns
Promise<GenResults>