diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-02-08 22:40:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-08 22:40:18 +0100 |
| commit | 286e5d0be9bb11a69d55f0eedd4a6678b0d48e7d (patch) | |
| tree | 37399e924de155fbcbeab975222bdb16f257e228 /Cargo.lock | |
| parent | bef50416b92a3ed7bf44b361fc5360f9a52c83e6 (diff) | |
refactor: internal runtime code TS support (#17672)
This is a proof of concept for being able to snapshot TypeScript files.
Currently only a single runtime file is authored in TypeScript -
"runtime/js/01_version.ts".
Not needed infrastructure was removed from "core/snapshot_util.rs".
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index cff3891e9..910c1df06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1156,6 +1156,7 @@ name = "deno_runtime" version = "0.97.0" dependencies = [ "atty", + "deno_ast", "deno_broadcast_channel", "deno_cache", "deno_console", |
