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
The 2 SmithyBuildPlugins have duplication, which can be reduced via refactoring
Ran `yarn generate-clients -s && yarn test:server-protocols` in aws-sdk-js-v3
with this commit. Compared the generated ssdks with
https://github.com/gosar/aws-sdk-js-v3/tree/f47b48a1eb1187657f489b4e041f979e72e0134d
and found there were differences but only some moving around of code within
some files.
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/DirectedTypeScriptCodegen.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ final class DirectedTypeScriptCodegen
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptCodegenPlugin.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,8 @@ public void execute(PluginContext context) {
49
49
runner.model(context.getModel());
50
50
51
51
// Create the TypeScriptSettings object from the plugin settings.
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptServerCodegenPlugin.java
0 commit comments