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
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,9 @@ public void execute(PluginContext context) {
56
56
// Configure the director to perform some common model transforms.
57
57
runner.performDefaultCodegenTransforms();
58
58
59
-
// TODO: How is smithy-typescript currently dealing with no input/output?
60
-
// runner.createDedicatedInputsAndOutputs();
59
+
// TODO: Not using below because it would break existing AWS SDKs. Maybe it should be configurable
60
+
// so generic SDKs call this by default, but AWS SDKs can opt-out of it via a setting.
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptServerCodegenPlugin.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,9 @@ public void execute(PluginContext context) {
56
56
// Configure the director to perform some common model transforms.
57
57
runner.performDefaultCodegenTransforms();
58
58
59
-
// TODO: How is smithy-typescript currently dealing with no input/output?
60
-
// runner.createDedicatedInputsAndOutputs();
59
+
// TODO: Not using below because it would break existing AWS SDKs. Maybe it should be configurable
60
+
// so generic SDKs call this by default, but AWS SDKs can opt-out of it via a setting.
0 commit comments