Interface CompileResult

Hierarchy

  • CompileResult

Properties

Properties

metadata: {
    exports: Record<string, string>;
    imports: string[];
    reexports: Record<string, [string, string][]>;
}

Type declaration

  • exports: Record<string, string>
  • imports: string[]
  • reexports: Record<string, [string, string][]>
source: string

Generated using TypeDoc