Vidar Tonaas Fauske 5 years ago
parent
commit
17c91eef97
46 changed files with 60 additions and 180 deletions
  1. 1 3
      packages/application-extension/tsconfig.json
  2. 1 3
      packages/application/tsconfig.json
  3. 1 4
      packages/apputils-extension/src/settingsplugin.ts
  4. 1 3
      packages/apputils-extension/tsconfig.json
  5. 1 3
      packages/apputils/tsconfig.json
  6. 1 3
      packages/attachments/tsconfig.json
  7. 1 3
      packages/cells/tsconfig.json
  8. 1 3
      packages/codeeditor/tsconfig.json
  9. 1 3
      packages/codemirror-extension/tsconfig.json
  10. 1 3
      packages/codemirror/tsconfig.json
  11. 1 3
      packages/completer/tsconfig.json
  12. 1 3
      packages/console-extension/tsconfig.json
  13. 1 3
      packages/console/tsconfig.json
  14. 1 3
      packages/docmanager-extension/tsconfig.json
  15. 1 3
      packages/extensionmanager-extension/tsconfig.json
  16. 1 3
      packages/filebrowser-extension/tsconfig.json
  17. 1 3
      packages/filebrowser/tsconfig.json
  18. 1 3
      packages/fileeditor-extension/tsconfig.json
  19. 1 3
      packages/inspector/tsconfig.json
  20. 1 3
      packages/logconsole-extension/tsconfig.json
  21. 1 3
      packages/logconsole/tsconfig.json
  22. 1 3
      packages/markdownviewer-extension/tsconfig.json
  23. 1 3
      packages/metapackage/tsconfig.json
  24. 1 3
      packages/notebook-extension/tsconfig.json
  25. 1 3
      packages/notebook/tsconfig.json
  26. 1 3
      packages/outputarea/tsconfig.json
  27. 1 3
      packages/rendermime/tsconfig.json
  28. 2 6
      packages/services/tsconfig.json
  29. 1 3
      packages/settingeditor-extension/tsconfig.json
  30. 1 3
      packages/settingeditor/tsconfig.json
  31. 2 3
      packages/settingregistry/src/tokens.ts
  32. 2 6
      packages/settingregistry/tsconfig.json
  33. 1 4
      packages/shortcuts-extension/src/index.ts
  34. 1 3
      packages/shortcuts-extension/tsconfig.json
  35. 1 3
      packages/statusbar-extension/tsconfig.json
  36. 2 6
      packages/terminal-extension/tsconfig.json
  37. 2 6
      tests/test-application/tsconfig.json
  38. 2 6
      tests/test-cells/tsconfig.json
  39. 2 6
      tests/test-coreutils/tsconfig.json
  40. 2 6
      tests/test-filebrowser/tsconfig.json
  41. 2 6
      tests/test-nbformat/tsconfig.json
  42. 2 6
      tests/test-notebook/tsconfig.json
  43. 2 7
      tests/test-rendermime/tsconfig.json
  44. 2 6
      tests/test-settingregistry/tsconfig.json
  45. 2 6
      tests/test-statedb/tsconfig.json
  46. 2 6
      testutils/tsconfig.json

+ 1 - 3
packages/application-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/application/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 1 - 4
packages/apputils-extension/src/settingsplugin.ts

@@ -10,10 +10,7 @@ import {
 
 import { PageConfig } from '@jupyterlab/coreutils';
 
-import {
-  SettingRegistry,
-  ISettingRegistry
-} from '@jupyterlab/settingregistry';
+import { SettingRegistry, ISettingRegistry } from '@jupyterlab/settingregistry';
 
 import { SettingConnector } from './settingconnector';
 

+ 1 - 3
packages/apputils-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/apputils/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../coreutils"

+ 1 - 3
packages/attachments/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../nbformat"

+ 1 - 3
packages/cells/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 1 - 3
packages/codeeditor/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../coreutils"

+ 1 - 3
packages/codemirror-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/codemirror/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 1 - 3
packages/completer/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 1 - 3
packages/console-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/console/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 1 - 3
packages/docmanager-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/extensionmanager-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/filebrowser-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/filebrowser/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 1 - 3
packages/fileeditor-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/inspector/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 1 - 3
packages/logconsole-extension/tsconfig.json

@@ -5,9 +5,7 @@
     "rootDir": "src",
     "strictNullChecks": false
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/logconsole/tsconfig.json

@@ -5,9 +5,7 @@
     "rootDir": "src",
     "strictNullChecks": false
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../coreutils"

+ 1 - 3
packages/markdownviewer-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/metapackage/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/notebook-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/notebook/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 1 - 3
packages/outputarea/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 1 - 3
packages/rendermime/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 2 - 6
packages/services/tsconfig.json

@@ -4,13 +4,9 @@
     "outDir": "lib",
     "rootDir": "src",
     "module": "commonjs",
-    "types": [
-      "node"
-    ]
+    "types": ["node"]
   },
