-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
prettier.getFileInfo() doesn't load plugin #17488
Copy link
Copy link
Labels
area:apiIssues with Prettier's Application Programming InterfaceIssues with Prettier's Application Programming Interfacelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Milestone
Metadata
Metadata
Assignees
Labels
area:apiIssues with Prettier's Application Programming InterfaceIssues with Prettier's Application Programming Interfacelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Environments:
Steps to reproduce:
{ "plugins": {"prettier-plugin-x"} }When
prettier-plugin-xdefineslanguages,Expected behavior:
should load the plugin first, and return parser defined by that plugin.
Actual behavior:
It's not works as expected.