-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Migrate plugins to TypeScript and update configurations #4866
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
Simek
merged 23 commits into
react:main
from
clicktodev:migrate-remaining-scripts-to-TS
Nov 11, 2025
Merged
Changes from 12 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b003b78
feat: migrate plugins to TypeScript and update package configurations
clicktodev 44d89cd
fix: correct typo in success message and update script commands to us…
clicktodev 3cf0802
fixes
clicktodev 324bdcb
feat: migrate snackPlayerInitializer and jumpToFragment modules to Ty…
clicktodev d1bbbb3
fix: update import statements to remove file extensions in lint examp…
clicktodev 084c822
fix: resolve TypeScript type errors in cacheFetch and noDeadUrls func…
clicktodev 1a72f25
fix: add TODO comment for proper type handling in runLinter error catch
clicktodev 0f41b5f
feat: add TypeScript configuration for remark-snackplayer and scripts…
clicktodev f7ea9a8
fix: update import statements to include file extensions for lintExam…
clicktodev 351b8ef
fix: update tsconfig to include the out directory for lint examples
clicktodev 48201b5
fix: cast response JSON to any type for type safety in getMovies func…
clicktodev 5e62785
Fix type assertion in fetch response handling
clicktodev baa325a
revert lock changes
clicktodev 8aa90b1
fix: remove comment
clicktodev 0902a3d
dedupe
clicktodev e476507
fix: improve type safety for movies response in fetch handling
clicktodev 4d6a06e
fix: enhance type safety by defining ExampleMapping interface and upd…
clicktodev 31907d5
fix: improve type safety by replacing type assertions with explicit H…
clicktodev b35194d
Remove unused import in snackPlayerInitializer
clicktodev 0306fc5
fix: handle RequestError more accurately in naiveLinkCheck function
clicktodev 036fdbf
fix: improve type safety by refining function signatures and removing…
clicktodev d772be1
typing fillouts and fixes
Simek b0529cf
run TSC as a part of lint
Simek 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "extends": "@react-native/typescript-config/tsconfig.json", | ||
| "include": ["./out"] | ||
| "include": ["./src", "./bin", "./out"] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "extends": "@react-native/typescript-config/tsconfig.json", | ||
| "include": ["./src"], | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "extends": "@react-native/typescript-config/tsconfig.json", | ||
| "include": ["./src"], | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.