0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-19 11:52:52 -05:00
denoland-deno/tests/specs/compile/sloppy_imports/__test__.jsonc

14 lines
245 B
JSON

{
"tempDir": true,
"steps": [
{
"args": "compile --unstable-sloppy-imports -A --output out main.ts",
"output": "compile.out"
},
{
"commandName": "./out",
"args": [],
"output": "main.out"
}
]
}