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

@ -3,6 +3,7 @@
// This code has been ported almost directly from Go's src/bytes/buffer.go
// Copyright 2009 The Go Authors. All rights reserved. BSD license.
// https://github.com/golang/go/blob/master/LICENSE
"use strict";
((window) => {
const { assert } = window.__bootstrap.util;