mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
Handle typescript version in rust (#2855)
This commit is contained in:
parent
e9908453df
commit
249db0f7d9
7 changed files with 29 additions and 18 deletions
|
@ -28,6 +28,7 @@ pub fn op_start(
|
|||
"versionFlag": state.flags.version,
|
||||
"v8Version": version::v8(),
|
||||
"denoVersion": version::DENO,
|
||||
"tsVersion": version::typescript(),
|
||||
"noColor": !ansi::use_color(),
|
||||
"xevalDelim": state.flags.xeval_delim.clone(),
|
||||
})))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue