Skip to content

Remove unnecessary writer param #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2021

Conversation

JordonPhillips
Copy link
Contributor

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@adamthom-amzn adamthom-amzn merged commit 9b480b7 into smithy-lang:main May 3, 2021
srchase pushed a commit that referenced this pull request Mar 23, 2023
* chore: fix issues with */ in doc block breaking code gen

* chore: remove importexport service because of deprecation

* fix(service-types-generator): fix self reference in generated model

* fix(service-model): code gen of different models with casing difference

* fix: remove universal client generation when import models

Currently generated clients' config doesn't compatible with either
browser dependency or node dependency because the default streamType
is 'Uint8Array', which is not compatible with `Blob` or `Readable`

* fix(service-types-generator): remove versions from cloudfront commands

* fix: fix incorrect codegen in commands signing middleware

* fix: fix naming conflict between operations and shapes

* feat: introduce typescript incremental build

* chore: add travis wait time for long-running steps
srchase pushed a commit that referenced this pull request Jun 16, 2023
* chore: fix issues with */ in doc block breaking code gen

* chore: remove importexport service because of deprecation

* fix(service-types-generator): fix self reference in generated model

* fix(service-model): code gen of different models with casing difference

* fix: remove universal client generation when import models

Currently generated clients' config doesn't compatible with either
browser dependency or node dependency because the default streamType
is 'Uint8Array', which is not compatible with `Blob` or `Readable`

* fix(service-types-generator): remove versions from cloudfront commands

* fix: fix incorrect codegen in commands signing middleware

* fix: fix naming conflict between operations and shapes

* feat: introduce typescript incremental build

* chore: add travis wait time for long-running steps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants