removing stale comments
This commit is contained in:
parent
0b58c4cd0e
commit
a8d8e71885
@ -3,7 +3,6 @@ import {
|
||||
PrimitiveSchemas,
|
||||
ReferenceSchemas,
|
||||
ArraySchemas,
|
||||
// CommonSchemas has been moved to ./test-utils/schemas
|
||||
ObjectSchema
|
||||
} 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
|
||||
* Prevents circular references and manages depth tracking
|
||||
|
Loading…
x
Reference in New Issue
Block a user