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

@ -1,4 +1,5 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
"use strict";
((window) => {
const { stat, statSync, chmod, chmodSync } = window.__bootstrap.fs;
const { open, openSync } = window.__bootstrap.files;