joneshf / purs-tools

A collection of PureScript tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate the "standard" externs when running the `compile_module` action

joneshf opened this issue · comments

We currently only generate the "signature" externs when we run the compile_module action.
We should also generate the "standard" externs at the same time.
This should allow us to build more rules atop what we already have that can interface with the standard PureScript tooling.