@theia/task 1.21.0-next.29 → 1.22.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,12 +21,12 @@ import { TaskRunner } from '../task-runner';
21
21
  import { Task } from '../task';
22
22
  import { TaskConfiguration } from '../../common/task-protocol';
23
23
  import { CommandOptions } from '../../common/process/task-protocol';
24
- interface OsSpecificCommand {
24
+ export interface OsSpecificCommand {
25
25
  command: string;
26
26
  args: Array<string | ShellQuotedString> | undefined;
27
27
  options: CommandOptions;
28
28
  }
29
- interface ShellSpecificOptions {
29
+ export interface ShellSpecificOptions {
30
30
  /** Arguments passed to the shell, aka `command` here. */
31
31
  execArgs: string[];
32
32
  /** Pack of functions used to escape the `subCommand` and `subArgs` to run in the shell. */
@@ -73,5 +73,4 @@ export declare class ProcessTaskRunner implements TaskRunner {
73
73
  */
74
74
  protected executableFileExists(filePath: string): Promise<boolean>;
75
75
  }
76
- export {};
77
76
  //# sourceMappingURL=process-task-runner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"process-task-runner.d.ts","sourceRoot":"","sources":["../../../src/node/process/process-task-runner.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAQlF,OAAO,EAA+B,OAAO,EAAE,MAAM,aAAa,CAAC;AAEnE,OAAO,EACH,iBAAiB,EAGjB,sBAAsB,EACtB,0BAA0B,EAC7B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACH,iBAAiB,EAAE,qBAAqB,EAC3C,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAoB,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAItF,UAAU,iBAAiB;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,KAAK,CAAC,MAAM,GAAG,iBAAiB,CAAC,GAAG,SAAS,CAAC;IACpD,OAAO,EAAE,cAAc,CAAA;CAC1B;AAED,UAAU,oBAAoB;IAC1B,yDAAyD;IACzD,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,2FAA2F;IAC3F,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;CAC5C;AAED;;GAEG;AACH,qBACa,iBAAkB,YAAW,UAAU;IAGhD,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IAGnC,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IAGxD,SAAS,CAAC,QAAQ,CAAC,0BAA0B,EAAE,0BAA0B,CAAC;IAG1E,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAE5C;;;OAGG;IACG,GAAG,CAAC,UAAU,EAAE,iBAAiB,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAmCrE,SAAS,CAAC,kBAAkB,CAAC,UAAU,EAAE,iBAAiB,GAAG,sBAAsB;IA6FnF,SAAS,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,iBAAiB,EAAE,gBAAgB,CAAC,EAAE,qBAAqB,GAAG,MAAM;IAoBvH,SAAS,CAAC,uBAAuB,CAAC,OAAO,EAAE,MAAM,GAAG,oBAAoB;IA6BxE,SAAS,CAAC,oBAAoB,CAAC,UAAU,EAAE,iBAAiB,GAAG,iBAAiB;IAahF,SAAS,CAAC,UAAU,CAAC,WAAW,EAAE,SAAS,GAAG,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,GAAG,MAAM,GAAG,SAAS;IAU1H;;;;;;;;;;OAUG;IACH,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,qBAAqB,GAAG,OAAO;IAiCjG,SAAS,CAAC,wBAAwB,CAAC,UAAU,EAAE,iBAAiB,EAAE,MAAM,EAAE,SAAS,GAAG,OAAO,GAAG,KAAK,GAAG,SAAS,GAAG,iBAAiB;IA6BrI,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAM7C;;;;;;OAMG;cACa,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAO3E"}
1
+ {"version":3,"file":"process-task-runner.d.ts","sourceRoot":"","sources":["../../../src/node/process/process-task-runner.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAQlF,OAAO,EAA+B,OAAO,EAAE,MAAM,aAAa,CAAC;AAEnE,OAAO,EACH,iBAAiB,EAGjB,sBAAsB,EACtB,0BAA0B,EAC7B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACH,iBAAiB,EAAE,qBAAqB,EAC3C,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAoB,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAItF,MAAM,WAAW,iBAAiB;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,KAAK,CAAC,MAAM,GAAG,iBAAiB,CAAC,GAAG,SAAS,CAAC;IACpD,OAAO,EAAE,cAAc,CAAA;CAC1B;AAED,MAAM,WAAW,oBAAoB;IACjC,yDAAyD;IACzD,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,2FAA2F;IAC3F,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;CAC5C;AAED;;GAEG;AACH,qBACa,iBAAkB,YAAW,UAAU;IAGhD,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IAGnC,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IAGxD,SAAS,CAAC,QAAQ,CAAC,0BAA0B,EAAE,0BAA0B,CAAC;IAG1E,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAE5C;;;OAGG;IACG,GAAG,CAAC,UAAU,EAAE,iBAAiB,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAmCrE,SAAS,CAAC,kBAAkB,CAAC,UAAU,EAAE,iBAAiB,GAAG,sBAAsB;IA6FnF,SAAS,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,iBAAiB,EAAE,gBAAgB,CAAC,EAAE,qBAAqB,GAAG,MAAM;IAoBvH,SAAS,CAAC,uBAAuB,CAAC,OAAO,EAAE,MAAM,GAAG,oBAAoB;IA6BxE,SAAS,CAAC,oBAAoB,CAAC,UAAU,EAAE,iBAAiB,GAAG,iBAAiB;IAahF,SAAS,CAAC,UAAU,CAAC,WAAW,EAAE,SAAS,GAAG,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,GAAG,MAAM,GAAG,SAAS;IAU1H;;;;;;;;;;OAUG;IACH,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,qBAAqB,GAAG,OAAO;IAiCjG,SAAS,CAAC,wBAAwB,CAAC,UAAU,EAAE,iBAAiB,EAAE,MAAM,EAAE,SAAS,GAAG,OAAO,GAAG,KAAK,GAAG,SAAS,GAAG,iBAAiB;IA6BrI,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAM7C;;;;;;OAMG;cACa,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAO3E"}
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@theia/task",
3
- "version": "1.21.0-next.29+0836c7a1273",
3
+ "version": "1.22.0-next.0+390674c4809",
4
4
  "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.",
5
5
  "dependencies": {
6
- "@theia/core": "1.21.0-next.29+0836c7a1273",
7
- "@theia/editor": "1.21.0-next.29+0836c7a1273",
8
- "@theia/filesystem": "1.21.0-next.29+0836c7a1273",
9
- "@theia/markers": "1.21.0-next.29+0836c7a1273",
10
- "@theia/monaco": "1.21.0-next.29+0836c7a1273",
11
- "@theia/preferences": "1.21.0-next.29+0836c7a1273",
12
- "@theia/process": "1.21.0-next.29+0836c7a1273",
13
- "@theia/terminal": "1.21.0-next.29+0836c7a1273",
14
- "@theia/userstorage": "1.21.0-next.29+0836c7a1273",
15
- "@theia/variable-resolver": "1.21.0-next.29+0836c7a1273",
16
- "@theia/workspace": "1.21.0-next.29+0836c7a1273",
6
+ "@theia/core": "1.22.0-next.0+390674c4809",
7
+ "@theia/editor": "1.22.0-next.0+390674c4809",
8
+ "@theia/filesystem": "1.22.0-next.0+390674c4809",
9
+ "@theia/markers": "1.22.0-next.0+390674c4809",
10
+ "@theia/monaco": "1.22.0-next.0+390674c4809",
11
+ "@theia/preferences": "1.22.0-next.0+390674c4809",
12
+ "@theia/process": "1.22.0-next.0+390674c4809",
13
+ "@theia/terminal": "1.22.0-next.0+390674c4809",
14
+ "@theia/userstorage": "1.22.0-next.0+390674c4809",
15
+ "@theia/variable-resolver": "1.22.0-next.0+390674c4809",
16
+ "@theia/workspace": "1.22.0-next.0+390674c4809",
17
17
  "ajv": "^6.5.3",
18
18
  "async-mutex": "^0.3.1",
19
19
  "jsonc-parser": "^2.2.0",
@@ -53,10 +53,10 @@
53
53
  "watch": "theiaext watch"
54
54
  },
55
55
  "devDependencies": {
56
- "@theia/ext-scripts": "1.20.0"
56
+ "@theia/ext-scripts": "1.21.0"
57
57
  },
58
58
  "nyc": {
59
59
  "extends": "../../configs/nyc.json"
60
60
  },
61
- "gitHead": "0836c7a12731b7bd148b217dc59943a0f110ec45"
61
+ "gitHead": "390674c4809f1ebc050a4ed038226b0612ffb3ff"
62
62
  }
@@ -40,13 +40,13 @@ import { ProcessTaskError, CommandOptions } from '../../common/process/task-prot
40
40
  import * as fs from 'fs';
41
41
  import { ShellProcess } from '@theia/terminal/lib/node/shell-process';
42
42
 
43
- interface OsSpecificCommand {
43
+ export interface OsSpecificCommand {
44
44
  command: string,
45
45
  args: Array<string | ShellQuotedString> | undefined,
46
46
  options: CommandOptions
47
47
  }
48
48
 
49
- interface ShellSpecificOptions {
49
+ export interface ShellSpecificOptions {
50
50
  /** Arguments passed to the shell, aka `command` here. */
51
51
  execArgs: string[];
52
52
  /** Pack of functions used to escape the `subCommand` and `subArgs` to run in the shell. */