Skip to content

Commit b14447a

Browse files
committed
fix: regression caused by a wrong import specifier
1 parent b9b4d34 commit b14447a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/warm-melons-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
type Printer,
77
resolveConfigFile,
88
} from "prettier";
9-
import { builders } from "prettier/doc.js";
9+
import { builders } from "prettier/doc";
1010
import JSONC from "tiny-jsonc";
1111
import {
1212
type EmbeddedComment,

0 commit comments

Comments
 (0)