Граф коммитов

39 Коммитов

Автор SHA1 Сообщение Дата
dlguswo333 b822859458
fix: remove File.path (#281) 2024-11-08 15:21:00 -05:00
Devraj Mehta 7a1aef343e
feat: add electron/utility module for utility process (#246)
* chore: update @electron/docs-parser to 1.2.0

Includes changes from https://github.com/electron/docs-parser/pull/95 to
add utility process.

* feat: add electron/utility module for utility process
2023-10-17 12:20:19 -07:00
Samuel Attard 275007e15a
fix: ensure original-fs is exported correctly (#235) 2023-06-12 11:37:02 -07:00
Opportunity 237764b147
fix: add `node:original-fs` (#230) 2023-05-23 13:10:24 +02:00
Jeremy Rose 9a6239eea5
feat: remove Sender and simplify Event (#226)
* feat: remove Sender and simplify Event

* lint
2023-02-09 14:12:45 -08:00
Jeremy Rose 32a56809bc
feat: also expose GlobalRequest (#224) 2023-02-06 17:21:06 -08:00
Linda_pp 6d3db61fff
fix: make Accelerator alias of builtin string type (#179)
Co-authored-by: Samuel Attard <sam@electronjs.org>
2023-02-02 01:19:02 -08:00
Samuel Attard 765bbb1c12
feat: add new Event support for extensible params (#218) 2023-02-01 16:59:04 -08:00
David Sanders fd5803d6c4
chore: update references to previous repo name (#219) 2023-02-01 16:58:55 -08:00
Jeremy Rose 68e3f7d4bd
feat: expose GlobalResponse for net.fetch (#215) 2023-01-26 15:59:53 -08:00
Samuel Attard b4d9d133cc
fix: only export value types for things that are actually exported 2021-04-17 19:21:18 -07:00
Samuel Attard 27b28b185d
fix: support node 14 require function type inference 2020-09-16 14:36:37 -07:00
Samuel Attard 772bd5ca72
fix: allow returnValue to be any type for electron events 2020-08-27 12:19:02 -07:00
Samuel Attard e844013010
fix: expose shared structs as well and fix Remote interface 2020-04-02 15:10:53 -07:00
Samuel Attard f6633c9961
fix: expose on electron/main not electron/browser 2020-04-02 11:35:22 -07:00
Samuel Attard 13ac2f8dbc
feat: expose electron/* modules and their interface types 2020-04-02 11:32:40 -07:00
Linda_pp 1872d1c026
fix: handle new EventEmitter type in node@13 type defs
* fix: compilation error with the latest @types/node

this patch will fix https://github.com/electron/electron/issues/21612

* apply suggestions by @MarshallOfSound
2020-01-29 20:33:51 -08:00
Samuel Attard 7d0f4f1e0d
refactor: use the new @electron/docs-parser module and rewrite in TS (#139) 2019-05-01 13:00:49 -07:00
Samuel Attard 474b97c023
fix: update eventNames API signature to match node (#133) 2019-02-17 00:23:36 -08:00
Shelley Vohr 6c5184dbcd feat: remove Event interface from hardcoded types (#131)
BREAKING CHANGE: * refactor: remove Event interface from hardcoded types

* feat: support 'extends' in structure docs
2019-02-14 13:49:00 -08:00
Charles Kerr 20474866c0 Move project URL to electronjs.org (#100) 2018-05-11 11:21:55 -07:00
Adrian Leonhard 3a1557d752 Changed `declare module "electron"` to export = Electron
and added const declarations so that `app` etc are accessible.
2017-09-20 18:44:55 +02:00
Benjamin Pasero 159c83b858 Event definition is wrong (fixes #73) 2017-09-07 06:03:54 +02:00
Milan Burda c9a054cc5b Remove public prefix + disable "member-access" tslint rule 2017-04-09 22:24:23 +02:00
Samuel Attard 363bb3026e
Correctly extends the global Event interface 2017-04-01 13:06:06 +11:00
Zeke Sikelianos de88f9cd97
rename the project 2017-04-01 12:35:52 +11:00
Samuel Attard 6a2ab19911
Update files to fix output linting issues 2017-03-25 14:30:41 +11:00
Samuel Attard d68adb094f
Implement webview correctly and fix linting issues 2017-03-25 13:27:59 +11:00
Felix Rieseberg 53496984f4 🔧 Add missing semicolon 2017-03-24 11:04:14 -07:00
Felix Rieseberg 09abcb347e 🔧 NodeRequireFunction is a type (callable-types) 2017-03-24 11:02:10 -07:00
Felix Rieseberg b132930e38 🔧 Align jsdoc comments 2017-03-24 10:47:27 -07:00
Felix Rieseberg 5db61295f9 🔧 Mark EventEmitter’s methods as public 2017-03-24 10:26:10 -07:00
Samuel Attard 08ec8ac722 Whole bunch of fixes / changes 2017-03-24 08:48:48 -07:00
Samuel Attard 3affbebe32
Fix the implementation of Electron.Event 2016-11-23 11:53:06 +11:00
Samuel Attard a2ec02930c
Remove dependency on NodeJS definitions 2016-11-16 16:55:34 +11:00
Samuel Attard fb3bee49a4
Remove hard coded downloadItem and fix which modules are exported 2016-11-08 16:30:06 +11:00
Samuel Attard d7eaa1404f
Fix linting issues 2016-11-07 18:31:20 +11:00
Samuel Attard c12049535b
Fixup to make DTS compatabile with existing Electron DTS files 2016-11-05 19:44:25 +11:00
Samuel Attard 7aad9d24ca
Move base files to a folder 2016-11-03 14:48:17 +11:00