Draft a project part of the prettier

This commit is contained in:
Kirill Bulatov
2023-10-11 12:56:28 +03:00
parent eced842dfc
commit 553abd01be
6 changed files with 122 additions and 14 deletions
Generated
+7
View File
@@ -5520,6 +5520,12 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "prettier"
version = "0.1.0"
dependencies = [
"anyhow",
"fs",
"gpui",
"language",
]
[[package]]
name = "pretty_assertions"
@@ -5635,6 +5641,7 @@ dependencies = [
"lsp",
"parking_lot 0.11.2",
"postage",
"prettier",
"pretty_assertions",
"rand 0.8.5",
"regex",