Skip to content

Commit 9f40aae

Browse files
committed
SmithyIntegrations are available from CodegenContext
1 parent 5a37f7a commit 9f40aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public TypeScriptDelegator writerDelegator() {
8080
return writerDelegator;
8181
}
8282

83-
// TODO: should this move to CodegenContext base class with new generic parameter?
83+
@Override
8484
public List<TypeScriptIntegration> integrations() {
8585
return integrations;
8686
}

0 commit comments

Comments
 (0)