Skip to content

Commit fc8e896

Browse files
committed
Removed @deprecated on namespace Electron.
1 parent f0699df commit fc8e896

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const wrapWithHeaderAndFooter = (outputLines, electronVersion) => {
1818
const newOutputLines = []
1919
utils.extendArray(newOutputLines, fs.readFileSync(path.resolve(__dirname, 'base/base_header.ts'), 'utf8').replace('<<VERSION>>', electronVersion).split(/\r?\n/))
2020

21-
newOutputLines.push('/** @deprecated */')
2221
newOutputLines.push('declare namespace Electron {')
2322
utils.extendArray(newOutputLines, fs.readFileSync(path.resolve(__dirname, 'base/base_inner.ts'), 'utf8').replace('<<VERSION>>', electronVersion).split(/\r?\n/))
2423

0 commit comments

Comments
 (0)