@eclipse-glsp/cli 2.4.0 → 2.5.0-next.180
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.
- package/lib/commands/check-header.js +20 -10
- package/lib/commands/check-header.js.map +1 -1
- package/lib/commands/coverage-report.js +21 -11
- package/lib/commands/coverage-report.js.map +1 -1
- package/lib/commands/generate-index.js +30 -20
- package/lib/commands/generate-index.js.map +1 -1
- package/lib/commands/release/common.js +31 -21
- package/lib/commands/release/common.js.map +1 -1
- package/lib/commands/release/release-client.js +1 -2
- package/lib/commands/release/release-client.js.map +1 -1
- package/lib/commands/release/release-eclipse-integration.js +1 -2
- package/lib/commands/release/release-eclipse-integration.js.map +1 -1
- package/lib/commands/release/release-java-server.js +1 -2
- package/lib/commands/release/release-java-server.js.map +1 -1
- package/lib/commands/release/release-server-node.js +1 -2
- package/lib/commands/release/release-server-node.js.map +1 -1
- package/lib/commands/release/release-theia-integration.js +1 -2
- package/lib/commands/release/release-theia-integration.js.map +1 -1
- package/lib/commands/release/release-vscode-integration.js +1 -2
- package/lib/commands/release/release-vscode-integration.js.map +1 -1
- package/lib/commands/release/release.js +19 -9
- package/lib/commands/release/release.js.map +1 -1
- package/lib/commands/update-next.js +19 -9
- package/lib/commands/update-next.js.map +1 -1
- package/lib/util/command-util.js +5 -5
- package/lib/util/command-util.js.map +1 -1
- package/lib/util/git-util.js +11 -12
- package/lib/util/git-util.js.map +1 -1
- package/lib/util/logger.js +2 -2
- package/lib/util/logger.js.map +1 -1
- package/lib/util/validation-util.js +21 -12
- package/lib/util/validation-util.js.map +1 -1
- package/package.json +3 -3
- package/lib/commands/checkout.d.ts +0 -27
- package/lib/commands/checkout.d.ts.map +0 -1
- package/lib/commands/checkout.js +0 -41
- package/lib/commands/checkout.js.map +0 -1
- package/lib/commands/repo/clone.d.ts +0 -28
- package/lib/commands/repo/clone.d.ts.map +0 -1
- package/lib/commands/repo/clone.js +0 -113
- package/lib/commands/repo/clone.js.map +0 -1
- package/lib/commands/repo/clone.spec.d.ts +0 -17
- package/lib/commands/repo/clone.spec.d.ts.map +0 -1
- package/lib/commands/repo/clone.spec.js +0 -126
- package/lib/commands/repo/clone.spec.js.map +0 -1
- package/lib/commands/repo/common.d.ts +0 -23
- package/lib/commands/repo/common.d.ts.map +0 -1
- package/lib/commands/repo/common.js +0 -18
- package/lib/commands/repo/common.js.map +0 -1
- package/lib/commands/repo/config.d.ts +0 -18
- package/lib/commands/repo/config.d.ts.map +0 -1
- package/lib/commands/repo/config.js +0 -28
- package/lib/commands/repo/config.js.map +0 -1
- package/lib/commands/repo/repo.d.ts +0 -17
- package/lib/commands/repo/repo.d.ts.map +0 -1
- package/lib/commands/repo/repo.js +0 -25
- package/lib/commands/repo/repo.js.map +0 -1
- package/lib/common/glsp-component.d.ts +0 -27
- package/lib/common/glsp-component.d.ts.map +0 -1
- package/lib/common/glsp-component.js +0 -13
- package/lib/common/glsp-component.js.map +0 -1
- package/lib/common/glsp-repo.d.ts +0 -44
- package/lib/common/glsp-repo.d.ts.map +0 -1
- package/lib/common/glsp-repo.js +0 -135
- package/lib/common/glsp-repo.js.map +0 -1
- package/lib/common/glsp-repo.spec.d.ts +0 -17
- package/lib/common/glsp-repo.spec.d.ts.map +0 -1
- package/lib/common/glsp-repo.spec.js +0 -130
- package/lib/common/glsp-repo.spec.js.map +0 -1
- package/lib/foo.spec.d.ts +0 -17
- package/lib/foo.spec.d.ts.map +0 -1
- package/lib/foo.spec.js +0 -23
- package/lib/foo.spec.js.map +0 -1
- package/lib/index.d.ts +0 -18
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -18
- package/lib/index.js.map +0 -1
- package/lib/util/test-util.spec.d.ts +0 -2
- package/lib/util/test-util.spec.d.ts.map +0 -1
- package/lib/util/test-util.spec.js +0 -44
- package/lib/util/test-util.spec.js.map +0 -1
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/********************************************************************************
|
|
3
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
4
|
-
*
|
|
5
|
-
* This program and the accompanying materials are made available under the
|
|
6
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
-
*
|
|
9
|
-
* This Source Code may also be made available under the following Secondary
|
|
10
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
-
* with the GNU Classpath Exception which is available at
|
|
13
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
14
|
-
*
|
|
15
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
-
********************************************************************************/
|
|
17
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
-
if (k2 === undefined) k2 = k;
|
|
19
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
20
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
21
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
22
|
-
}
|
|
23
|
-
Object.defineProperty(o, k2, desc);
|
|
24
|
-
}) : (function(o, m, k, k2) {
|
|
25
|
-
if (k2 === undefined) k2 = k;
|
|
26
|
-
o[k2] = m[k];
|
|
27
|
-
}));
|
|
28
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
-
}) : function(o, v) {
|
|
31
|
-
o["default"] = v;
|
|
32
|
-
});
|
|
33
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
-
if (mod && mod.__esModule) return mod;
|
|
35
|
-
var result = {};
|
|
36
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
-
__setModuleDefault(result, mod);
|
|
38
|
-
return result;
|
|
39
|
-
};
|
|
40
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
-
exports.CloneCommand = void 0;
|
|
42
|
-
exports.cloneRepos = cloneRepos;
|
|
43
|
-
exports.parseRepoConfig = parseRepoConfig;
|
|
44
|
-
const commander_1 = require("commander");
|
|
45
|
-
const fs = __importStar(require("fs"));
|
|
46
|
-
const glsp_repo_1 = require("../../common/glsp-repo");
|
|
47
|
-
const command_util_1 = require("../../util/command-util");
|
|
48
|
-
const validation_util_1 = require("../../util/validation-util");
|
|
49
|
-
exports.CloneCommand = (0, command_util_1.baseCommand)() //
|
|
50
|
-
.name('clone')
|
|
51
|
-
.description('Clone GLSP repositories')
|
|
52
|
-
.option('-c, --config <config>', 'Optional path to a repo configuration file that should be used.', validation_util_1.validateFile)
|
|
53
|
-
.option('-d, --baseDir <baseDir>', 'The base directory to clone the components in', validation_util_1.validateDirectory, process.cwd())
|
|
54
|
-
.option('-f, --force', 'Enable force mode', false)
|
|
55
|
-
.option('-b, --build', 'Build the components after setup', false)
|
|
56
|
-
.addOption(new commander_1.Option('-l, --linkType <linkType>', 'The link type to use').default('none').choices(glsp_repo_1.LinkType).argParser(validation_util_1.validateLinkType))
|
|
57
|
-
.option('-v, --verbose', 'Enable verbose mode', false)
|
|
58
|
-
.action(cloneRepos);
|
|
59
|
-
async function cloneRepos(options) {
|
|
60
|
-
console.log('Cloning repositories...', options);
|
|
61
|
-
const repoConfig = await parseRepoConfig(options);
|
|
62
|
-
console.log('Resolved repo config:', repoConfig);
|
|
63
|
-
}
|
|
64
|
-
async function parseRepoConfig(options) {
|
|
65
|
-
var _a, _b, _c;
|
|
66
|
-
let configFile = options.config;
|
|
67
|
-
if (!configFile) {
|
|
68
|
-
const findUp = await import('find-up');
|
|
69
|
-
configFile = await findUp.findUp(['.reporc', '.reporc.json', '.reporc.js'], { cwd: options.baseDir });
|
|
70
|
-
}
|
|
71
|
-
if (!configFile) {
|
|
72
|
-
throw new commander_1.CommanderError(1, 'invalidConfig', 'No `reporc` file found in the upwards hierarchy of the base directory.\n' +
|
|
73
|
-
'Please add a valid `reporc` file or specify the configuration using the `-c | --config` option.');
|
|
74
|
-
}
|
|
75
|
-
let repoConfig;
|
|
76
|
-
if (configFile.endsWith('.js')) {
|
|
77
|
-
repoConfig = require(configFile);
|
|
78
|
-
}
|
|
79
|
-
else {
|
|
80
|
-
try {
|
|
81
|
-
repoConfig = JSON.parse(fs.readFileSync(configFile, 'utf8'));
|
|
82
|
-
}
|
|
83
|
-
catch (err) {
|
|
84
|
-
const cmdError = new commander_1.CommanderError(1, 'invalidConfig', 'The content of the configuration file is not valid JSON');
|
|
85
|
-
if (err instanceof Error) {
|
|
86
|
-
cmdError.nestedError = err.name;
|
|
87
|
-
}
|
|
88
|
-
throw cmdError;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
const validationErrors = (0, glsp_repo_1.validateRepoConfig)(repoConfig);
|
|
92
|
-
if (validationErrors.length > 0) {
|
|
93
|
-
throw new commander_1.CommanderError(1, 'invalidConfig', 'The configuration file contains validation errors:\n' + validationErrors.join('\n'));
|
|
94
|
-
}
|
|
95
|
-
const resolvedConfig = {
|
|
96
|
-
baseDir: (_a = repoConfig.baseDir) !== null && _a !== void 0 ? _a : options.baseDir,
|
|
97
|
-
force: (_b = repoConfig.force) !== null && _b !== void 0 ? _b : options.force,
|
|
98
|
-
build: (_c = repoConfig.build) !== null && _c !== void 0 ? _c : options.build,
|
|
99
|
-
linkType: options.linkType
|
|
100
|
-
};
|
|
101
|
-
glsp_repo_1.GlspRepoType.forEach(repoType => {
|
|
102
|
-
if (repoType in repoConfig) {
|
|
103
|
-
if (typeof repoConfig[repoType] === 'boolean') {
|
|
104
|
-
resolvedConfig[repoType] = repoConfig[repoType] ? glsp_repo_1.GLSP_REPO_DEFAULTS[repoType] : false;
|
|
105
|
-
}
|
|
106
|
-
else {
|
|
107
|
-
resolvedConfig[repoType] = { ...glsp_repo_1.GLSP_REPO_DEFAULTS[repoType], ...repoConfig[repoType] };
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
});
|
|
111
|
-
return resolvedConfig;
|
|
112
|
-
}
|
|
113
|
-
//# sourceMappingURL=clone.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clone.js","sourceRoot":"","sources":["../../../src/commands/repo/clone.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=clone.spec.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clone.spec.d.ts","sourceRoot":"","sources":["../../../src/commands/repo/clone.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF"}
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/********************************************************************************
|
|
3
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
4
|
-
*
|
|
5
|
-
* This program and the accompanying materials are made available under the
|
|
6
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
-
*
|
|
9
|
-
* This Source Code may also be made available under the following Secondary
|
|
10
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
-
* with the GNU Classpath Exception which is available at
|
|
13
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
14
|
-
*
|
|
15
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
-
********************************************************************************/
|
|
17
|
-
/* eslint-disable @typescript-eslint/no-empty-function */
|
|
18
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19
|
-
if (k2 === undefined) k2 = k;
|
|
20
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
21
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
22
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
23
|
-
}
|
|
24
|
-
Object.defineProperty(o, k2, desc);
|
|
25
|
-
}) : (function(o, m, k, k2) {
|
|
26
|
-
if (k2 === undefined) k2 = k;
|
|
27
|
-
o[k2] = m[k];
|
|
28
|
-
}));
|
|
29
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
30
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
31
|
-
}) : function(o, v) {
|
|
32
|
-
o["default"] = v;
|
|
33
|
-
});
|
|
34
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
35
|
-
if (mod && mod.__esModule) return mod;
|
|
36
|
-
var result = {};
|
|
37
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
38
|
-
__setModuleDefault(result, mod);
|
|
39
|
-
return result;
|
|
40
|
-
};
|
|
41
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
-
const chai_1 = require("chai");
|
|
43
|
-
const path = __importStar(require("path"));
|
|
44
|
-
const sinon = __importStar(require("sinon"));
|
|
45
|
-
const test_util_spec_1 = require("../../util/test-util.spec");
|
|
46
|
-
const clone_1 = require("./clone");
|
|
47
|
-
const REPORC_FILE = path.resolve(test_util_spec_1.TEST_RESOURCE_PATH, '.reporc.js');
|
|
48
|
-
describe('clone command', () => {
|
|
49
|
-
const sandbox = sinon.createSandbox();
|
|
50
|
-
beforeEach(() => {
|
|
51
|
-
sandbox.reset();
|
|
52
|
-
});
|
|
53
|
-
describe('parse', () => {
|
|
54
|
-
const cmd = clone_1.CloneCommand;
|
|
55
|
-
const cloneSpy = sandbox.spy(sandbox.stub(clone_1.cloneRepos));
|
|
56
|
-
const exitOverride = (error) => {
|
|
57
|
-
throw error;
|
|
58
|
-
};
|
|
59
|
-
before(() => {
|
|
60
|
-
cmd.action(cloneSpy);
|
|
61
|
-
const outoutConfig = cmd.configureOutput();
|
|
62
|
-
outoutConfig.writeErr = () => { };
|
|
63
|
-
outoutConfig.writeOut = () => { };
|
|
64
|
-
cmd.exitOverride(exitOverride);
|
|
65
|
-
});
|
|
66
|
-
after(() => {
|
|
67
|
-
cmd.action(clone_1.cloneRepos);
|
|
68
|
-
cmd.configureOutput().writeErr = undefined;
|
|
69
|
-
cmd.configureOutput().writeOut = undefined;
|
|
70
|
-
cmd.exitOverride(undefined);
|
|
71
|
-
});
|
|
72
|
-
it('with no args. Parsed options should be augmented with default values', () => {
|
|
73
|
-
cmd.parse(['', '']);
|
|
74
|
-
(0, chai_1.expect)(cloneSpy.calledOnce).to.be.true;
|
|
75
|
-
(0, chai_1.expect)(cloneSpy.firstCall.args[0]).to.deep.equal({
|
|
76
|
-
baseDir: process.cwd(),
|
|
77
|
-
force: false,
|
|
78
|
-
build: false,
|
|
79
|
-
linkType: 'none',
|
|
80
|
-
verbose: false
|
|
81
|
-
});
|
|
82
|
-
});
|
|
83
|
-
it('with all possible valid short args. Args should correctly reflect in parsed options', () => {
|
|
84
|
-
const expectedBaseDir = path.resolve(__dirname, '..');
|
|
85
|
-
cmd.parse(['', '', '-c', REPORC_FILE, '-d', expectedBaseDir, '-f', '-b', '-l', 'yarnLink', '-v']);
|
|
86
|
-
(0, chai_1.expect)(cloneSpy.calledOnce).to.be.true;
|
|
87
|
-
(0, chai_1.expect)(cloneSpy.firstCall.args[0]).to.deep.equal({
|
|
88
|
-
baseDir: expectedBaseDir,
|
|
89
|
-
config: REPORC_FILE,
|
|
90
|
-
force: true,
|
|
91
|
-
build: true,
|
|
92
|
-
linkType: 'yarnLink',
|
|
93
|
-
verbose: true
|
|
94
|
-
});
|
|
95
|
-
});
|
|
96
|
-
it('with all possible valid long args. Args should correctly reflect in parsed options', () => {
|
|
97
|
-
const expectedBaseDir = path.resolve(__dirname, '..');
|
|
98
|
-
cmd.parse([
|
|
99
|
-
'',
|
|
100
|
-
'',
|
|
101
|
-
'--config',
|
|
102
|
-
REPORC_FILE,
|
|
103
|
-
'--baseDir',
|
|
104
|
-
expectedBaseDir,
|
|
105
|
-
'--force',
|
|
106
|
-
'--build',
|
|
107
|
-
'--linkType',
|
|
108
|
-
'yarnLink',
|
|
109
|
-
'--verbose'
|
|
110
|
-
]);
|
|
111
|
-
(0, chai_1.expect)(cloneSpy.calledOnce).to.be.true;
|
|
112
|
-
(0, chai_1.expect)(cloneSpy.firstCall.args[0]).to.deep.equal({
|
|
113
|
-
baseDir: expectedBaseDir,
|
|
114
|
-
config: REPORC_FILE,
|
|
115
|
-
force: true,
|
|
116
|
-
build: true,
|
|
117
|
-
linkType: 'yarnLink',
|
|
118
|
-
verbose: true
|
|
119
|
-
});
|
|
120
|
-
});
|
|
121
|
-
it('with invalid basedir arg. Should throw error', () => {
|
|
122
|
-
(0, chai_1.expect)(() => cmd.parse(['', '', '-d', '/doesNot/exist'])).to.throw(/.not a directory/);
|
|
123
|
-
});
|
|
124
|
-
});
|
|
125
|
-
});
|
|
126
|
-
//# sourceMappingURL=clone.spec.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clone.spec.js","sourceRoot":"","sources":["../../../src/commands/repo/clone.spec.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
|
-
import { GlspRepo, GlspRepoType, LinkType } from '../../common/glsp-repo';
|
|
17
|
-
export type GlspRepoConfig = {
|
|
18
|
-
baseDir?: string;
|
|
19
|
-
force?: boolean;
|
|
20
|
-
linkType?: LinkType;
|
|
21
|
-
build?: boolean;
|
|
22
|
-
} & Partial<Record<GlspRepoType, GlspRepo | boolean>>;
|
|
23
|
-
//# sourceMappingURL=common.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/commands/repo/common.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAElF,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAE1E,MAAM,MAAM,cAAc,GAAG;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,QAAQ,GAAG,OAAO,CAAC,CAAC,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/********************************************************************************
|
|
3
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
4
|
-
*
|
|
5
|
-
* This program and the accompanying materials are made available under the
|
|
6
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
-
*
|
|
9
|
-
* This Source Code may also be made available under the following Secondary
|
|
10
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
-
* with the GNU Classpath Exception which is available at
|
|
13
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
14
|
-
*
|
|
15
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
-
********************************************************************************/
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
//# sourceMappingURL=common.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../src/commands/repo/common.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;kFAckF"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
|
-
export declare const ConfigCommand: import("commander").Command;
|
|
17
|
-
export declare function showConfig(): Promise<void>;
|
|
18
|
-
//# sourceMappingURL=config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/commands/repo/config.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAIlF,eAAO,MAAM,aAAa,6BAGH,CAAC;AAExB,wBAAsB,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC,CAEhD"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/********************************************************************************
|
|
3
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
4
|
-
*
|
|
5
|
-
* This program and the accompanying materials are made available under the
|
|
6
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
-
*
|
|
9
|
-
* This Source Code may also be made available under the following Secondary
|
|
10
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
-
* with the GNU Classpath Exception which is available at
|
|
13
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
14
|
-
*
|
|
15
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
-
********************************************************************************/
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.ConfigCommand = void 0;
|
|
19
|
-
exports.showConfig = showConfig;
|
|
20
|
-
const command_util_1 = require("../../util/command-util");
|
|
21
|
-
exports.ConfigCommand = (0, command_util_1.baseCommand)() //
|
|
22
|
-
.name('config')
|
|
23
|
-
.description('Show the current repository configuration')
|
|
24
|
-
.action(showConfig);
|
|
25
|
-
async function showConfig() {
|
|
26
|
-
console.log('Showing the current repository configuration...');
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=config.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/commands/repo/config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;kFAckF;;;AASlF,gCAEC;AATD,0DAAsD;AAEzC,QAAA,aAAa,GAAG,IAAA,0BAAW,GAAE,CAAC,EAAE;KACxC,IAAI,CAAC,QAAQ,CAAC;KACd,WAAW,CAAC,2CAA2C,CAAC;KACxD,MAAM,CAAC,UAAU,CAAC,CAAC;AAEjB,KAAK,UAAU,UAAU;IAC5B,OAAO,CAAC,GAAG,CAAC,iDAAiD,CAAC,CAAC;AACnE,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
|
-
export declare const RepoCommand: import("commander").Command;
|
|
17
|
-
//# sourceMappingURL=repo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"repo.d.ts","sourceRoot":"","sources":["../../../src/commands/repo/repo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAKlF,eAAO,MAAM,WAAW,6BAGK,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/********************************************************************************
|
|
3
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
4
|
-
*
|
|
5
|
-
* This program and the accompanying materials are made available under the
|
|
6
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
7
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
8
|
-
*
|
|
9
|
-
* This Source Code may also be made available under the following Secondary
|
|
10
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
11
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
12
|
-
* with the GNU Classpath Exception which is available at
|
|
13
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
14
|
-
*
|
|
15
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
16
|
-
********************************************************************************/
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.RepoCommand = void 0;
|
|
19
|
-
const command_util_1 = require("../../util/command-util");
|
|
20
|
-
const clone_1 = require("./clone");
|
|
21
|
-
exports.RepoCommand = (0, command_util_1.baseCommand)() //
|
|
22
|
-
.name('repo')
|
|
23
|
-
.description('Manage GLSP repositories')
|
|
24
|
-
.addCommand(clone_1.CloneCommand);
|
|
25
|
-
//# sourceMappingURL=repo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"repo.js","sourceRoot":"","sources":["../../../src/commands/repo/repo.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;kFAckF;;;AAElF,0DAAsD;AACtD,mCAAuC;AAE1B,QAAA,WAAW,GAAG,IAAA,0BAAW,GAAE,CAAC,EAAE;KACtC,IAAI,CAAC,MAAM,CAAC;KACZ,WAAW,CAAC,0BAA0B,CAAC;KACvC,UAAU,CAAC,oBAAY,CAAC,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
|
-
export type ReleaseRepository = 'npm' | 'm2' | 'm2&p2' | 'p2';
|
|
17
|
-
export type GlspComponent = (typeof GlspComponent)[keyof Omit<typeof GlspComponent, 'parse'>];
|
|
18
|
-
export declare const GlspComponent: {
|
|
19
|
-
readonly DEV_PACKAGES: "dev-packages";
|
|
20
|
-
readonly CLIENT: "client";
|
|
21
|
-
readonly THEIA_INTEGRATION: "theia-integration";
|
|
22
|
-
readonly VSCODE_INTEGRATION: "vscode-integration";
|
|
23
|
-
readonly ECLIPSE_INTEGRATION: "eclipse-integration";
|
|
24
|
-
readonly PLAYWRIGHT: "playwright";
|
|
25
|
-
readonly EXAMPLES: "examples";
|
|
26
|
-
};
|
|
27
|
-
//# sourceMappingURL=glsp-component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"glsp-component.d.ts","sourceRoot":"","sources":["../../src/common/glsp-component.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAClF,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,IAAI,GAAG,OAAO,GAAG,IAAI,CAAC;AAE9D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,IAAI,CAAC,OAAO,aAAa,EAAE,OAAO,CAAC,CAAC,CAAC;AAC9F,eAAO,MAAM,aAAa;;;;;;;;CAQhB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GlspComponent = void 0;
|
|
4
|
-
exports.GlspComponent = {
|
|
5
|
-
DEV_PACKAGES: 'dev-packages',
|
|
6
|
-
CLIENT: 'client',
|
|
7
|
-
THEIA_INTEGRATION: 'theia-integration',
|
|
8
|
-
VSCODE_INTEGRATION: 'vscode-integration',
|
|
9
|
-
ECLIPSE_INTEGRATION: 'eclipse-integration',
|
|
10
|
-
PLAYWRIGHT: 'playwright',
|
|
11
|
-
EXAMPLES: 'examples'
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=glsp-component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"glsp-component.js","sourceRoot":"","sources":["../../src/common/glsp-component.ts"],"names":[],"mappings":";;;AAkBa,QAAA,aAAa,GAAG;IACzB,YAAY,EAAE,cAAc;IAC5B,MAAM,EAAE,QAAQ;IAChB,iBAAiB,EAAE,mBAAmB;IACtC,kBAAkB,EAAE,oBAAoB;IACxC,mBAAmB,EAAE,qBAAqB;IAC1C,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,UAAU;CACd,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (c) 2024 EclipseSource and others.
|
|
3
|
-
*
|
|
4
|
-
* This program and the accompanying materials are made available under the
|
|
5
|
-
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6
|
-
* http://www.eclipse.org/legal/epl-2.0.
|
|
7
|
-
*
|
|
8
|
-
* This Source Code may also be made available under the following Secondary
|
|
9
|
-
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
10
|
-
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
11
|
-
* with the GNU Classpath Exception which is available at
|
|
12
|
-
* https://www.gnu.org/software/classpath/license.html.
|
|
13
|
-
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
15
|
-
********************************************************************************/
|
|
16
|
-
export declare const GlspRepoType: readonly ["dev", "client", "theia", "vscode", "eclipse", "nodeServer", "javaServer", "playwright"];
|
|
17
|
-
export type GlspRepoType = (typeof GlspRepoType)[number];
|
|
18
|
-
export declare const LinkType: readonly ["none", "yarnLink", "resolutions"];
|
|
19
|
-
export type LinkType = (typeof LinkType)[number];
|
|
20
|
-
export declare const ReleaseRepoType: readonly ["npm", "m2", "m2&p2", "p2"];
|
|
21
|
-
export type ReleaseRepoType = (typeof ReleaseRepoType)[number];
|
|
22
|
-
export declare const CloneType: readonly ["ssh", "https", "gh-cli"];
|
|
23
|
-
export type CloneType = (typeof CloneType)[number];
|
|
24
|
-
export interface GlspRepo {
|
|
25
|
-
ghRepo: string;
|
|
26
|
-
releaseRepo: ReleaseRepoType;
|
|
27
|
-
cloneType: CloneType;
|
|
28
|
-
directory: string;
|
|
29
|
-
dependencies: GlspRepoType[];
|
|
30
|
-
remote?: string;
|
|
31
|
-
branch?: string;
|
|
32
|
-
}
|
|
33
|
-
export declare const GLSP_REPO_DEFAULTS: Readonly<Record<GlspRepoType, Readonly<GlspRepo>>>;
|
|
34
|
-
export type RepoOptions = Partial<Omit<GlspRepo, 'dependencies' | 'releaseRepo' | 'ghRepo'>>;
|
|
35
|
-
export interface RepoConfig extends Partial<Record<GlspRepoType, RepoOptions | boolean>> {
|
|
36
|
-
baseDir: string;
|
|
37
|
-
force: boolean;
|
|
38
|
-
linkType: LinkType;
|
|
39
|
-
build: boolean;
|
|
40
|
-
}
|
|
41
|
-
export type resolvedRepoConfig = Required<RepoConfig>;
|
|
42
|
-
export declare function validateRepoConfig(input: object): string[];
|
|
43
|
-
export declare function validateRepoOptions(input: object, errors?: string[]): string[];
|
|
44
|
-
//# sourceMappingURL=glsp-repo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"glsp-repo.d.ts","sourceRoot":"","sources":["../../src/common/glsp-repo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;kFAckF;AAElF,eAAO,MAAM,YAAY,oGASf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;AAEzD,eAAO,MAAM,QAAQ,8CAA+C,CAAC;AACrE,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjD,eAAO,MAAM,eAAe,uCAAwC,CAAC;AACrE,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAE/D,eAAO,MAAM,SAAS,qCAAsC,CAAC;AAC7D,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAEnD,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,eAAe,CAAC;IAC7B,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,kBAAkB,EAAE,QAAQ,CAAC,MAAM,CAAC,YAAY,EAAE,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAyDxE,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,QAAQ,EAAE,cAAc,GAAG,aAAa,GAAG,QAAQ,CAAC,CAAC,CAAC;AAE7F,MAAM,WAAW,UAAW,SAAQ,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,WAAW,GAAG,OAAO,CAAC,CAAC;IACpF,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;AAEtD,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAiC1D;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,GAAE,MAAM,EAAO,GAAG,MAAM,EAAE,CAiBlF"}
|