mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +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
|
@ -23,6 +23,7 @@
|
|||
// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
// OTHER DEALINGS IN THE SOFTWARE.
|
||||
"use strict";
|
||||
|
||||
((window) => {
|
||||
const core = Deno.core;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue