- Update dependencies.
- Update CI configurations.
- Migrate to webpack 5.
- Migrate to eslint.
- Migrate to TypeScript 4.0.
- Update dependencies.
- Add new feature:
- Add parser function for ES6 template strings parameter value.
- Update dependencies.
- Update CI configurations.
- Update dependencies.
- Update dependencies.
- Error messages no longer include source position information and nearby source text.
- To format position and nearby source text,
useformatErrorMessage(result: ParserFnFailedResult<T, C, R>)
.
- To format position and nearby source text,
- Internal
ParseError
thrown messages no longer include source position information and nearby source text.- To format position and nearby source text,
usemakeProgram()
parser function, and convertParseError
thrown to a return value.
- To format position and nearby source text,