jest-transform-nearley
Version:
Jest transform to support nearley grammars
31 lines (17 loc) • 615 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[](https://semver.org/spec/v2.0.0.html).
- Fix importing other grammars. Makes nearley search for included files relative
to current file, rather than to the cwd.
- Better documentation in [README.md](./README.md)
- Corrected repository field in package.json
- Initial release