mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: tsify more of lib (#23721)
* chore: tsify more of lib * Update lib/browser/api/session.ts Co-authored-by: Jeremy Apthorp <jeremya@chromium.org> Co-authored-by: Jeremy Apthorp <jeremya@chromium.org>
This commit is contained in:
@@ -66,7 +66,7 @@ if (defines['ENABLE_VIEWS_API'] === 'false') {
|
||||
|
||||
const alias = {}
|
||||
for (const ignoredModule of ignoredModules) {
|
||||
alias[ignoredModule] = path.resolve(electronRoot, 'lib/common/dummy.js')
|
||||
alias[ignoredModule] = path.resolve(electronRoot, 'lib/common/dummy.ts')
|
||||
}
|
||||
|
||||
module.exports = ({
|
||||
|
||||
Reference in New Issue
Block a user