interface PrecompiledModuleSource {
    __fixedExportMap__: __FixedExportMap__;
    __liveExportMap__: __LiveExportMap__;
    __reexportMap__: __ReexportMap__;
    __syncModuleProgram__: string;
    exports: string[];
    imports: string[];
    reexports: string[];
}

Properties

__fixedExportMap__: __FixedExportMap__
__liveExportMap__: __LiveExportMap__
__reexportMap__: __ReexportMap__
__syncModuleProgram__: string
exports: string[]
imports: string[]
reexports: string[]