From 22efa8c488bacdc1b376b639ebbfeb4796ae92c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 25 Jan 2023 13:02:59 +0100 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f58e852..05d6ae1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # regjsgen [![Build status][ci-img]][ci] [![Code coverage status][codecov-img]][codecov] > This is a fork of [bnjmnt4n/regjsgen](https://github.com/bnjmnt4n/regjsgen) with some additional patches. The end goal is to merge these patches upstream. +> - [be866435](https://github.com/babel/regjsgen/commit/be86643508658c70ccb5bec8bc4e3dc2479cac62) _feat: support modifiers proposal_ ([bnjmnt4n/regjsgen#28](https://github.com/bnjmnt4n/regjsgen/pull/28)) Generate regular expressions from [regjsparser][regjsparser]’s AST.