We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b4d34 commit b14447aCopy full SHA for b14447a
.changeset/warm-melons-happen.md
@@ -0,0 +1,5 @@
1
+---
2
+"prettier-plugin-embed": patch
3
4
+
5
+Fix a regression introduced in v0.4.11 caused by a wrong import specifier.
src/utils.ts
@@ -6,7 +6,7 @@ import {
6
type Printer,
7
resolveConfigFile,
8
} from "prettier";
9
-import { builders } from "prettier/doc.js";
+import { builders } from "prettier/doc";
10
import JSONC from "tiny-jsonc";
11
import {
12
type EmbeddedComment,
0 commit comments