-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip code generation of data filter functions for shapes that do not …
…contain sensitive fields (recursive) (#722) * check for sensitive data before generating a filter function * use forward recursive selector * include streaming in traits for which to generate filter * fix indentation * sensitive data check for unions * remove tests for non-generated unions * skip filters for insensitive properties in structures * pass dependency * formatting * move model to initialization in SensitiveDataFinder
- Loading branch information
Showing
7 changed files
with
945 additions
and
656 deletions.
There are no files selected for viewing
323 changes: 159 additions & 164 deletions
323
...ipt-codegen/src/main/java/software/amazon/smithy/typescript/codegen/CommandGenerator.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.