We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891368b commit e37f38fCopy full SHA for e37f38f
waspc/src/Wasp/Project/Analyze.hs
@@ -6,24 +6,13 @@ module Wasp.Project.Analyze
6
where
7
8
import Control.Arrow (ArrowChoice (left))
9
-import Control.Concurrent (newChan)
10
-import Control.Concurrent.Async (concurrently)
11
-import Control.Monad.Except (ExceptT (..), liftEither, runExceptT)
12
-import qualified Data.Aeson as Aeson
13
-import Data.List (any, find, isSuffixOf)
14
import StrongPath
15
( Abs,
16
Dir,
17
File',
18
Path',
19
fromAbsDir,
20
- fromAbsFile,
21
- fromRelFile,
22
- reldir,
23
- relfile,
24
- (</>),
25
)
26
-import qualified System.FilePath as FP
27
import qualified Wasp.AppSpec as AS
28
import Wasp.AppSpec.Core.Decl.JSON ()
29
import qualified Wasp.AppSpec.Valid as ASV
0 commit comments