@rspack/lite-tapable
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -803,3 +803,3 @@ "use strict"; | ||
isUsed() { | ||
for (const key in this.hookMap._map.keys()) { | ||
for (const key of this.hookMap._map.keys()) { | ||
if (this.get(key)?.isUsed()) { | ||
@@ -806,0 +806,0 @@ return true; |
{ | ||
"name": "@rspack/lite-tapable", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": "https://github.com/rspack-contrib/rspack-lite-tapable", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |