smithy-lang / smithy-typescript

Smithy code generators for TypeScript. (in development)
Apache License 2.0
211 stars 78 forks source link

feat(codegen): add `mutateClientPlugins()` integration hook #1322

Open syall opened 2 weeks ago

syall commented 2 weeks ago

Issue #, if available:

N/A

Description of changes:

Add mutateClientPlugins() integration hook, useful for modifying the client plugins (e.g. builtin plugins).

If one or more of the packages in the /packages directory has been modified, be sure yarn changeset add has been run and its output has been committed and included in this pull request. See CONTRIBUTING.md.


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