class webpack.HarmonyExportImportedSpecifierDependency extends HarmonyImportDependencynew HarmonyExportImportedSpecifierDependency(request, sourceOrder, phase?, attributes?): HarmonyExportImportedSpecifierDependencyCreates an instance of HarmonyImportDependency.
HarmonyStarExportsList | nullstringanyExportPresenceModevoidstring[]anystring | nullbooleanreadonly HarmonyExportImportedSpecifierDependency[] | nullImportPhaseTypestringnumberstringstringboolean{ AUTO: ExportPresenceMode; ERROR: ExportPresenceMode; NONE: ExportPresenceMode; WARN: ExportPresenceMode; fromUserOption: any; resolveFromOptions: any }string[][]string[][]typeof HarmonyImportDependencyTemplatesymbolcanConcatenate(): booleanbooleanReturns true if this dependency can be concatenated
couldAffectReferencingModule(): boolean | symbolCould affect referencing module.
createIgnoredModule(context): ModuleCreates an ignored module.
deserialize(objectDeserializerContext): voidObjectDeserializerContextvoidRestores this instance from the provided deserializer context.
getCondition(moduleGraph): false | ((moduleGraphConnection: ModuleGraphConnection, runtime: RuntimeSpec) => ConnectionState) | nullModuleGraphfalse | ((moduleGraphConnection: ModuleGraphConnection, runtime: RuntimeSpec) => ConnectionState) | nullReturns function to determine if the connection is active.
getContext(): string | undefinedReturns a request context.
getErrors(moduleGraph): WebpackError[] | null | undefinedModuleGraphWebpackError[] | null | undefinedReturns errors.
getExports(moduleGraph): ExportsSpec | undefinedModuleGraphExportsSpec | undefinedReturns the exported names
getId(): voidvoidReturns id.
getIds(moduleGraph): string[]ModuleGraphstring[]Returns the imported id.
getImportStatement(update, dependencyTemplateContext): [string, string]Gets import statement.
getImportVar(moduleGraph): stringModuleGraphstringReturns name of the variable for the import.
getLinkingErrors(moduleGraph, ids, additionalMessage): WebpackError[] | undefinedGets linking errors.
getMode(moduleGraph, runtime): ExportModeReturns the export mode.
getModuleEvaluationSideEffectsState(moduleGraph): ConnectionStateModuleGraphConnectionStateGets module evaluation side effects state.
getModuleExports(dependencyTemplateContext): stringDependencyTemplateContextstringGets module exports.
getNumberOfIdOccurrences(): numbernumberimplement this method to allow the occurrence order plugin to count correctly
getReference(moduleGraph): neverModuleGraphneverReturns the referenced module and export
getReferencedExports(moduleGraph, runtime): (string[] | ReferencedExport)[]Returns list of exports referenced by this dependency
getResourceIdentifier(): string | nullstring | nullReturns an identifier to merge equal requests.
getStarReexports(moduleGraph, runtime, exportsInfo?, importedModule?): { checked?: Set<string>; exports?: Set<string>; hidden?: Set<string>; ignoredExports: Set<string> }Gets star reexports.
getWarnings(moduleGraph): WebpackError[] | null | undefinedModuleGraphWebpackError[] | null | undefinedReturns warnings.
serialize(objectSerializerContext): voidObjectSerializerContextvoidSerializes this instance into the provided serializer context.
setId(): voidvoidUpdates id.
setIds(moduleGraph, ids): voidUpdates ids using the provided module graph.
setLoc(startLine, startColumn, endLine, endColumn): voidUpdates loc using the provided start line.
updateHash(hash, context): voidUpdates the hash with the data contributed by this instance.
DependencybooleanReturns true if the dependency can be concatenated (scope hoisting).
DependencybooleanReturns true if the dependency is a low priority dependency.