Commit 16f76cf
authored
feat: onboard to create-typescript-app with pnpm support (#1435)
## PR Checklist
- [x] Addresses an existing issue: fixes #1318
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/TypeStat/labels/status%3A%20accepting%20prs)
## Overview
In preparation for a full monorepo migration and rename (#1314), this
migrates as-is to `create-typescript-app`. That way I can get all these
rote changes (more linting, tabs, etc.) out of the way before making the
big jump to a monorepo & separate packages.
As part of this, adds a fix for pnpm's `node_modules/` symlink
resolution: 1e989a7
Replaces the `mz` runtime dependency with `node:fs` and
`node:fs/promises` uses.
💖1 parent 5031b2e commit 16f76cf
File tree
467 files changed
+20765
-17423
lines changed- .github
- ISSUE_TEMPLATE
- actions/prepare
- workflows
- .husky
- .vscode
- bin
- docs
- Usage
- src
- cleanups/builtin/suppressTypeErrors
- cli
- initialization
- initializeJavaScript
- initializeProject
- initializePurpose
- initializeTypeScript
- sources
- mutations
- aliasing
- codeFixes
- collecting
- creations
- expansions
- renames
- typeMutating
- mutators
- builtIn
- fixImportExtensions
- fixIncompleteTypes
- fixIncompleteImplicitGenerics
- fixIncompleteImplicitClassGenerics
- fixIncompleteImplicitVariableGenerics
- fixIncompleteInterfaceOrTypeLiteralGenerics
- fixIncompleteParameterTypes
- fixIncompletePropertyDeclarationTypes
- fixIncompleteReactTypes
- fixReactPropFunctionsFromCalls
- fixReactPropsFromLaterAssignments
- fixReactPropsFromPropTypes
- annotation
- propTypes
- fixReactPropsFromUses
- reactFiltering
- fixIncompleteReturnTypes
- fixIncompleteVariableTypes
- fixMissingProperties
- fixMissingPropertyAccesses
- fixNoImplicitAny
- fixNoImplicitAnyParameters
- fixNoImplicitAnyPropertyDeclarations
- fixNoImplicitAnyVariableDeclarations
- fixNoImplicitThis
- fixNoInferableTypes
- fixNoInferableTypesParameters
- fixNoInferableTypesPropertyDeclarations
- fixNoInferableTypesVariableDeclarations
- fixStrictNonNullAssertions
- fixStrictNonNullAssertionBinaryExpressions
- fixStrictNonNullAssertionCallExpressions
- fixStrictNonNullAssertionObjectLiterals
- fixStrictNonNullAssertionPropertyAccesses
- fixStrictNonNullAssertionReturnTypes
- options
- parsing
- output
- runtime
- providers
- createFileRenamesProvider
- missingTypes
- tracking
- services
- suppressions/builtin/suppressTypeErrors
- suppressors/builtin/suppressTypeErrors
- tests
- test/cases
- cleanups/suppressTypeErrors
- custom mutators
- empty
- one
- two
- files
- above
- below
- both
- empty
- filters
- empty
- one
- two
- fixes
- importExtensions
- assets/withIndex
- incompleteTypes
- implicitGenerics
- incompleteImplicitClassGenerics
- incompleteImplicitVariableGenerics
- interfaceOrTypeLiteralGenerics
- parameterTypes
- propertyDeclarationTypes
- reactTypes
- notReactProps
- reactPropFunctionsFromCalls
- reactPropsFromLaterAssignments
- reactPropsFromPropTypes
- all
- optionality
- alwaysOptional
- alwaysRequired
- asWritten
- reactPropsFromUses
- reactPropsMissing
- returnTypes
- variableTypes
- missingProperties/missingPropertyAccesses
- noImplicitAny
- parameters
- propertyDeclarations
- variableDeclarations
- noImplicitThis
- noInferableTypes
- parameters
- propertyDeclarations
- variableDeclarations
- strictNonNullAssertions
- binaryExpressions
- callExpressions
- objectLiterals
- propertyAccesses
- returnTypes
- include
- asterisk
- directory
- infinite wave detection
- post processing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
467 files changed
+20765
-17423
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
This file was deleted.
0 commit comments