JoshuaKGoldberg/TypeStat
Converts JavaScript to TypeScript and TypeScript to better TypeScript. ๐งซ
TypeScriptMIT
Pinned issues
Issues
- 1
Turn into a monorepo
#1341 opened by JoshuaKGoldberg - 1
๐ ๏ธ Tooling: use ts-api-utils or ts checkers instead of own methods
#1544 opened by rubiesonthesky - 1
- 0
๐ Bug: Migrating to typescript - user story
#1561 opened by rubiesonthesky - 1
- 0
๐ Cleanup: Remove non-documented / used support for giving file glob from command line
#1533 opened by rubiesonthesky - 3
- 0
๐ Tooling: Cleanup files in repo
#1514 opened by rubiesonthesky - 3
- 0
- 0
๐ Bug: Using file-level changes and suppressTypeErrors together does not work
#1546 opened by rubiesonthesky - 1
- 1
- 0
๐ Tooling: Tests should snapshot parsed options
#1529 opened by rubiesonthesky - 2
๐งช Tests: Add end-to-end tests?
#1506 opened by JoshuaKGoldberg - 1
๐ Bug: strictNonNullAssertions changes "return undefined" to "return undefined!"
#1516 opened by rubiesonthesky - 1
- 0
๐ Bug: strictNonNullAssertions does not understand that undefined is accepted in union array
#1518 opened by rubiesonthesky - 1
- 5
๐ Bug: When selecting option "Remove type annotations that don't change the meaning of code", it will turn into "Add missing property declarations to classe"
#1486 opened by rubiesonthesky - 3
๐งช Testing: Establish a preference for small, self-contained mutation tests
#1504 opened by JoshuaKGoldberg - 1
- 4
TypeError: Cannot read properties of undefined (reading '0') - weird errors
#1427 opened by rubiesonthesky - 0
๐ Tooling: two renovate config files
#1497 opened by rubiesonthesky - 0
๐ Bug: noInferableTypes removes types from consts where it's not safe
#1498 opened by rubiesonthesky - 2
๐ Bug: bin missing from package.json and bin/typestat pointing to wrong place?
#1496 opened by rubiesonthesky - 7
Feature to set max waves for run
#1426 opened by rubiesonthesky - 0
๐ Tooling: Remove unused arguments from code
#1501 opened by rubiesonthesky - 0
๐ Bug: Added type should be Promise<boolean> not Promise<boolean> | boolean
#1494 opened by rubiesonthesky - 3
- 5
- 3
Return type duplicate infinite amount: | boolean
#1447 opened by rubiesonthesky - 2
๐ Tooling: Running lint before and after building project, yields different errors
#1478 opened by rubiesonthesky - 2
๐ Tooling: Update pnpm/action-setup to version 3
#1487 opened by rubiesonthesky - 3
- 0
Tooling: Migrate to create-typescript-app@1
#1318 opened by JoshuaKGoldberg - 2
- 0
- 0
Fixing for incompleteTypes > React props can add to irrelevant interfaces
#1428 opened by JoshuaKGoldberg - 0
๐ ๏ธ Tooling: main builds are failing
#1430 opened by JoshuaKGoldberg - 8
Curious on your thoughts / comparison of TypeStat to ts-migrate? Room for both? One or the other?
#1317 opened by GitMurf - 0
Default --config if one is found on disk
#1355 opened by JoshuaKGoldberg - 0
Print the full stack when an error occurs
#1311 opened by JoshuaKGoldberg - 4
extends tsconfig.json can't resolve @tsconfig/ package
#1306 opened by gutenye - 1
- 2
- 1
Feature: Add an ': any' type annotation cleanup before type error suppression
#1234 opened by JoshuaKGoldberg - 0
- 0
๐ Feature: Add (back) type aliasing
#1223 opened by JoshuaKGoldberg - 1
JSDoc type info are not read when converting from js to ts
#1157 opened by Zzzen