-  "include": [
-    "src/**/*"
-  ],
+  "include": ["src/**/*"],
   "references": [
     {
       "path": "../coreutils"

+ 1 - 3
packages/settingeditor-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/settingeditor/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../apputils"

+ 2 - 3
packages/settingregistry/src/tokens.ts

@@ -19,7 +19,6 @@ import { IDataConnector } from '@jupyterlab/statedb';
 
 import { ISchemaValidator } from './settingregistry';
 
-
 /* tslint:disable */
 /**
  * The setting registry token.
@@ -338,8 +337,8 @@ export namespace ISettingRegistry {
     readonly id: string;
 
     /*
-      * The underlying plugin.
-      */
+     * The underlying plugin.
+     */
     readonly plugin: ISettingRegistry.IPlugin;
 
     /**

+ 2 - 6
packages/settingregistry/tsconfig.json

@@ -4,12 +4,8 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "files": [
-    "src/plugin-schema.json"
-  ],
-  "include": [
-    "src/*"
-  ],
+  "files": ["src/plugin-schema.json"],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../statedb"

+ 1 - 4
packages/shortcuts-extension/src/index.ts

@@ -6,10 +6,7 @@ import {
   JupyterFrontEndPlugin
 } from '@jupyterlab/application';
 
-import {
-  ISettingRegistry,
-  SettingRegistry
-} from '@jupyterlab/settingregistry';
+import { ISettingRegistry, SettingRegistry } from '@jupyterlab/settingregistry';
 
 import { CommandRegistry } from '@lumino/commands';
 

+ 1 - 3
packages/shortcuts-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 1 - 3
packages/statusbar-extension/tsconfig.json

@@ -4,9 +4,7 @@
     "outDir": "lib",
     "rootDir": "src"
   },
-  "include": [
-    "src/**/*"
-  ],
+  "include": ["src/**/*"],
   "references": [
     {
       "path": "../application"

+ 2 - 6
packages/terminal-extension/tsconfig.json

@@ -3,13 +3,9 @@
   "compilerOptions": {
     "outDir": "lib",
     "rootDir": "src",
-    "types": [
-      "webpack-env"
-    ]
+    "types": ["webpack-env"]
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../application"

+ 2 - 6
tests/test-application/tsconfig.json

@@ -3,14 +3,10 @@
   "compilerOptions": {
     "composite": false,
     "outDir": "build",
-    "types": [
-      "jest"
-    ],
+    "types": ["jest"],
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../../packages/application"

+ 2 - 6
tests/test-cells/tsconfig.json

@@ -2,15 +2,11 @@
   "extends": "../../tsconfigbase",
   "compilerOptions": {
     "outDir": "build",
-    "types": [
-      "jest"
-    ],
+    "types": ["jest"],
     "composite": false,
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../../packages/apputils"

+ 2 - 6
tests/test-coreutils/tsconfig.json

@@ -3,14 +3,10 @@
   "compilerOptions": {
     "outDir": "build",
     "rootDir": "src",
-    "types": [
-      "jest"
-    ],
+    "types": ["jest"],
     "composite": false
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../../packages/coreutils"

+ 2 - 6
tests/test-filebrowser/tsconfig.json

@@ -2,15 +2,11 @@
   "extends": "../../tsconfigbase",
   "compilerOptions": {
     "outDir": "build",
-    "types": [
-      "mocha"
-    ],
+    "types": ["mocha"],
     "composite": false,
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../../packages/coreutils"

+ 2 - 6
tests/test-nbformat/tsconfig.json

@@ -3,14 +3,10 @@
   "compilerOptions": {
     "outDir": "build",
     "rootDir": "src",
-    "types": [
-      "jest"
-    ],
+    "types": ["jest"],
     "composite": false
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../../packages/nbformat"

+ 2 - 6
tests/test-notebook/tsconfig.json

@@ -2,15 +2,11 @@
   "extends": "../../tsconfigbase",
   "compilerOptions": {
     "outDir": "build",
-    "types": [
-      "mocha"
-    ],
+    "types": ["mocha"],
     "composite": false,
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../../packages/apputils"

+ 2 - 7
tests/test-rendermime/tsconfig.json

@@ -2,16 +2,11 @@
   "extends": "../../tsconfigbase",
   "compilerOptions": {
     "outDir": "build",
-    "types": [
-      "mocha",
-      "node"
-    ],
+    "types": ["mocha", "node"],
     "composite": false,
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../../packages/apputils"

+ 2 - 6
tests/test-settingregistry/tsconfig.json

@@ -2,15 +2,11 @@
   "extends": "../../tsconfigbase",
   "compilerOptions": {
     "outDir": "build",
-    "types": [
-      "jest"
-    ],
+    "types": ["jest"],
     "composite": false,
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../../packages/settingregistry"

+ 2 - 6
tests/test-statedb/tsconfig.json

@@ -2,15 +2,11 @@
   "extends": "../../tsconfigbase",
   "compilerOptions": {
     "outDir": "build",
-    "types": [
-      "jest"
-    ],
+    "types": ["jest"],
     "composite": false,
     "rootDir": "src"
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../../packages/statedb"

+ 2 - 6
testutils/tsconfig.json

@@ -4,13 +4,9 @@
     "outDir": "lib",
     "rootDir": "src",
     "module": "commonjs",
-    "types": [
-      "node"
-    ]
+    "types": ["node"]
   },
-  "include": [
-    "src/*"
-  ],
+  "include": ["src/*"],
   "references": [
     {
       "path": "../packages/apputils"