mirror of
https://github.com/denoland/deno.git
synced 2025-08-30 23:38:03 +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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue