new ExportsInfo(): ExportsInfoReturns:
<ExportsInfo>exports{Iterable< ExportInfo >}orderedExports{Iterable< ExportInfo >}orderedOwnedExports{Iterable< ExportInfo >}otherExportsInfo{ExportInfo}ownedExports{Iterable< ExportInfo >}
getExportInfo(name): ExportInfoAttributes
name:
<string>Returns:
{ExportInfo}
getNestedExportsInfo(name?): ExportsInfo | undefinedAttributes
name:
<string[]>Returns:
<ExportsInfo>
|
<undefined>getOwnExportInfo(name): ExportInfoAttributes
name:
<string>Returns:
{ExportInfo}
getProvidedExports(): string[] | nullReturns:
<string[]>
|
<null>getReadOnlyExportInfo(name): ExportInfoAttributes
name:
<string>Returns:
{ExportInfo}
getReadOnlyExportInfoRecursive(name): undefinedAttributes
name:
<string[]>Returns:
<undefined>getRelevantExports(runtime): ExportInfo[]Attributes
runtime:
<RuntimeSpec>Returns:
{ExportInfo[]}
getRestoreProvidedData(): RestoreProvidedDataReturns:
<RestoreProvidedData>getUsageKey(runtime): stringAttributes
runtime:
<RuntimeSpec>Returns:
<string>getUsed(name, runtime): UsageStateTypeAttributes
name:
<string>
|
<string[]>runtime:
<RuntimeSpec>Returns:
<UsageStateType>getUsedExports(runtime): boolean | SortableSet< string > | nullAttributes
runtime:
<RuntimeSpec>Returns:
{boolean|SortableSet< string >|null}
getUsedName(name, runtime): UsedNameAttributes
name:
<string>
|
<string[]>runtime:
<RuntimeSpec>Returns:
{UsedName}
isEquallyUsed(runtimeA, runtimeB): booleanAttributes
runtimeA:
<RuntimeSpec>runtimeB:
<RuntimeSpec>Returns:
<boolean>isExportProvided(name): boolean | null | undefinedAttributes
name:
<string>
|
<string[]>Returns:
<boolean>
|
<null>
|
<undefined>isModuleUsed(runtime): booleanAttributes
runtime:
<RuntimeSpec>Returns:
<boolean>isUsed(runtime): booleanAttributes
runtime:
<RuntimeSpec>Returns:
<boolean>restoreProvided(__namedParameters): voidAttributes
__namedParameters:
<RestoreProvidedData>Returns:
{void}
setAllKnownExportsUsed(runtime): booleanAttributes
runtime:
<RuntimeSpec>Returns:
<boolean>setHasProvideInfo(): voidReturns:
{void}
setHasUseInfo(): voidReturns:
{void}
setRedirectNamedTo(exportsInfo?): booleanAttributes
exportsInfo:
<ExportsInfo>Returns:
<boolean>setUnknownExportsProvided(canMangle?, excludeExports?, targetKey?, targetModule?, priority?): booleanAttributes
canMangle:
<boolean>excludeExports:
{Set< string >}
targetKey:
<Dependency>targetModule:
<ModuleGraphConnection>priority:
<number>Returns:
<boolean>setUsedForSideEffectsOnly(runtime): booleanAttributes
runtime:
<RuntimeSpec>Returns:
<boolean>setUsedInUnknownWay(runtime): booleanAttributes
runtime:
<RuntimeSpec>Returns:
<boolean>setUsedWithoutInfo(runtime): booleanAttributes
runtime:
<RuntimeSpec>Returns:
<boolean>updateHash(hash, runtime): voidAttributes
hash:
<Hash>runtime:
<RuntimeSpec>Returns:
{void}