chore: have 'use strict' consistently across our lib files (#14721)
This commit is contained in:
parent
0a621bfea1
commit
176a76217c
57 changed files with 120 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
// This file should have no requires since it is used by the isolated context
|
||||
// preload bundle. Instead arguments should be passed in for everything it
|
||||
// needs.
|
||||
|
@ -21,8 +23,6 @@
|
|||
// - document.hidden
|
||||
// - document.visibilityState
|
||||
|
||||
'use strict'
|
||||
|
||||
const { defineProperty } = Object
|
||||
|
||||
// Helper function to resolve relative url.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue