prettier
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -42,5 +42,4 @@ // Copied from `@types/prettier` | ||
// array, otherwise it's going to just be number. | ||
type IndexProperties<T extends { length: number }> = IsTuple<T> extends true | ||
? Exclude<Partial<T>["length"], T["length"]> | ||
: number; | ||
type IndexProperties<T extends { length: number }> = | ||
IsTuple<T> extends true ? Exclude<Partial<T>["length"], T["length"]> : number; | ||
@@ -47,0 +46,0 @@ // Effectively performing T[P], except that it's telling TypeScript that it's |
{ | ||
"name": "prettier", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Prettier is an opinionated code formatter", | ||
@@ -5,0 +5,0 @@ "bin": "./bin/prettier.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8381884
61629