diff --git a/pkg/http/src/parser.ts b/pkg/http/src/parser.ts index dad4c572..19c84257 100644 --- a/pkg/http/src/parser.ts +++ b/pkg/http/src/parser.ts @@ -7,6 +7,7 @@ import { import { allTokens, Do, Get, Post, Sequential, Parallel, Same } from '@slangroom/http'; import fs from 'node:fs'; + export type PhraseCst = CstNode & { children: { kind: KindCst;