Sam Ziegler
Sam Ziegler
Converting the nearley file to JS is currently a manual process. Maybe use Vite to process it on the fly for dev then process it into a dist package for...
If a step throws and error, nothing appears in the log. Log the error, step, params and state.
Currently, when a JS file that has syntax errors is imported, a completely unhelpful error is thrown. Need to throw an error that names the problematic file and provided the...
Need an easy way to specify a tag expression via the command line to be able to specify which test to run. #5 is a prerequisite.
Test have been added ad-hoc during development. Need to spend time focused on test creation and coverage.
Currently, the README just points to the tests directory. Add a simple example to the README.
Find a good documentation generator and add API documentation to code.