Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Oct 13, 2023
1 parent f19cd4c commit 798838e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
20 changes: 9 additions & 11 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.2.3",
"command": {
"publish": {
"conventionalCommits": true
}
},
"packages": [
"pkg/*"
],
"npmClient": "pnpm"
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.2.3",
"command": {
"publish": {
"conventionalCommits": true
}
},
"packages": ["pkg/*"],
"npmClient": "pnpm"
}
8 changes: 1 addition & 7 deletions pkg/http/src/parser.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import {
CstParser,
type IToken,
type CstNode,
createSyntaxDiagramsCode,
} from '@slangroom/deps/chevrotain';
import { CstParser, type IToken, type CstNode } from '@slangroom/deps/chevrotain';
import { allTokens, Do, Get, Post, Sequential, Parallel, Same } from '@slangroom/http';


export type PhraseCst = CstNode & {
children: {
kind: KindCst;
Expand Down

0 comments on commit 798838e

Please sign in to comment.