Skip to content

Commit

Permalink
Additional VSCode dependency exports (#3848)
Browse files Browse the repository at this point in the history
* feat: Exports for generic type

* fix: Add changeset
  • Loading branch information
travisstebbins authored Jan 28, 2025
1 parent 38ce6f4 commit 9b009e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/dry-eggs-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@finos/legend-vscode-extension-dependencies': patch
'@finos/legend-graph': patch
---

Additional VSCode dependency exports
5 changes: 4 additions & 1 deletion packages/legend-graph/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,10 @@ export {
V1_serializePureModelContext,
} from './graph-manager/protocol/pure/v1/transformation/pureProtocol/V1_PureProtocolSerialization.js';
export { V1_propertyPointerModelSchema } from './graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.js';
export { V1_relationTypeModelSchema } from './graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_TypeSerializationHelper.js';
export {
V1_genericTypeModelSchema,
V1_relationTypeModelSchema,
} from './graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_TypeSerializationHelper.js';
export {
V1_deserializeValueSpecification,
V1_serializeValueSpecification,
Expand Down
3 changes: 3 additions & 0 deletions packages/legend-vscode-extension-dependencies/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ export {
ExternalFormatDescription,
GenerationConfigurationDescription,
GenerationMode,
GenericTypeExplicitReference,
GenericTypeReference,
getFunctionName,
getFunctionNameWithPath,
getFunctionSignature,
Expand Down Expand Up @@ -154,6 +156,7 @@ export {
V1_GenerateSchemaInput,
V1_GenerationOutput,
V1_GenericType,
V1_genericTypeModelSchema,
V1_getFunctionNameWithoutSignature,
V1_getGenericTypeFullPath,
V1_GraphBuilderContextBuilder,
Expand Down

0 comments on commit 9b009e9

Please sign in to comment.