You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable ctor arg passthrough for requestHandler (Java codegen) (#1168)
* feat: enable ctor arg passthrough for requestHandler
* add checked access to config object
* make config value prefix supply-able from TypeScriptIntegration
* move default impl of config value prefix
* static config value prefix instructions
* unused import
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/RuntimeConfigGenerator.java
+22-9Lines changed: 22 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ final class RuntimeConfigGenerator {
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/ServiceBareBonesClientGenerator.java
0 commit comments