Properly connect prettier lookup/creation methods

This commit is contained in:
Kirill Bulatov 2023-09-05 15:51:46 +03:00
parent 553abd01be
commit 92f23e626e
2 changed files with 93 additions and 24 deletions

View file

@ -9,7 +9,7 @@ pub struct Prettier {
_private: (),
}
type NodeRuntime = ();
pub struct NodeRuntime;
impl Prettier {
// This was taken from the prettier-vscode extension.