mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
Integrated only with deno check (and test, `run --check`, etc) currently. All spec tests for deno check pass except for 3, which i've disabled --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Divy Srivastava <me@littledivy.com>
15 lines
208 B
JSON
15 lines
208 B
JSON
{
|
|
"args": "check",
|
|
"output": "check.out",
|
|
"variants": {
|
|
"tsgo": {
|
|
"use_tsgo": "1"
|
|
},
|
|
"tsc": {
|
|
"use_tsgo": ""
|
|
}
|
|
},
|
|
"envs": {
|
|
"DENO_UNSTABLE_TSGO": "${use_tsgo}"
|
|
}
|
|
}
|