-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[TS migration] Migrate '[Remaining Group 2]' lib to TypeScript #32164
Merged
grgia
merged 43 commits into
Expensify:main
from
VickyStash:ts-migration/remaining-group-2
Jan 9, 2024
Merged
Changes from 22 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
e951bb7
[TS migration] Migrate 'TransactionEdit.js' lib
VickyStash 76c1781
[TS migration] Migrate 'MemoryOnlyKeys' lib
VickyStash cf2d8e6
[TS migration] Migrate 'CanvasSize.js' lib
VickyStash 819b77a
Add window.d.ts file
VickyStash 2b59ded
[TS migration] Migrate 'Card.js' lib
VickyStash e4c6b3f
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 3e15c67
TS update after main merging
VickyStash ad02a8c
[TS migration] Migrate 'OnyxUpdateManager.ts' lib
VickyStash 21eac29
[TS migration] Migrate 'DemoActions.js' lib
VickyStash 02d646d
[TS migration] Migrate 'TeacherUnite.js' lib
VickyStash 2857187
Code improvements
VickyStash 00cad5e
Fix crash
VickyStash f205afe
Add @types/canvas-size lib
VickyStash 27c9dde
Update code to use PersonalDetailsList type
VickyStash 2dfbe5d
Update invalid format check
VickyStash 32095a3
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 6591d04
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 815f45c
Put onyx update data into separate variables
VickyStash 290bb98
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 52d1bb8
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash e51ee0b
Fix TS issue
VickyStash b3bdb27
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 8e55cca
Move updates to global.d.ts file
VickyStash 199720b
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash a96cdbb
Fix ts issues
VickyStash 5641af0
Rename type
VickyStash 84e2fd5
Add comments to window methods
VickyStash 486ae09
Update comment
VickyStash 2aff297
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 63d934b
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash d81e9d9
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 7456afe
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 51e0a04
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 776eb1b
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 633906a
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash d4ce66f
TS fix after merging main
VickyStash 8a99355
Re-run performance test
VickyStash 8af41a2
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 25264a1
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 4de7a5e
Fix lint errors
VickyStash cdc8118
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 733b3b1
Updates from main branch
VickyStash d53f4f2
Merge branch 'main' into ts-migration/remaining-group-2
VickyStash 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Should we push these in this PR?
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.
Yes, because
@types/canvas-size
was added in this PR 😄