فهرست منبع

Integrity and lint

Jeremy Tuloup 4 سال پیش
والد
کامیت
01c84bb6f7

+ 1 - 0
packages/debugger-extension/package.json

@@ -58,6 +58,7 @@
     "@jupyterlab/docregistry": "^3.1.0-alpha.3",
     "@jupyterlab/fileeditor": "^3.1.0-alpha.3",
     "@jupyterlab/notebook": "^3.1.0-alpha.3",
+    "@jupyterlab/rendermime": "^3.1.0-alpha.3",
     "@jupyterlab/services": "^6.1.0-alpha.3",
     "@jupyterlab/settingregistry": "^3.1.0-alpha.3",
     "@jupyterlab/translation": "^3.1.0-alpha.3"

+ 1 - 0
packages/debugger-extension/style/index.css

@@ -6,6 +6,7 @@
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');
+@import url('~@jupyterlab/rendermime/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');
 @import url('~@jupyterlab/application/style/index.css');
 @import url('~@jupyterlab/console/style/index.css');

+ 1 - 0
packages/debugger-extension/style/index.js

@@ -6,6 +6,7 @@
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
 import '@jupyterlab/apputils/style/index.js';
 import '@jupyterlab/codeeditor/style/index.js';
+import '@jupyterlab/rendermime/style/index.js';
 import '@jupyterlab/docregistry/style/index.js';
 import '@jupyterlab/application/style/index.js';
 import '@jupyterlab/console/style/index.js';

+ 3 - 0
packages/debugger-extension/tsconfig.json

@@ -33,6 +33,9 @@
     {
       "path": "../notebook"
     },
+    {
+      "path": "../rendermime"
+    },
     {
       "path": "../services"
     },

+ 1 - 1
packages/debugger/src/index.ts

@@ -14,4 +14,4 @@ export {
   IDebuggerSidebar
 } from './tokens';
 
-export { DebuggerEvaluateDialog } from './dialogs/evaluate';
+export { DebuggerEvaluateDialog } from './dialogs/evaluate';

+ 1 - 0
packages/debugger/style/index.css

@@ -9,6 +9,7 @@
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');
 @import url('~@jupyterlab/codemirror/style/index.css');
+@import url('~@jupyterlab/rendermime/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');
 @import url('~@jupyterlab/application/style/index.css');
 @import url('~@jupyterlab/cells/style/index.css');

+ 1 - 0
packages/debugger/style/index.js

@@ -9,6 +9,7 @@ import '@jupyterlab/ui-components/style/index.js';
 import '@jupyterlab/apputils/style/index.js';
 import '@jupyterlab/codeeditor/style/index.js';
 import '@jupyterlab/codemirror/style/index.js';
+import '@jupyterlab/rendermime/style/index.js';
 import '@jupyterlab/docregistry/style/index.js';
 import '@jupyterlab/application/style/index.js';
 import '@jupyterlab/cells/style/index.js';

+ 3 - 0
packages/debugger/tsconfig.json

@@ -39,6 +39,9 @@
     {
       "path": "../observables"
     },
+    {
+      "path": "../rendermime"
+    },
     {
       "path": "../services"
     },

+ 6 - 0
packages/debugger/tsconfig.test.json

@@ -35,6 +35,9 @@
     {
       "path": "../observables"
     },
+    {
+      "path": "../rendermime"
+    },
     {
       "path": "../services"
     },
@@ -83,6 +86,9 @@
     {
       "path": "../observables"
     },
+    {
+      "path": "../rendermime"
+    },
     {
       "path": "../services"
     },