From bbdfcdb54a35608855451dd05dc8b7a8636205cd Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sat, 25 Oct 2025 15:53:07 -0700 Subject: [PATCH] regexp is valid now --- src/bytecode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bytecode.ts b/src/bytecode.ts index 8554b61..be9f475 100644 --- a/src/bytecode.ts +++ b/src/bytecode.ts @@ -16,7 +16,7 @@ export type Constant = | Value | FunctionDef -type Atom = number | string | boolean | null +type Atom = RegExp | number | string | boolean | null type InstructionTuple = // Stack