-
- Downloads
fixed bug where errors where shwon at wrong position, in the wrong file, see...
fixed bug where errors where shwon at wrong position, in the wrong file, see 0326a091
... | @@ -106,10 +106,10 @@ | ... | @@ -106,10 +106,10 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/mocha": "^7.0.2", | "@types/mocha": "^7.0.2", | ||
"@types/node": "^14.0.4", | "@types/node": "^14.0.5", | ||
"@typescript-eslint/parser": "^2.34.0", | "@typescript-eslint/parser": "^2.34.0", | ||
"eslint": "^7.0.0", | "eslint": "^7.1.0", | ||
"mocha": "^7.1.2", | "mocha": "^7.2.0", | ||
"typescript": "^3.9.3", | "typescript": "^3.9.3", | ||
"vscode": "^1.1.37" | "vscode": "^1.1.37" | ||
}, | }, | ||
... | @@ -117,7 +117,7 @@ | ... | @@ -117,7 +117,7 @@ |
"@types/ndjson": "^1.5.0", | "@types/ndjson": "^1.5.0", | ||
"@types/stream-to-array": "^2.3.0", | "@types/stream-to-array": "^2.3.0", | ||
"@types/vscode": "^1.45.1", | "@types/vscode": "^1.45.1", | ||
"error": "^10.3.0", | "error": "^10.4.0", | ||
"mkdirp": "^1.0.4", | "mkdirp": "^1.0.4", | ||
"ndjson": "^1.5.0", | "ndjson": "^1.5.0", | ||
"path": "^0.12.7", | "path": "^0.12.7", | ||
... | ... |
Please register or sign in to comment