-
Notifications
You must be signed in to change notification settings - Fork 57
TSM-06: convert Group A services to TypeScript #563
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
Open
Justin Hammond (Justintime50)
wants to merge
14
commits into
ts-migrate/05-base-service-hydration
from
ts-migrate/06-services-group-a
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4d88d78
step6: convert group a services to ts
Justintime50 d915317
step6: add explicit TS signatures for Group A services
Justintime50 f1023c7
tsm-06: finalize typed boundaries after rebasing
Justintime50 111aaa4
chore(tsm-06): format service TS files for lint
Justintime50 8cdd155
TSM-06: add permissive create parameter types for Group A services
Justintime50 a43f6d7
Fix shipment create type ref and audit-ci allowlist
Justintime50 71957ac
TSM-06: convert Group A tests to TS and add suite test typecheck
Justintime50 8a94ade
TSM-06: restore address verify assignments and cassettes
Justintime50 7cf53aa
TSM-06: add source-derived fixture type assertions in tests
Justintime50 779d139
TSM-06: include vitest globals in tsconfig build
Justintime50 b46082d
TSM-06: type service return values to models and collections
Justintime50 8634aaf
Format service TypeScript tests
Justintime50 7a7f9a4
Use replay-only Polly mode for existing cassettes
Justintime50 52aa9b6
Use default Polly mode behavior
Justintime50 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
Looks like this is a known type, and could probably strengthen it just a little bit.