These are the sources for the Lezer website.
The build process requires @lezer/common
, @lezer/lr
, and
@lezer/generator
to resolve to the source checkouts of those
packages, not just the installed npm packages. At the moment there's
no automated way to set that up.
npm install
node src/index.js
This uses getdocs-ts and builddocs to extract types and documentation from the project's source code.