| | |
| | | |
| | | class StaticExportsDependency extends NullDependency { |
| | | /** |
| | | * Creates an instance of StaticExportsDependency. |
| | | * @param {Exports} exports export names |
| | | * @param {boolean} canMangle true, if mangling exports names is allowed |
| | | */ |
| | |
| | | } |
| | | |
| | | /** |
| | | * 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 |
| | | */ |
| | | deserialize(context) { |