JS project, fix target serialization

This commit is contained in:
Louis Pilfold 2021-12-18 23:44:03 +00:00
parent 8b278acef9
commit 7be2f84010
22 changed files with 110 additions and 4 deletions

View file

@ -0,0 +1,32 @@
# Project
A test Gleam project.
It covers these features:
- Downloading packages
- Specified in config.dependencies
- Importing packages
- Specified in config.dependencies
- Compilation of Gleam code
- in src
- in test
- Importing Gleam src code into test
These features are not tested yet
- Downloading packages
- Specified in config.dev-dependencies
- Importing packages
- Specified in config.dev-dependencies
- Compilation of locally defined JavaScript modules
- in src
- in test
- Importing Gleam src code into test
## Quick start
```sh
gleam run
gleam test
```