Properly connect prettier lookup/creation methods
This commit is contained in:
parent
553abd01be
commit
92f23e626e
2 changed files with 93 additions and 24 deletions
|
@ -9,7 +9,7 @@ pub struct Prettier {
|
|||
_private: (),
|
||||
}
|
||||
|
||||
type NodeRuntime = ();
|
||||
pub struct NodeRuntime;
|
||||
|
||||
impl Prettier {
|
||||
// This was taken from the prettier-vscode extension.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue