Home > @microsoft/api-extractor > CompilerState
CompilerState class
This class represents the TypeScript compiler state. This allows an optimization where multiple invocations of API Extractor can reuse the same TypeScript compiler analysis.
Signature:
export declare class CompilerState
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| unknown | The TypeScript compiler's |
Methods
Method | Modifiers | Description |
|---|---|---|
| Create a compiler state for use with the specified |