removing stale comments
This commit is contained in:
parent
0b58c4cd0e
commit
a8d8e71885
@ -3,7 +3,6 @@ import {
|
|||||||
PrimitiveSchemas,
|
PrimitiveSchemas,
|
||||||
ReferenceSchemas,
|
ReferenceSchemas,
|
||||||
ArraySchemas,
|
ArraySchemas,
|
||||||
// CommonSchemas has been moved to ./test-utils/schemas
|
|
||||||
ObjectSchema
|
ObjectSchema
|
||||||
} from '../src/schema';
|
} from '../src/schema';
|
||||||
import { DefaultSchemaRegistry } from '../src/schema';
|
import { DefaultSchemaRegistry } from '../src/schema';
|
||||||
|
@ -198,9 +198,6 @@ export class SchemaBuilder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Common schema patterns have been moved to __tests__/test-utils/schemas.ts
|
|
||||||
// since they are only used for testing purposes.
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Context for tracking resolution state during nested object resolution
|
* Context for tracking resolution state during nested object resolution
|
||||||
* Prevents circular references and manages depth tracking
|
* Prevents circular references and manages depth tracking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user