mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
Use xeval from deno_std (#3058)
This commit is contained in:
parent
403bdfc3ec
commit
eecb4fea26
7 changed files with 36 additions and 165 deletions
|
@ -41,7 +41,6 @@ pub fn op_start(
|
|||
"denoVersion": version::DENO,
|
||||
"tsVersion": version::TYPESCRIPT,
|
||||
"noColor": !colors::use_color(),
|
||||
"xevalDelim": state.flags.xeval_delim.clone(),
|
||||
"os": BUILD_OS,
|
||||
"arch": BUILD_ARCH,
|
||||
})))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue