diff options
Diffstat (limited to 'runtime/js/00_bootstrap_namespace.js')
-rw-r--r-- | runtime/js/00_bootstrap_namespace.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/js/00_bootstrap_namespace.js b/runtime/js/00_bootstrap_namespace.js deleted file mode 100644 index d10360974..000000000 --- a/runtime/js/00_bootstrap_namespace.js +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright 2018-2021 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. -"use strict"; - -globalThis.__bootstrap = globalThis.__bootstrap || {}; |