WXL
2026-06-04 b7b8202e3ecb7f720eefd7a226b2ee8166fc5057
node_modules/webpack/lib/serialization/RegExpObjectSerializer.js
@@ -9,6 +9,7 @@
class RegExpObjectSerializer {
   /**
    * Serializes this instance into the provided serializer context.
    * @param {RegExp} obj regexp
    * @param {ObjectSerializerContext} context context
    */
@@ -18,6 +19,7 @@
   }
   /**
    * Restores this instance from the provided deserializer context.
    * @param {ObjectDeserializerContext} context context
    * @returns {RegExp} regexp
    */