wasp/waspc/test/Analyzer
Filip Sodić 86e0893d6f
Separate user code into client, server, shared (#753)
* Separate ext code to client and server

* Use skeleton in createNewProject and refactor

* Refactor Lib.hs to use ExceptT

* Fix formatting

* Pop up returns

* Extract liftIO and add a do block

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>

* Address some review comments

* Add skeleton comment

* Extract common CommandError message

* Separate skeleton comment into two rows

* Move server and client dirs into src

* Simplify maybeToEither

* Further refactor Lib.hs

* Further simplify skeleton comment

* Add shared code directory to project structure

* Update e2e test inputs

* Update e2e test outputs

* Fix formatting

* Fix bug in compile function

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Change map to fmap in compile function

* Fix formatting

* Force git to include empty directories

* Remove extra empty line from .gitkeep files

* Watch shared directory for changes

* Fix regular and e2e tests

* Fix cli template packaging and update todoApp

* Add a shared function demo to todoApp

* Update waspc and e2e tests

* Fix compiler warnings and rename function

* Rename mkError to mkParserError

* Remove redundant empty line

* Fix test warnings

* Fix formatting

* Fix directory tree watching on wasp start

* Implement review feedback

Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2022-11-11 17:20:49 +01:00
..
Evaluation [Analyzer] Reverse the order of Wasp error messages (#500) 2022-03-23 13:18:43 +01:00
Parser Separate user code into client, server, shared (#753) 2022-11-11 17:20:49 +01:00
ParserTest/parseStatementsTests Fix incorrect parsing of escaped strings in Wasp (#699) 2022-08-23 14:01:00 +02:00
TypeChecker Added concept of SourceRegion to Ctx. (#409) 2022-01-08 23:55:52 +01:00
EvaluatorTest.hs Separate user code into client, server, shared (#753) 2022-11-11 17:20:49 +01:00
ParserTest.hs Fix incorrect parsing of escaped strings in Wasp (#699) 2022-08-23 14:01:00 +02:00
TestUtil.hs Integrate new error resilient parser into waspc (#684) 2022-08-11 12:26:12 -04:00
TypeCheckerTest.hs Allow Wasp identifiers for project names (#520) 2022-03-30 01:25:56 +02:00