Skip to content

Commit

Permalink
fix: fix just http
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Oct 9, 2023
1 parent 5c91b6b commit d8f7a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/http/src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d8f7a37

Please sign in to comment.