mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
[electron-load-devtool] Update to v1.2 (#42218)
* [electron-load-devtool] GitHub username change (@prince0203 -> @ciffelia) * [electron-load-devtool] Format code * [electron-load-devtool] Update to v1.2
This commit is contained in:
@@ -7,14 +7,15 @@ loadDevtool(loadDevtool.BACKBONE_DEBUGGER);
|
||||
loadDevtool(loadDevtool.JQUERY_DEBUGGER);
|
||||
loadDevtool(loadDevtool.ANGULARJS_BATARANG);
|
||||
loadDevtool(loadDevtool.VUEJS_DEVTOOLS);
|
||||
loadDevtool(loadDevtool.VUEJS_DEVTOOLS_BETA);
|
||||
loadDevtool('another-devtools-id');
|
||||
|
||||
loadDevtool(loadDevtool.REDUX_DEVTOOLS, {
|
||||
enabled: false
|
||||
enabled: false,
|
||||
});
|
||||
|
||||
loadDevtool(loadDevtool.REDUX_DEVTOOLS, {
|
||||
name: 'chromium',
|
||||
profile: 'another-profile-name',
|
||||
version: '1.2.3'
|
||||
name: 'chromium',
|
||||
profile: 'another-profile-name',
|
||||
version: '1.2.3',
|
||||
});
|
||||
|
||||
7
types/electron-load-devtool/index.d.ts
vendored
7
types/electron-load-devtool/index.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
// Type definitions for electron-load-devtool 1.0
|
||||
// Project: https://github.com/akameco/electron-load-devtool#readme
|
||||
// Definitions by: prince <https://github.com/prince0203>
|
||||
// Type definitions for electron-load-devtool 1.2
|
||||
// Project: https://github.com/akameco/electron-load-devtool
|
||||
// Definitions by: Ciffelia <https://github.com/ciffelia>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
interface ElectronLoadDevtool {
|
||||
@@ -12,6 +12,7 @@ interface ElectronLoadDevtool {
|
||||
JQUERY_DEBUGGER: string;
|
||||
ANGULARJS_BATARANG: string;
|
||||
VUEJS_DEVTOOLS: string;
|
||||
VUEJS_DEVTOOLS_BETA: string;
|
||||
}
|
||||
|
||||
interface ElectronLoadDevtoolOptions {
|
||||
|
||||
Reference in New Issue
Block a user