1 2 3 4 5 6 7 8 9 10 11 12 13
{ "tempDir": true, "steps": [{ "args": "run --quiet package-a/mod.ts", "output": "3\n" }, { "args": "run --allow-write=. --allow-read=. modify_vendor.ts", "output": "[WILDLINE]" }, { "args": "run --quiet package-a/mod.ts", "output": "4\n" }] }