wasp/waspc/examples/todoApp
Filip Sodić 71038c277d
Add automatic TypeScript support for operations (#952)
* Support typing backend queries

* Implement types for actions and extract entities

* Automatically generate specific operation types

* Eta reduce functions

* Add CR fixes

* Add type to imports and exports for entities

* Change query extensions back to .js

* Tidy up default arguments for operation types

* Don't throw syntax error when there are no entities

* Update e2e tests

* Fix formatting

* Address CR comments

* Fix typo in comment

* Add duplication comment

* Update e2e tests

* Fix duplication comments

* Update changelog and bump project version

* Update changelog

* Update e2e tests
2023-01-24 15:12:57 +01:00
..
migrations Adds Google as an authentication method (#669) 2022-09-06 14:35:59 -04:00
src Add automatic TypeScript support for operations (#952) 2023-01-24 15:12:57 +01:00
.gitignore Separate user code into client, server, shared (#753) 2022-11-11 17:20:49 +01:00
.wasproot Separate user code into client, server, shared (#753) 2022-11-11 17:20:49 +01:00
Dockerfile Adds support for Dockerfile customization (#732) 2022-10-13 12:46:07 -04:00
postcss.config.js Adds opt-in support for Tailwind (#777) 2022-11-04 09:39:13 -04:00
sample.env.client feat: separate env vars for server and client (#683) 2022-10-06 12:51:28 +02:00
sample.env.server feat: separate env vars for server and client (#683) 2022-10-06 12:51:28 +02:00
tailwind.config.js Adds opt-in support for Tailwind (#777) 2022-11-04 09:39:13 -04:00
todoApp.wasp Make odoApp in waspc compatible with TypeScript (#960) 2023-01-19 15:19:11 +01:00