From d8f7a373485ae6594d8fe54a32d14fad7072496d Mon Sep 17 00:00:00 2001 From: Alberto Lerda Date: Mon, 9 Oct 2023 17:53:24 +0100 Subject: [PATCH] fix: fix just http --- pkg/http/src/parser.ts | 1 + 1 file changed, 1 insertion(+) 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;