Skip to content

Issues: JoshuaKGoldberg/TypeStat

Turn into a monorepo
#1341 opened Sep 30, 2023 by JoshuaKGoldberg
Open 1
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Bug: nearly identical props interface with the same name is added area: fixers Around how TypeStat fixes code. area: react Related to JSX syntax, particularly for React components and the like. status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#2019 opened Nov 30, 2024 by pjonsson
Bug: previous type annotation is not replaced area: fixers Around how TypeStat fixes code. status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#2018 opened Nov 30, 2024 by pjonsson
Bug: missing semi-colon after object member area: fixers Around how TypeStat fixes code. area: react Related to JSX syntax, particularly for React components and the like. status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#2017 opened Nov 29, 2024 by pjonsson
Bug: mangled export by incompleteTypes fix in terrariajs status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#2016 opened Nov 29, 2024 by pjonsson
Bug: return type duplicate infinite amount: | T area: fixers Around how TypeStat fixes code. status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#2015 opened Nov 29, 2024 by pjonsson
Bug: infinite loop(s) on terriajs status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#2014 opened Nov 29, 2024 by pjonsson
🐛 Bug: Using file-level changes and suppressTypeErrors together does not work status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#1546 opened Apr 7, 2024 by rubiesonthesky
3 tasks done
🐛 Bug: suppressTypeErrors: program's compilerOptions are malformed status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#1532 opened Apr 5, 2024 by rubiesonthesky
3 tasks done
2
1
🐛 Bug: Collecting included files possibly missing bunch of them status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#1522 opened Apr 4, 2024 by rubiesonthesky
3 tasks done
2
1
🐛 Bug: strictNonNullAssertions does not understand that undefined is accepted in union array status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#1518 opened Apr 3, 2024 by rubiesonthesky
3 tasks done
🐛 Bug: strictNonNullAssertions changes "return undefined" to "return undefined!" status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#1516 opened Apr 3, 2024 by rubiesonthesky
3 tasks done
🛠 Tooling: main is failing because release-it action fails area: tooling Managing the repository's maintenance 🛠️ status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#1515 opened Apr 3, 2024 by rubiesonthesky
3 tasks done
🧪 Testing: Rename "mutation" tests to "integration" area: documentation Improvements or additions to docs 📝 area: testing Improving how the repository's tests are run and/or code is tested 🧪 status: accepting prs Please, send a pull request to resolve this! 🙏
#1505 opened Apr 1, 2024 by JoshuaKGoldberg
🧪 Testing: Establish a preference for small, self-contained mutation tests area: documentation Improvements or additions to docs 📝 area: testing Improving how the repository's tests are run and/or code is tested 🧪 status: accepting prs Please, send a pull request to resolve this! 🙏
#1504 opened Apr 1, 2024 by JoshuaKGoldberg
🐛 Bug: Added type should be Promise<boolean> not Promise<boolean> | boolean area: fixers Around how TypeStat fixes code. status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#1494 opened Mar 31, 2024 by rubiesonthesky
3 tasks done
Default --config if one is found on disk status: accepting prs Please, send a pull request to resolve this! 🙏 type: enhancement New feature or request
#1355 opened Oct 14, 2023 by JoshuaKGoldberg
Turn into a monorepo area: tooling Managing the repository's maintenance 🛠️ breaking change This would cause an incompatible API change status: accepting prs Please, send a pull request to resolve this! 🙏
#1341 opened Sep 30, 2023 by JoshuaKGoldberg
extends tsconfig.json can't resolve @tsconfig/ package status: accepting prs Please, send a pull request to resolve this! 🙏 type: bug Something isn't working :( 🐛
#1306 opened Sep 8, 2023 by gutenye
Feature: Add an ': any' type annotation cleanup before type error suppression area: fixers Around how TypeStat fixes code. status: accepting prs Please, send a pull request to resolve this! 🙏 type: enhancement New feature or request
#1234 opened Jun 8, 2023 by JoshuaKGoldberg
🚀 Feature: Add (back) type aliasing area: fixers Around how TypeStat fixes code. area: options Reading, parsing, and manipulating CLI and/or Cosmiconfig-read options status: accepting prs Please, send a pull request to resolve this! 🙏 type: enhancement New feature or request
#1223 opened May 26, 2023 by JoshuaKGoldberg
JSDoc type info are not read when converting from js to ts area: fixers Around how TypeStat fixes code. status: accepting prs Please, send a pull request to resolve this! 🙏 type: enhancement New feature or request
#1157 opened Mar 17, 2023 by Zzzen
Repo: Use Prettier to format written config files, not JSON.stringify status: accepting prs Please, send a pull request to resolve this! 🙏 type: enhancement New feature or request
#1066 opened Nov 10, 2022 by JoshuaKGoldberg
How can I run this only in staged files? how to integrate with lint-staged? status: accepting prs Please, send a pull request to resolve this! 🙏 type: enhancement New feature or request
#1061 opened Nov 4, 2022 by sibelius
A playground to try with different fixers? area: documentation Improvements or additions to docs 📝 status: accepting prs Please, send a pull request to resolve this! 🙏
#1053 opened Aug 7, 2022 by Zzzen
Add a CLI option to infer missing compilerOptions from tsconfig.json area: cli Related to the command line (CLI) status: accepting prs Please, send a pull request to resolve this! 🙏 type: enhancement New feature or request
#1047 opened Aug 5, 2022 by JoshuaKGoldberg
ProTip! Updated in the last three days: updated:>2024-12-24.