mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
3324d7203e
Prevent panic when enabling a feature that is already enabled by removing duplicate features. Closes #22015 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
13 lines
214 B
Text
13 lines
214 B
Text
{
|
|
"steps": [
|
|
{
|
|
"args": "compile --unstable-kv -A --output out main.ts",
|
|
"output": "compile.out"
|
|
},
|
|
{
|
|
"commandName": "./out",
|
|
"args": [],
|
|
"output": "main.out"
|
|
}
|
|
]
|
|
}
|