@itslil/hast-util-to-html
v9.0.5
Published
hast-util-to-html reimplemented in LilScript
Maintainers
Readme
@itslil/hast-util-to-html
hast-util-to-html reimplemented in LilScript. This is not the official hast-util-to-html package.
Site: yeargun.github.io/hast-util-to-htmllil/
npm install @itslil/hast-util-to-htmlTwo compiles ship from the same .lil source:
| Lane | Config | Meaning |
| --- | --- | --- |
| library (npm) | lilscript.toml · --target js-module | reusable ESM. Export names and extern class keys stay. |
| closed | lilscript.closed.toml · --target js-module | closed LilScript world. extern class keys may mangle. ESM export names stay so the lane is testable. |
You publish the library lane. The closed artifact is dist/to-html.closed.js.
The LilScript compiler lives next door at ../lilscript.
