@jupyterlab/shortcuts-extension
Advanced tools
Comparing version 2.2.0-alpha.0 to 2.2.0-alpha.2
@@ -94,5 +94,5 @@ // Copyright (c) Jupyter Development Team. | ||
} | ||
const defaults = (_c = (_b = (_a = canonical.properties) === null || _a === void 0 ? void 0 : _a.shortcuts) === null || _b === void 0 ? void 0 : _b.default) !== null && _c !== void 0 ? _c : []; | ||
const defaults = (_c = (_b = (_a = canonical.properties) === null || _a === void 0 ? void 0 : _a.shortcuts) === null || _b === void 0 ? void 0 : _b.default, (_c !== null && _c !== void 0 ? _c : [])); | ||
const user = { | ||
shortcuts: (_d = plugin.data.user.shortcuts) !== null && _d !== void 0 ? _d : [] | ||
shortcuts: (_d = plugin.data.user.shortcuts, (_d !== null && _d !== void 0 ? _d : [])) | ||
}; | ||
@@ -153,4 +153,4 @@ const composite = { | ||
function loadShortcuts(commands, composite) { | ||
var _a; | ||
const shortcuts = ((_a = composite === null || composite === void 0 ? void 0 : composite.shortcuts) !== null && _a !== void 0 ? _a : []); | ||
var _a, _b; | ||
const shortcuts = (_b = (_a = composite) === null || _a === void 0 ? void 0 : _a.shortcuts, (_b !== null && _b !== void 0 ? _b : [])); | ||
if (disposables) { | ||
@@ -157,0 +157,0 @@ disposables.dispose(); |
{ | ||
"name": "@jupyterlab/shortcuts-extension", | ||
"version": "2.2.0-alpha.0", | ||
"version": "2.2.0-alpha.2", | ||
"description": "JupyterLab - Shortcuts Extension", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/application": "^2.2.0-alpha.0", | ||
"@jupyterlab/settingregistry": "^2.2.0-alpha.0", | ||
"@jupyterlab/application": "^2.2.0-alpha.2", | ||
"@jupyterlab/settingregistry": "^2.2.0-alpha.2", | ||
"@lumino/commands": "^1.10.1", | ||
@@ -44,4 +44,4 @@ "@lumino/coreutils": "^1.4.2", | ||
"rimraf": "~3.0.0", | ||
"typedoc": "^0.17.7", | ||
"typescript": "~3.9.2" | ||
"typedoc": "^0.15.4", | ||
"typescript": "~3.7.3" | ||
}, | ||
@@ -55,3 +55,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "d6772c788e019a1db5abcb2ea1b7d40d2d8916b4" | ||
"gitHead": "9c7e07727190b625dda7575454fb7c90694f1485" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17497