mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 07:47:46 +00:00
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
This commit is contained in:
parent
b77fcbc518
commit
923214c537
60 changed files with 60 additions and 0 deletions
|
@ -5,5 +5,6 @@
|
|||
// the files.
|
||||
|
||||
// This namespace is removed during runtime bootstrapping process.
|
||||
"use strict";
|
||||
|
||||
globalThis.__bootstrap = globalThis.__bootstrap || {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue