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/integration/ProtocolGenerator.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,8 @@ public void setSymbolProvider(SymbolProvider symbolProvider) {
312
312
// where the constructor asserts that both writer/writerDelegator are not set, instead of unsetting the other.
313
313
// Or consider specialized GenerationContextWithWriter/GenerationContextWithWriterDelegator to use in
314
314
// corresponding ProtocolGenerator methods that need writer v/s writerDelegator.
315
+
// OR better refactor to add something like a `areProtocolTestsPresent()` so `generateProtocolTests` is called
0 commit comments