Use xeval from deno_std (#3058)

This commit is contained in:
Nayeem Rahman 2019-10-04 14:02:36 +01:00 committed by Ryan Dahl
parent 403bdfc3ec
commit eecb4fea26
7 changed files with 36 additions and 165 deletions

View file

@ -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,
})))