Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Mar 23, 2023
1 parent 4220905 commit 57fd0ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const ast = defaultParser.odataUri("/Categories(10)?$expand=A,C&$select=D,E")
// process it
```

<!-- TODO: tranverser doc -->

## Usage - OData QueryParam/Filter Builder

```ts
Expand Down
2 changes: 1 addition & 1 deletion test/visitor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('Visitor Parse Suite', () => {

it('should support visit undefined', () => {
const { visit, visitSequence } = createSeqTraverser(true);
visit(undefined);
visit(undefined as any);
});

});

0 comments on commit 57fd0ad

Please sign in to comment.