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
@@ -314,6 +314,8 @@ public void setSymbolProvider(SymbolProvider symbolProvider) {
314
314
// where the constructor asserts that both writer/writerDelegator are not set, instead of unsetting the other.
315
315
// Or consider specialized GenerationContextWithWriter/GenerationContextWithWriterDelegator to use in
316
316
// corresponding ProtocolGenerator methods that need writer v/s writerDelegator.
317
+
// OR better refactor to add something like a `areProtocolTestsPresent()` so `generateProtocolTests` is called
0 commit comments