chore: use strict mode for internal runtime, core, and op_crates js (#9391)

This commit is contained in:
Developing 2021-02-05 03:48:32 +05:30 committed by GitHub
parent b77fcbc518
commit 923214c537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 60 additions and 0 deletions

View file

@ -5,5 +5,6 @@
// the files.
// This namespace is removed during runtime bootstrapping process.
"use strict";
globalThis.__bootstrap = globalThis.__bootstrap || {};