File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 * LICENSE file in the root directory of this source tree.
77 */
88
9- export * from './types/index.js ' ;
9+ export type * from './types' ;
1010export * from './registry/Registry.js' ;
1111export * from './registry/PluginSystem.js' ;
1212export * from './registry/PluginScopeImpl.js' ;
13- export * from './validation/index.js ' ;
13+ export * from './validation' ;
1414export * from './builder/schema-builder.js' ;
1515export * from './utils/filter-converter.js' ;
16- export * from './evaluator/index.js ' ;
17- export * from './actions/index.js ' ;
18- export * from './query/index.js ' ;
16+ export * from './evaluator' ;
17+ export * from './actions' ;
18+ export * from './query' ;
1919// export * from './data-scope'; // TODO
2020// export * from './validators'; // TODO
2121
Original file line number Diff line number Diff line change 77
88export * from './validation-engine.js' ;
99export * from './schema-validator.js' ;
10- export * from './validators/index.js ' ;
10+ export * from './validators' ;
You can’t perform that action at this time.
0 commit comments