wasp/waspc/test
Filip Sodić b3d9014e37
Allow Wasp identifiers for project names (#520)
* Allow Wasp identifiers for project names

* Rename initialState to makeInitialState

* Fix formatting

* Use parser to parse Wasp identifiers

* Add newline at the end of Wasp.Analyzer.Parser

* Fix newline at the end of Wasp.Analyzer.Parser

* Clean up and rename parsing

* Fix newline at the end of Wasp.Analyzer.Parser

* Add tests for new parser functions

* Fix formatting

* Fix formatting

* Reformat where statement

* Address PR comments and remove redundant module

* Remove keywords from error message

* Fix formatting in CreateNewProject.hs

* Remove redundant note on duplication
2022-03-30 01:25:56 +02:00
..
Analyzer Allow Wasp identifiers for project names (#520) 2022-03-30 01:25:56 +02:00
AppSpec Follow hlint suggestions. (#513) 2022-03-18 12:33:37 +01:00
FilePath Replaced couple of last usages of Path with StrongPath. 2021-07-05 17:47:28 +02:00
Generator Improve performance of writing FileDrafts (#506) 2022-03-29 08:53:28 -04:00
Psl Replace Wasp with AppSpec and Parser with Analyzer. (#423) 2022-01-20 11:45:14 +01:00
Test Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
Util ref: Fixed most of the hlint suggestions. (#366) 2021-11-17 00:36:46 +01:00
AnalyzerTest.hs [Analyzer] Reverse the order of Wasp error messages (#500) 2022-03-23 13:18:43 +01:00
ErrorTest.hs Replace Wasp with AppSpec and Parser with Analyzer. (#423) 2022-01-20 11:45:14 +01:00
Fixtures.hs Replace Wasp with AppSpec and Parser with Analyzer. (#423) 2022-01-20 11:45:14 +01:00
SemanticVersionTest.hs Require LTS version of Node for Wasp (#504) 2022-03-21 15:00:19 +01:00
TastyDiscoverDriver.hs Moved all code into waspc directory. 2020-02-20 12:30:58 +01:00
UtilTest.hs [Analyzer] Reverse the order of Wasp error messages (#500) 2022-03-23 13:18:43 +01:00
WaspignoreFileTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00