mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +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
|
@ -1,4 +1,5 @@
|
|||
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
||||
"use strict";
|
||||
|
||||
((window) => {
|
||||
const core = window.Deno.core;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue