mirror of
https://github.com/gleam-lang/gleam.git
synced 2025-12-23 09:47:08 +00:00
JS project, fix target serialization
This commit is contained in:
parent
8b278acef9
commit
7be2f84010
22 changed files with 110 additions and 4 deletions
32
test/project_javascript/README.md
Normal file
32
test/project_javascript/README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue