gleam/test/project_javascript
2023-08-26 17:57:55 +01:00
..
src Correct test 2023-07-24 13:40:44 +01: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 fix: default to node 2022-12-29 18:02:42 +00:00
manifest.toml Update deps 2023-08-26 17:57:55 +01: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