Skip to content

Commit 9e3aec6

Browse files
build ts file
1 parent a2e0dac commit 9e3aec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,9 @@ export abstract class NamespaceBase extends ReflectionObject {
753753
/** Whether or not objects contained in this namespace need feature resolution. */
754754
protected _needsRecursiveFeatureResolution: boolean;
755755

756+
/** Whether or not objects contained in this namespace need a resolve. */
757+
protected _needsRecursiveResolve: boolean;
758+
756759
/** Nested objects of this namespace as an array for iteration. */
757760
public readonly nestedArray: ReflectionObject[];
758761

0 commit comments

Comments
 (0)