wasp/waspc/test/Generator
Filip Sodić 8a3fba8831
Require LTS version of Node for Wasp (#504)
* Require LTS node and npm on client and server

* Update node and npm versions in the docs

* Add npmrc and nvmrc to WebAppGenerator

* Change function name in test

* Add newline to nvmrc

* Add newline to Common.hs

* Remove extra empty line in nvmrc

* Remove extra empty line in Common.hs

* Update end to end tests for node LTS

* Add newline at the end of server/nvmrc

* Ensure Node version 16 in CI

* Fix broken ci file

* Change how Wasp specifies required versions

* Fix formatting

* Use type alias for semantic versions

* Remove incorrect comment on Prisma LTS

* Update e2e checksums

* Fix typo in gitignore

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

* Sort e2e checksums

* Extract semantic version to its module

* Fix formatting

* Fix formatting again

* Add comment explaining nvmrc

* Add tests and change semver naming

* Add natural numbers and formatting to semver

* Add newline at the end of semver module

* Add missing space to node mismatch message

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2022-03-21 15:00:19 +01:00
..
ExternalCodeGenerator Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
FileDraft Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
MockWriteableMonad.hs Makes DbGenerator responsible for movement of migrations dir (#420) 2022-01-12 11:28:21 -05:00
NpmDependenciesTest.hs Do npm install as part of generation process, only when needed (#464) 2022-02-18 17:23:14 +01:00
WebAppGeneratorTest.hs Require LTS version of Node for Wasp (#504) 2022-03-21 15:00:19 +01:00
WriteFileDraftsTest.hs Makes Wasp smarter when writing over existing generated files (#486) 2022-03-15 07:43:52 -04:00