File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import {
2828import { forEachKeyAncestor , humanize , isEmptyObject } from './utility/index.js'
2929import ValidationContext from './ValidationContext.js'
3030
31- // Exported for tests
3231export const schemaDefinitionOptions = [
3332 'autoValue' ,
3433 'defaultValue' ,
Original file line number Diff line number Diff line change 11import './clean.js'
22
3- import { SimpleSchema , ValidationContext } from './SimpleSchema.js'
3+ import { schemaDefinitionOptions , SimpleSchema , ValidationContext } from './SimpleSchema.js'
44import { toJsonSchema } from './toJsonSchema.js'
55
66SimpleSchema . ValidationContext = ValidationContext
77
8- export { toJsonSchema , ValidationContext }
8+ export { schemaDefinitionOptions , toJsonSchema , ValidationContext }
99
1010export default SimpleSchema
You can’t perform that action at this time.
0 commit comments