From 923214c53725651792f6d55c5401bf6b475622ea Mon Sep 17 00:00:00 2001 From: Developing Date: Fri, 5 Feb 2021 03:48:32 +0530 Subject: chore: use strict mode for internal runtime, core, and op_crates js (#9391) --- runtime/js/13_buffer.js | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/js/13_buffer.js') diff --git a/runtime/js/13_buffer.js b/runtime/js/13_buffer.js index 59997254b..fcb656c0f 100644 --- a/runtime/js/13_buffer.js +++ b/runtime/js/13_buffer.js @@ -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; -- cgit v1.2.3