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'
|
||||
|
||||
const { ipcRenderer, nativeImage } = require('electron')
|
||||
|
||||
const includes = [].includes
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const common = require('@electron/internal/common/api/exports/electron')
|
||||
const moduleList = require('@electron/internal/renderer/api/module-list')
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const features = process.atomBinding('features')
|
||||
|
||||
// Renderer side modules, please sort alphabetically.
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
'use strict'
|
||||
|
||||
module.exports = require('electron').remote.screen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue