refactor: remove more compiler runtime code (#6841)

This commit is contained in:
Bartek Iwańczuk 2020-07-23 15:29:36 +02:00 committed by GitHub
parent e18e46a3b3
commit b449964d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 227 additions and 4316 deletions

View file

@ -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}`);