This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-02-21 04:42:51 -05:00
Code
Issues
Packages
1
Wiki
Activity
7a112643f5
denoland-deno
/
cli
/
snapshot
/
shared.rs
4 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: move denort to separate crate (#27688) This slightly degrades the performance of CJS export analysis on subsequent runs because I changed it to no longer cache in the DENO_DIR with this PR (denort now properly has no idea about the DENO_DIR). We'll have to change it to embed this data in the binary and that will also allow us to get rid of swc in denort (will do that in a follow-up PR).
2025-01-17 15:39:29 -05:00
// Copyright 2018-2025 the Deno authors. MIT license.
feat: TypeScript 5.7 (#27857) Co-authored-by: Kenta Moriuchi <moriken@kimamass.com>
2025-01-31 16:07:42 -05:00
pub
static
TS_VERSION
:
&
str
=
"
5.7.3
"
;
Copy permalink