We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5faa42 commit 0e5404fCopy full SHA for 0e5404f
src/commands/optimize/apply-optimization.ts
@@ -314,7 +314,6 @@ async function addOverrides(
314
// Here we're just telling TS that we're looping over key names
315
// of the type and that they're all Set<string> props. This allows
316
// us to do the SetA.add(setB.get) pump type-safe without casts.
317
-
318
Array<
319
keyof Pick<
320
AddOverridesState,
0 commit comments