From fe3b083e0f01f01ef21f8e8fbbe3bccc78472767 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Sat, 10 Feb 2024 11:33:21 -0700 Subject: [PATCH] Fixes #440. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6848ad6..10454e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,8 @@ Released: TBD - [#437](https://github.com/peggyjs/peggy/pull/437) Better type checking for visitor - [#438](https://github.com/peggyjs/peggy/pull/438) Make test build deterministic - [#439](https://github.com/peggyjs/peggy/pull/439) Make peg$computePosDetails a little faster +- [#440](https://github.com/peggyjs/peggy/issues/440) Create directories for + output and source-map if they do not exist, rather than erroring. - [#446](https://github.com/peggyjs/peggy/pull/446) Add a right-associative `ExponentiationExpression` rule (operator `**`) to `javascript.pegjs` example grammar. - [#451](https://github.com/peggyjs/peggy/pull/451) Make stack.js ts clean - [#452](https://github.com/peggyjs/peggy/pull/452) Fixes to prepare generate-bytecode.js for ts-check