mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
refactor: remove more compiler runtime code (#6841)
This commit is contained in:
parent
e18e46a3b3
commit
b449964d1a
23 changed files with 227 additions and 4316 deletions
|
@ -38,7 +38,7 @@ fn compiler_snapshot() {
|
|||
deno_core::js_check(isolate.execute(
|
||||
"<anon>",
|
||||
r#"
|
||||
if (!(bootstrap.tsCompilerRuntime)) {
|
||||
if (!(bootstrapCompilerRuntime)) {
|
||||
throw Error("bad");
|
||||
}
|
||||
console.log(`ts version: ${ts.version}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue