Commits
Click on a commit to change the comparison rangefeat: add Source.prototype.clearCache() to release per-instance caches test: cover every SourceMapSource.clearCache() branch feat: deduplicate clearCache recursion and add granular options feat: add parsedMap option, post-minifier benchmark, getCachedData test ci: track memory benchmarks via CodSpeed memory mode refactor(clearCache): collapse options to mapsOnly, always recurse bench: add memory benchmarks for every Source subclass feat(clearCache): restore maps/source/parsedMap options for webpack #20963 bench: add webpack-20961 case modeling the PR #20963 scenario fix(CachedSource): honor CachedData.buffer contract after clearCache fix(tests, bench): address second Copilot review on webpack-sources#221 fix(workflow): restore memory benchmark permissions