bavoco

Results 6 issues of bavoco

**Describe the bug** The following code works in

bug

Doing an npm install after cloning this project downloads 1658 dependencies, there are also many warnings about deprecated and vulnerable packages. Maybe it's a good idea to update, remove, or...

infrastructure

This reduces the number of dev dependencies by about 700. Towards #812

- replaced Deno.run by Deno.Command - return type of open function changed from Deno.Process to Deno.Childprocess - removed usage of deprecated Deno.resources() and Deno.close() in tests - removed unused imports...

Version: Deno 2.0.0-rc.7 OS: Windows 11 package.json ```json { "name": "repro", "version": "1.0.0", "description": "", "main": "index.js", "scripts": {}, "type": "module", "author": "", "license": "ISC", "dependencies": { "@myscope/packagename": "^14.6.2" }...

bug
node compat
install