From 8922639c1dc48a8b1ed6910bfe62306d9178d70b Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Fri, 30 Apr 2021 14:13:23 +0200 Subject: refactor(core.js): provide window.__bootstrap (#10423) --- runtime/js/00_bootstrap_namespace.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 runtime/js/00_bootstrap_namespace.js (limited to 'runtime/js/00_bootstrap_namespace.js') 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 || {}; -- cgit v1.2.3