You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package contains re-usable functionality of the Gren compiler which depends on the `node` platform.
4
-
Things like the CLI parser or calling the Haskell-based compiler through a child process.
3
+
This package exposes functionality used by the Gren compiler which is Node.JS specific. This includes things
4
+
like finding all the source files of a project.
5
+
6
+
You will find additional functionality in [gren-lang/compiler-common](https://packages.gren-lang.org/package/gren-lang/compiler-common/latest/overview).
7
+
8
+
You will probably use this module as an extension of `gren-lang/compiler-common`.
0 commit comments