Created
January 20, 2026 10:23
-
-
Save JFGHT/3ed4e4e022e5c9fde248bd8e0f8cc400 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/prettier-plugin-embed/dist/index.js b/node_modules/prettier-plugin-embed/dist/index.js | |
| index 69c108c..d471490 100644 | |
| --- a/node_modules/prettier-plugin-embed/dist/index.js | |
| +++ b/node_modules/prettier-plugin-embed/dist/index.js | |
| @@ -1,11 +1,11 @@ | |
| -import { builders as A, utils as bi } from "prettier/doc"; | |
| -import Oi from "prettier/parser-babel"; | |
| -import Gi from "prettier/parser-espree"; | |
| -import Ii from "prettier/parser-flow"; | |
| -import xi from "prettier/parser-meriyah"; | |
| -import Pi from "prettier/parser-typescript"; | |
| +import { builders as A, utils as bi } from "prettier/doc.mjs"; | |
| +import Oi from "prettier/plugins/babel.mjs"; | |
| +import Gi from "prettier/plugins/acorn.mjs"; | |
| +import Ii from "prettier/plugins/flow.mjs"; | |
| +import xi from "prettier/plugins/meriyah.mjs"; | |
| +import Pi from "prettier/plugins/typescript.mjs"; | |
| import { printers as qi } from "prettier/plugins/estree.mjs"; | |
| -import { resolveConfigFile as ji } from "prettier"; | |
| +import { resolveConfigFile as ji } from "prettier/index.mjs"; | |
| const { | |
| group: Fe, | |
| indent: Ri, | |
| @@ -197,7 +197,7 @@ const $ = "9ff2b366e8ca4c97b9aed1a29b5b94ed", { line: He, group: P, indent: Qe, | |
| array: !0, | |
| default: [{ value: [...Yi] }], | |
| description: "Tag or comment identifiers that make their subsequent template literals be identified as embedded CSS language.", | |
| - deprecated: `Please use \`${Ye}\` or \`${Ke}\`.` | |
| + // deprecated: `Please use \`${Ye}\` or \`${Ke}\`.` | |
| }, | |
| [Ye]: { | |
| category: "Embed", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment