mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 07:47:46 +00:00
refactor: Rename runtime/rt to runtime/js (#8806)
This commit is contained in:
parent
55dc467b41
commit
ffb5f7a4e1
42 changed files with 5 additions and 12 deletions
9
runtime/js/00_bootstrap_namespace.js
Normal file
9
runtime/js/00_bootstrap_namespace.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
// 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 = globalThis.__bootstrap || {};
|
Loading…
Add table
Add a link
Reference in a new issue