quicktype 18.0.0 → 18.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -321,7 +321,7 @@ function transform(val${anyAnnotation}, typ${anyAnnotation}, getProps${anyAnnota
|
|
|
321
321
|
return invalidValue(typ, val, key, parent);
|
|
322
322
|
}
|
|
323
323
|
if (typ === false) return invalidValue(typ, val, key, parent);
|
|
324
|
-
let ref = undefined;
|
|
324
|
+
let ref${anyAnnotation} = undefined;
|
|
325
325
|
while (typeof typ === "object" && typ.ref !== undefined) {
|
|
326
326
|
ref = typ.ref;
|
|
327
327
|
typ = typeMap[typ.ref];
|