Skip to content

Commit 1c58340

Browse files
committed
feat: update exports to reflect new schema organization for suggestions
1 parent e07a58f commit 1c58340

2 files changed

Lines changed: 3 additions & 97 deletions

File tree

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export * from './extraction/getTypeVariant';
33
export * from './extraction/getValueFromType';
44
export * from './extraction/getTypesFromNode';
55
export * from './extraction/getTypesFromFunction';
6-
export * from './suggestion/getNodeSuggestions';
7-
export * from './suggestion/getReferenceSuggestions';
8-
export * from './suggestion/getValueSuggestions';
6+
export * from './schema/getNodeSuggestions';
7+
export * from './schema/getReferenceSuggestions';
8+
export * from './schema/getValueSuggestions';
99
export * from './validation/getFlowValidation';
1010
export * from './validation/getValueValidation';

test/valueSuggestions.test.ts

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)