@itslil/mdast-util-to-hast
v13.2.0
Published
mdast-util-to-hast reimplemented in LilScript
Maintainers
Readme
@itslil/mdast-util-to-hast
mdast-util-to-hast reimplemented in LilScript. This is not the official mdast-util-to-hast package.
Site: yeargun.github.io/mdast-util-to-hastlil/
npm install @itslil/mdast-util-to-hastTwo 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-hast.closed.js.
The LilScript compiler lives next door at ../lilscript.
