gleam/test/project_javascript
2022-05-03 21:40:45 +01:00
..
src JS project does not use stdlib 2022-01-01 19:19:40 +00:00
test JS project does not use stdlib 2022-01-01 19:19:40 +00:00
.gitignore JS project, fix target serialization 2021-12-19 15:28:09 +00:00
gleam.toml JS project does not use stdlib 2022-01-01 19:19:40 +00:00
manifest.toml JS project does not use stdlib 2022-01-01 19:19:40 +00:00
README.md JS project, fix target serialization 2021-12-19 15:28:09 +00:00

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

gleam run
gleam test