[I] EmitContext
Type Parameters
Type Parameter | Default type |
---|---|
TOptions extends object | Record <string , never > |
Properties
Property | Type | Description |
---|---|---|
emitterOutputDir | string | Configured output dir for the emitter. Emitter should emit all output under that directory. |
options | TOptions | Emitter custom options defined in createTypeSpecLibrary |
program | Program | TypeSpec Program. |