lezer-feel
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -9,2 +9,6 @@ # Changelog | ||
## 0.5.1 | ||
* `FIX`: correct types | ||
## 0.5.0 | ||
@@ -11,0 +15,0 @@ |
@@ -1,3 +0,3 @@ | ||
export { LRParser } from "@lezer/lr" | ||
import {LRParser} from "@lezer/lr"; | ||
export const parser: LRParser; |
{ | ||
"name": "lezer-feel", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Lezer-based FEEL grammar", | ||
@@ -19,6 +19,8 @@ "main": "dist/index.cjs", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@types/mocha": "^9.1.1", | ||
"chokidar-cli": "^3.0.0", | ||
"mocha": "^7.1.1", | ||
"npm-run-all": "^4.1.5", | ||
"rollup": "^2.76.0" | ||
"rollup": "^2.76.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -38,3 +40,5 @@ "dependencies": { | ||
"dev": "run-p *:watch", | ||
"all": "run-s build test" | ||
"all": "run-s build lint test", | ||
"lint": "run-s lint:types", | ||
"lint:types": "tsc --noEmit test/types.ts" | ||
}, | ||
@@ -41,0 +45,0 @@ "files": [ |
45865
8