mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
add commit hash and target to long_version output (#8133)
This commit is contained in:
parent
e3b096f6f6
commit
0e5c8c03ac
3 changed files with 30 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
pub const DENO: &str = env!("CARGO_PKG_VERSION");
|
||||
pub const GIT_COMMIT_HASH: &str = env!("GIT_COMMIT_HASH");
|
||||
pub const TYPESCRIPT: &str = crate::js::TS_VERSION;
|
||||
|
||||
pub fn v8() -> &'static str {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue