node_modules/webpack/lib/util/source.js
@@ -11,6 +11,7 @@ const equalityCache = new WeakMap(); /** * Checks whether source equal true, when both sources are equal. * @param {Source} a a source * @param {Source} b another source * @returns {boolean} true, when both sources are equal @@ -29,6 +30,7 @@ }; /** * Checks whether this object is source equal. * @param {Source} a a source * @param {Source} b another source * @returns {boolean} true, when both sources are equal