prettier
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -41,2 +41,3 @@ // https://github.com/prettier/prettier/blob/next/src/document/public.js | ||
type: "group"; | ||
id?: symbol; | ||
contents: Doc; | ||
@@ -68,2 +69,4 @@ break: boolean; | ||
type: "label"; | ||
label: any; | ||
contents: Doc; | ||
} | ||
@@ -70,0 +73,0 @@ |
@@ -873,2 +873,7 @@ // Copied from `@types/prettier` | ||
function getNextNonSpaceNonCommentCharacterIndex( | ||
text: string, | ||
startIndex: number, | ||
): number | false; | ||
function getNextNonSpaceNonCommentCharacter( | ||
@@ -879,2 +884,6 @@ text: string, | ||
function isNextLineEmpty(text: string, startIndex: number): boolean; | ||
function isPreviousLineEmpty(text: string, startIndex: number): boolean; | ||
function makeString( | ||
@@ -881,0 +890,0 @@ rawText: string, |
{ | ||
"name": "prettier", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Prettier is an opinionated code formatter", | ||
@@ -193,3 +193,4 @@ "bin": "./bin/prettier.cjs", | ||
"standalone.mjs" | ||
] | ||
], | ||
"preferUnplugged": true | ||
} |
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 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
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
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
8491215
65494