summaryrefslogtreecommitdiff
path: root/cli/tsc/00_bootstrap_namespace.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-26 15:59:24 +0200
committerGitHub <noreply@github.com>2020-09-26 15:59:24 +0200
commit18b7109f76a15334a6cd1400b3ac9ee8e21e9171 (patch)
tree59db967728467e33b97be80ed903172583022153 /cli/tsc/00_bootstrap_namespace.js
parent98c9798cb757045b3f46573c5baa80e2cfe672aa (diff)
refactor: prune unneeded JS code (#7689)
Diffstat (limited to 'cli/tsc/00_bootstrap_namespace.js')
-rw-r--r--cli/tsc/00_bootstrap_namespace.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/cli/tsc/00_bootstrap_namespace.js b/cli/tsc/00_bootstrap_namespace.js
deleted file mode 100644
index bccbc09c1..000000000
--- a/cli/tsc/00_bootstrap_namespace.js
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-
-// The only purpose of this file is to set up "globalThis.__bootstrap" namespace,
-// that is used by scripts in this directory to reference exports between
-// the files.
-
-// This namespace is removed during runtime bootstrapping process.
-
-globalThis.__bootstrap = {};