Skip to content

Commit

Permalink
odataUri: fix operator symbols for ne, le, ge (#297)
Browse files Browse the repository at this point in the history
* refreshed

* Remove src/parsers/*.js files
  • Loading branch information
ralfhandl authored Feb 2, 2022
1 parent 2d35642 commit a69f651
Show file tree
Hide file tree
Showing 22 changed files with 116 additions and 3,125 deletions.
3 changes: 2 additions & 1 deletion tools/odataUri/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist
dist
src/parsers/.antlr
2 changes: 2 additions & 0 deletions tools/odataUri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"antlr4ts": "antlr4ts -visitor -no-listener -o src/parsers src/parsers/ODataUriQuery.g4",
"build": "webpack"
},
"author": "",
Expand All @@ -27,6 +28,7 @@
"@parcel/transformer-typescript-tsc": "^2.0.0-alpha.3",
"@parcel/transformer-typescript-types": "^2.0.0-rc.0",
"@tsconfig/recommended": "^1.0.1",
"antlr4ts-cli": "^0.5.0-alpha.4",
"ts-loader": "^9.2.5",
"typescript": "^4.3.4",
"webpack": "^5.48.0",
Expand Down
26 changes: 0 additions & 26 deletions tools/odataUri/src/parsers/.antlr/ODataUriPathLexer.interp

This file was deleted.

118 changes: 0 additions & 118 deletions tools/odataUri/src/parsers/.antlr/ODataUriPathLexer.java

This file was deleted.

6 changes: 0 additions & 6 deletions tools/odataUri/src/parsers/.antlr/ODataUriPathLexer.tokens

This file was deleted.

55 changes: 0 additions & 55 deletions tools/odataUri/src/parsers/.antlr/ODataUriQuery.interp

This file was deleted.

29 changes: 0 additions & 29 deletions tools/odataUri/src/parsers/.antlr/ODataUriQuery.tokens

This file was deleted.

65 changes: 0 additions & 65 deletions tools/odataUri/src/parsers/.antlr/ODataUriQueryLexer.interp

This file was deleted.

Loading

0 comments on commit a69f651

Please sign in to comment.