Compiler.Outline
Module for working with gren.json files.
Representation of a gren.json file. These files are different based on
the project type: applications and packages.
A dependency version constraint. Either a SemanticVersion, SemanticVersionRange or a Path for a local dependency.
Exposed modules in PkgOutline. Modules that become available when you're importing the package as a dependency.
The default summary used when creating gren.json using gren init.
Read from disk
Read the Outline located at the given Path.
The types of errors that can occur when reading an Outline from the filesystem.
Find the source files of a given project.
When used on core packages, like gren-lang/core, this function can return JavaScript files.
The types of errors that can occur when retrieving the source code of a project.
JSON
JSON Decoder for Outline.
JSON Decoder for PkgOutline.