mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
Rename cli/js2 to cli/rt (#6857)
This commit is contained in:
parent
090455936c
commit
ca4dcb36dd
63 changed files with 6 additions and 6 deletions
9
cli/rt/00_bootstrap_namespace.js
Normal file
9
cli/rt/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 = {};
|
Loading…
Add table
Add a link
Reference in a new issue