| | |
| | | |
| | | class ProvideSharedDependency extends Dependency { |
| | | /** |
| | | * Creates an instance of ProvideSharedDependency. |
| | | * @param {string} shareScope share scope |
| | | * @param {string} name module name |
| | | * @param {string | false} version version |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns an identifier to merge equal requests. |
| | | * @returns {string | null} an identifier to merge equal requests |
| | | */ |
| | | getResourceIdentifier() { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Serializes this instance into the provided serializer context. |
| | | * @param {ObjectSerializerContext} context context |
| | | */ |
| | | serialize(context) { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Restores this instance from the provided deserializer context. |
| | | * @param {ObjectDeserializerContext} context context |
| | | * @returns {ProvideSharedDependency} deserialize fallback dependency |
| | | */ |