@theia/plugin-metrics 1.23.0-next.49 → 1.23.0-next.52
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/browser/plugin-metrics-creator.d.ts +0 -15
- package/lib/browser/plugin-metrics-creator.d.ts.map +1 -1
- package/lib/browser/plugin-metrics-creator.js +15 -15
- package/lib/browser/plugin-metrics-creator.js.map +1 -1
- package/lib/browser/plugin-metrics-frontend-module.d.ts +0 -15
- package/lib/browser/plugin-metrics-frontend-module.d.ts.map +1 -1
- package/lib/browser/plugin-metrics-frontend-module.js +15 -15
- package/lib/browser/plugin-metrics-frontend-module.js.map +1 -1
- package/lib/browser/plugin-metrics-languages-main.d.ts +0 -15
- package/lib/browser/plugin-metrics-languages-main.d.ts.map +1 -1
- package/lib/browser/plugin-metrics-languages-main.js +15 -15
- package/lib/browser/plugin-metrics-languages-main.js.map +1 -1
- package/lib/browser/plugin-metrics-output-registry.d.ts +0 -15
- package/lib/browser/plugin-metrics-output-registry.d.ts.map +1 -1
- package/lib/browser/plugin-metrics-output-registry.js +15 -15
- package/lib/browser/plugin-metrics-output-registry.js.map +1 -1
- package/lib/browser/plugin-metrics-resolver.d.ts +0 -15
- package/lib/browser/plugin-metrics-resolver.d.ts.map +1 -1
- package/lib/browser/plugin-metrics-resolver.js +15 -15
- package/lib/browser/plugin-metrics-resolver.js.map +1 -1
- package/lib/common/metrics-protocol.d.ts +0 -15
- package/lib/common/metrics-protocol.d.ts.map +1 -1
- package/lib/common/metrics-protocol.js +15 -15
- package/lib/common/metrics-protocol.js.map +1 -1
- package/lib/common/plugin-metrics-types.d.ts +0 -15
- package/lib/common/plugin-metrics-types.d.ts.map +1 -1
- package/lib/common/plugin-metrics-types.js +15 -15
- package/lib/common/plugin-metrics-types.js.map +1 -1
- package/lib/node/metric-output/plugin-metrics-time-count.d.ts +0 -15
- package/lib/node/metric-output/plugin-metrics-time-count.d.ts.map +1 -1
- package/lib/node/metric-output/plugin-metrics-time-count.js +15 -15
- package/lib/node/metric-output/plugin-metrics-time-count.js.map +1 -1
- package/lib/node/metric-output/plugin-metrics-time-sum.d.ts +0 -15
- package/lib/node/metric-output/plugin-metrics-time-sum.d.ts.map +1 -1
- package/lib/node/metric-output/plugin-metrics-time-sum.js +15 -15
- package/lib/node/metric-output/plugin-metrics-time-sum.js.map +1 -1
- package/lib/node/metric-string-generator.js +15 -15
- package/lib/node/metric-string-generator.js.map +1 -1
- package/lib/node/metrics-contributor.d.ts +0 -15
- package/lib/node/metrics-contributor.d.ts.map +1 -1
- package/lib/node/metrics-contributor.js +15 -15
- package/lib/node/metrics-contributor.js.map +1 -1
- package/lib/node/metrics-contributor.spec.d.ts +0 -15
- package/lib/node/metrics-contributor.spec.d.ts.map +1 -1
- package/lib/node/metrics-contributor.spec.js +15 -15
- package/lib/node/metrics-contributor.spec.js.map +1 -1
- package/lib/node/plugin-metrics-backend-module.d.ts +0 -15
- package/lib/node/plugin-metrics-backend-module.d.ts.map +1 -1
- package/lib/node/plugin-metrics-backend-module.js +15 -15
- package/lib/node/plugin-metrics-backend-module.js.map +1 -1
- package/lib/node/plugin-metrics-impl.d.ts +0 -15
- package/lib/node/plugin-metrics-impl.d.ts.map +1 -1
- package/lib/node/plugin-metrics-impl.js +15 -15
- package/lib/node/plugin-metrics-impl.js.map +1 -1
- package/lib/node/plugin-metrics.d.ts +0 -15
- package/lib/node/plugin-metrics.d.ts.map +1 -1
- package/lib/node/plugin-metrics.js +15 -15
- package/lib/node/plugin-metrics.js.map +1 -1
- package/package.json +6 -6
- package/src/browser/plugin-metrics-creator.ts +15 -15
- package/src/browser/plugin-metrics-frontend-module.ts +15 -15
- package/src/browser/plugin-metrics-languages-main.ts +15 -15
- package/src/browser/plugin-metrics-output-registry.ts +15 -15
- package/src/browser/plugin-metrics-resolver.ts +15 -15
- package/src/common/metrics-protocol.ts +15 -15
- package/src/common/plugin-metrics-types.ts +15 -15
- package/src/node/metric-output/plugin-metrics-time-count.ts +15 -15
- package/src/node/metric-output/plugin-metrics-time-sum.ts +15 -15
- package/src/node/metric-string-generator.ts +15 -15
- package/src/node/metrics-contributor.spec.ts +15 -15
- package/src/node/metrics-contributor.ts +15 -15
- package/src/node/plugin-metrics-backend-module.ts +15 -15
- package/src/node/plugin-metrics-impl.ts +15 -15
- package/src/node/plugin-metrics.ts +15 -15
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2019 Red Hat, Inc. 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
1
|
import { MetricOutput, AnalyticsFromRequests } from '../../common/plugin-metrics-types';
|
|
17
2
|
export declare class PluginMetricTimeCount implements MetricOutput {
|
|
18
3
|
header: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics-time-count.d.ts","sourceRoot":"","sources":["../../../src/node/metric-output/plugin-metrics-time-count.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-metrics-time-count.d.ts","sourceRoot":"","sources":["../../../src/node/metric-output/plugin-metrics-time-count.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAGxF,qBACa,qBAAsB,YAAW,YAAY;IAE/C,MAAM,SAAqH;IAElI,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,EAAE,qBAAqB,GAAG,MAAM;CAWlG"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2019 Red Hat, Inc. 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
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics-time-count.js","sourceRoot":"","sources":["../../../src/node/metric-output/plugin-metrics-time-count.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-metrics-time-count.js","sourceRoot":"","sources":["../../../src/node/metric-output/plugin-metrics-time-count.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;AAGhF,4DAA0D;AAG1D,IAAa,qBAAqB,GAAlC,MAAa,qBAAqB;IAAlC;QAEW,WAAM,GAAG,iHAAiH,CAAC;IAatI,CAAC;IAXG,kBAAkB,CAAC,EAAU,EAAE,MAAc,EAAE,gBAAuC;QAClF,IAAI,gBAAgB,CAAC,mBAAmB,GAAG,CAAC,EAAE;YAC1C,gBAAgB,CAAC,mBAAmB,GAAG,CAAC,CAAC;SAC5C;QACD,MAAM,aAAa,GAAG,kCAAkC,EAAE,aAAa,MAAM,uBAAuB,gBAAgB,CAAC,mBAAmB,IAAI,CAAC;QAE7I,MAAM,cAAc,GAAG,gBAAgB,CAAC,aAAa,GAAG,gBAAgB,CAAC,mBAAmB,CAAC;QAC7F,MAAM,aAAa,GAAG,kCAAkC,EAAE,aAAa,MAAM,oBAAoB,cAAc,IAAI,CAAC;QACpH,OAAO,aAAa,GAAG,aAAa,CAAC;IACzC,CAAC;CAEJ,CAAA;AAfY,qBAAqB;IADjC,IAAA,sBAAU,GAAE;GACA,qBAAqB,CAejC;AAfY,sDAAqB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2019 Red Hat, Inc. 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
1
|
import { MetricOutput, AnalyticsFromRequests } from '../../common/plugin-metrics-types';
|
|
17
2
|
export declare class PluginMetricTimeSum implements MetricOutput {
|
|
18
3
|
header: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics-time-sum.d.ts","sourceRoot":"","sources":["../../../src/node/metric-output/plugin-metrics-time-sum.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-metrics-time-sum.d.ts","sourceRoot":"","sources":["../../../src/node/metric-output/plugin-metrics-time-sum.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAGxF,qBACa,mBAAoB,YAAW,YAAY;IAE7C,MAAM,SAA6I;IAE1J,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,EAAE,qBAAqB,GAAG,MAAM;CAUlG"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2019 Red Hat, Inc. 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
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics-time-sum.js","sourceRoot":"","sources":["../../../src/node/metric-output/plugin-metrics-time-sum.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-metrics-time-sum.js","sourceRoot":"","sources":["../../../src/node/metric-output/plugin-metrics-time-sum.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;AAGhF,4DAA0D;AAG1D,IAAa,mBAAmB,GAAhC,MAAa,mBAAmB;IAAhC;QAEW,WAAM,GAAG,yIAAyI,CAAC;IAY9J,CAAC;IAVG,kBAAkB,CAAC,EAAU,EAAE,MAAc,EAAE,gBAAuC;QAClF,MAAM,WAAW,GAAG,gBAAgB,CAAC,mBAAmB,CAAC;QACzD,MAAM,OAAO,GAAG,gCAAgC,EAAE,aAAa,MAAM,uBAAuB,WAAW,IAAI,CAAC;QAE5G,MAAM,WAAW,GAAG,gBAAgB,CAAC,mBAAmB,CAAC;QACzD,MAAM,OAAO,GAAG,gCAAgC,EAAE,aAAa,MAAM,uBAAuB,WAAW,IAAI,CAAC;QAE5G,OAAO,OAAO,GAAG,OAAO,CAAC;IAC7B,CAAC;CAEJ,CAAA;AAdY,mBAAmB;IAD/B,IAAA,sBAAU,GAAE;GACA,mBAAmB,CAc/B;AAdY,kDAAmB"}
|
|
@@ -10,21 +10,21 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.PluginMetricStringGenerator = void 0;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
13
|
+
// *****************************************************************************
|
|
14
|
+
// Copyright (C) 2019 Red Hat, Inc. and others.
|
|
15
|
+
//
|
|
16
|
+
// This program and the accompanying materials are made available under the
|
|
17
|
+
// terms of the Eclipse Public License v. 2.0 which is available at
|
|
18
|
+
// http://www.eclipse.org/legal/epl-2.0.
|
|
19
|
+
//
|
|
20
|
+
// This Source Code may also be made available under the following Secondary
|
|
21
|
+
// Licenses when the conditions for such availability set forth in the Eclipse
|
|
22
|
+
// Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
23
|
+
// with the GNU Classpath Exception which is available at
|
|
24
|
+
// https://www.gnu.org/software/classpath/license.html.
|
|
25
|
+
//
|
|
26
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
27
|
+
// *****************************************************************************
|
|
28
28
|
const plugin_metrics_time_count_1 = require("./metric-output/plugin-metrics-time-count");
|
|
29
29
|
const plugin_metrics_time_sum_1 = require("./metric-output/plugin-metrics-time-sum");
|
|
30
30
|
const inversify_1 = require("@theia/core/shared/inversify");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metric-string-generator.js","sourceRoot":"","sources":["../../src/node/metric-string-generator.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"metric-string-generator.js","sourceRoot":"","sources":["../../src/node/metric-string-generator.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;AAChF,yFAAkF;AAClF,qFAA8E;AAE9E,4DAAkE;AAGlE,IAAa,2BAA2B,GAAxC,MAAa,2BAA2B;IAQpC,gBAAgB,CAAC,oBAAgC;QAE7C,IAAI,MAAM,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;YAChD,OAAO,EAAE,CAAC;SACb;QAED,IAAI,YAAY,GAAG,IAAI,CAAC,sBAAsB,CAAC,MAAM,CAAC;QACtD,KAAK,MAAM,WAAW,IAAI,oBAAoB,EAAE;YAC5C,IAAI,CAAC,oBAAoB,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE;gBACnD,SAAS;aACZ;YAED,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,WAAW,CAAC,CAAC;YAC3D,KAAK,MAAM,MAAM,IAAI,gBAAgB,EAAE;gBACnC,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE;oBAC1C,SAAS;iBACZ;gBACD,MAAM,QAAQ,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;gBAC1C,YAAY,IAAI,IAAI,CAAC,sBAAsB,CAAC,kBAAkB,CAAC,WAAW,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;aACjG;SACJ;QAED,YAAY,IAAI,IAAI,CAAC,oBAAoB,CAAC,MAAM,CAAC;QACjD,KAAK,MAAM,WAAW,IAAI,oBAAoB,EAAE;YAC5C,IAAI,CAAC,oBAAoB,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE;gBACnD,SAAS;aACZ;YAED,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,WAAW,CAAC,CAAC;YAC3D,KAAK,MAAM,MAAM,IAAI,gBAAgB,EAAE;gBACnC,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE;oBAC1C,SAAS;iBACZ;gBACD,MAAM,QAAQ,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;gBAC1C,YAAY,IAAI,IAAI,CAAC,oBAAoB,CAAC,kBAAkB,CAAC,WAAW,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;aAC/F;SACJ;QAED,OAAO,YAAY,CAAC;IACxB,CAAC;CACJ,CAAA;AA7CG;IADC,IAAA,kBAAM,EAAC,iDAAqB,CAAC;8BACE,iDAAqB;2EAAC;AAGtD;IADC,IAAA,kBAAM,EAAC,6CAAmB,CAAC;8BACE,6CAAmB;yEAAC;AANzC,2BAA2B;IADvC,IAAA,sBAAU,GAAE;GACA,2BAA2B,CAgDvC;AAhDY,kEAA2B"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2019 Red Hat, Inc. 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
1
|
import { PluginMetrics } from '../common/metrics-protocol';
|
|
17
2
|
import { MetricsMap } from '../common/plugin-metrics-types';
|
|
18
3
|
export declare class PluginMetricsContributor {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metrics-contributor.d.ts","sourceRoot":"","sources":["../../src/node/metrics-contributor.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"metrics-contributor.d.ts","sourceRoot":"","sources":["../../src/node/metrics-contributor.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,OAAO,EAAyB,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAEnF,qBACa,wBAAwB;IACjC,OAAO,EAAE,GAAG,CAAC,aAAa,CAAC,CAAa;IAExC,SAAS,IAAI,UAAU;CA6C1B"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2019 Red Hat, Inc. 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
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metrics-contributor.js","sourceRoot":"","sources":["../../src/node/metrics-contributor.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"metrics-contributor.js","sourceRoot":"","sources":["../../src/node/metrics-contributor.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;AAGhF,4DAA0D;AAI1D,IAAa,wBAAwB,GAArC,MAAa,wBAAwB;IAArC;QACI,YAAO,GAAuB,IAAI,GAAG,EAAE,CAAC;IA+C5C,CAAC;IA7CG,SAAS;QACL,MAAM,aAAa,GAAe,EAAE,CAAC;QACrC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;YACrB,MAAM,gBAAgB,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,UAAU,EAAE,CAAe,CAAC;YAElE,KAAK,MAAM,iBAAiB,IAAI,gBAAgB,EAAE;gBAC9C,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE;oBACrD,SAAS;iBACZ;gBAED,IAAI,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE;oBACnC,aAAa,CAAC,iBAAiB,CAAC,GAAG,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;iBAC1E;qBAAM;oBACH,MAAM,iBAAiB,GAAG,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;oBAC9D,KAAK,MAAM,MAAM,IAAI,iBAAiB,EAAE;wBAEpC,IAAI,CAAC,iBAAiB,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE;4BAC3C,SAAS;yBACZ;wBAED,IAAI,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC,EAAE;4BAC3C,aAAa,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC,GAAG,iBAAiB,CAAC,MAAM,CAAC,CAAC;yBACxE;6BAAM;4BACH,MAAM,eAAe,GAAG,aAAa,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;4BACjE,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE;gCAC5B,aAAa,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC,GAAG,eAAe,CAAC;6BAC9D;iCAAM;gCACH,0BAA0B;gCAC1B,4DAA4D;gCAC5D,MAAM,WAAW,GAAG,iBAAiB,CAAC,MAAM,CAA0B,CAAC;gCACvE,WAAW,CAAC,mBAAmB,GAAG,WAAW,CAAC,mBAAmB,GAAG,eAAe,CAAC,mBAAmB,CAAC;gCACxG,WAAW,CAAC,mBAAmB,GAAG,WAAW,CAAC,mBAAmB,GAAG,eAAe,CAAC,mBAAmB,CAAC;gCACxG,WAAW,CAAC,aAAa,IAAI,eAAe,CAAC,aAAa,CAAC;gCAC3D,WAAW,CAAC,mBAAmB,IAAI,eAAe,CAAC,mBAAmB,CAAC;gCAEvE,aAAa,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC,GAAG,WAAW,CAAC;6BAC1D;yBACJ;qBACJ;iBACJ;aACJ;QACL,CAAC,CAAC,CAAC;QACH,OAAO,aAAa,CAAC;IACzB,CAAC;CAEJ,CAAA;AAhDY,wBAAwB;IADpC,IAAA,sBAAU,GAAE;GACA,wBAAwB,CAgDpC;AAhDY,4DAAwB"}
|
|
@@ -1,17 +1,2 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2019 Red Hat, Inc. 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
1
|
export {};
|
|
17
2
|
//# sourceMappingURL=metrics-contributor.spec.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metrics-contributor.spec.d.ts","sourceRoot":"","sources":["../../src/node/metrics-contributor.spec.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"metrics-contributor.spec.d.ts","sourceRoot":"","sources":["../../src/node/metrics-contributor.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2019 Red Hat, Inc. 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
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
const metrics_contributor_1 = require("./metrics-contributor");
|
|
19
19
|
const inversify_1 = require("@theia/core/shared/inversify");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metrics-contributor.spec.js","sourceRoot":"","sources":["../../src/node/metrics-contributor.spec.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"metrics-contributor.spec.js","sourceRoot":"","sources":["../../src/node/metrics-contributor.spec.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2019 Red Hat, Inc. 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
1
|
import { ContainerModule } from '@theia/core/shared/inversify';
|
|
17
2
|
declare const _default: ContainerModule;
|
|
18
3
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics-backend-module.d.ts","sourceRoot":"","sources":["../../src/node/plugin-metrics-backend-module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-metrics-backend-module.d.ts","sourceRoot":"","sources":["../../src/node/plugin-metrics-backend-module.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;;AAM/D,wBAoBG"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2019 Red Hat, Inc. 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
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
const metrics_contribution_1 = require("@theia/metrics/lib/node/metrics-contribution");
|
|
19
19
|
const plugin_metrics_1 = require("./plugin-metrics");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics-backend-module.js","sourceRoot":"","sources":["../../src/node/plugin-metrics-backend-module.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-metrics-backend-module.js","sourceRoot":"","sources":["../../src/node/plugin-metrics-backend-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;AAEhF,uFAAmF;AACnF,qDAA6D;AAC7D,iEAA+E;AAC/E,+DAA0D;AAC1D,sEAA6E;AAC7E,sCAAuD;AACvD,4DAA+D;AAC/D,+DAAiE;AACjE,qFAA8E;AAC9E,yFAAkF;AAClF,uEAAwE;AAExE,kBAAe,IAAI,2BAAe,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE;IACjE,IAAI,CAAC,6CAAmB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IACtD,IAAI,CAAC,iDAAqB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IACxD,IAAI,CAAC,gCAAa,CAAC,CAAC,EAAE,CAAC,uCAAiB,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAC7D,IAAI,CAAC,qDAA2B,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC9D,IAAI,CAAC,8CAAwB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC3D,IAAI,CAAC,2BAAiB,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE;QACzC,MAAM,OAAO,GAAG,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,8CAAwB,CAAC,CAAC;QAC5D,OAAO,IAAI,+BAAwB,CAAC,qCAAkB,EAAE,MAAM,CAAC,EAAE;YAC7D,MAAM,oBAAoB,GAAkB,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,gCAAa,CAAC,CAAC;YAC7E,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;YAC1C,MAAM,CAAC,oBAAoB,CAAC,GAAG,EAAE;gBAC7B,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;YACjD,CAAC,CAAC,CAAC;YACH,OAAO,oBAAoB,CAAC;QAChC,CAAC,CAAC,CAAC;IACP,CAAC,CACA,CAAC,gBAAgB,EAAE,CAAC;IAErB,IAAI,CAAC,0CAAmB,CAAC,CAAC,EAAE,CAAC,0CAAyB,CAAC,CAAC,gBAAgB,EAAE,CAAC;AAC/E,CAAC,CAAC,CAAC"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2019 Red Hat, Inc. 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
1
|
import { PluginMetrics } from '../common/metrics-protocol';
|
|
17
2
|
export declare class PluginMetricsImpl implements PluginMetrics {
|
|
18
3
|
private metrics;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics-impl.d.ts","sourceRoot":"","sources":["../../src/node/plugin-metrics-impl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-metrics-impl.d.ts","sourceRoot":"","sources":["../../src/node/plugin-metrics-impl.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,qBACa,iBAAkB,YAAW,aAAa;IAEnD,OAAO,CAAC,OAAO,CAAgB;IAG/B,UAAU,CAAC,OAAO,EAAE,MAAM;IAI1B;;;OAGG;IACH,UAAU,IAAI,MAAM;CAIvB"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2019 Red Hat, Inc. 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
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics-impl.js","sourceRoot":"","sources":["../../src/node/plugin-metrics-impl.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-metrics-impl.js","sourceRoot":"","sources":["../../src/node/plugin-metrics-impl.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;AAEhF,4DAA0D;AAI1D,IAAa,iBAAiB,GAA9B,MAAa,iBAAiB;IAA9B;QAEY,YAAO,GAAW,IAAI,CAAC;IAenC,CAAC;IAbG,mCAAmC;IACnC,UAAU,CAAC,OAAe;QACtB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IAC3B,CAAC;IAED;;;OAGG;IACH,UAAU;QACN,OAAO,IAAI,CAAC,OAAO,CAAC;IACxB,CAAC;CAEJ,CAAA;AAjBY,iBAAiB;IAD7B,IAAA,sBAAU,GAAE;GACA,iBAAiB,CAiB7B;AAjBY,8CAAiB"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/********************************************************************************
|
|
2
|
-
* Copyright (C) 2019 Red Hat, Inc. 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
1
|
import { MetricsContribution } from '@theia/metrics/lib/node/metrics-contribution';
|
|
17
2
|
import { PluginMetricsContributor } from './metrics-contributor';
|
|
18
3
|
import { PluginMetricStringGenerator } from './metric-string-generator';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics.d.ts","sourceRoot":"","sources":["../../src/node/plugin-metrics.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin-metrics.d.ts","sourceRoot":"","sources":["../../src/node/plugin-metrics.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAEnF,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;AAExE,qBACa,yBAA0B,YAAW,mBAAmB;IAGjE,SAAS,CAAC,QAAQ,CAAC,kBAAkB,EAAE,wBAAwB,CAAC;IAGhE,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,2BAA2B,CAAC;IAEhE,OAAO,CAAC,OAAO,CAAS;IAExB,UAAU,IAAI,MAAM;IAIpB,eAAe,IAAI,IAAI;CAM1B"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// *****************************************************************************
|
|
3
|
+
// Copyright (C) 2019 Red Hat, Inc. 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
17
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
18
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
19
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-metrics.js","sourceRoot":"","sources":["../../src/node/plugin-metrics.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plugin-metrics.js","sourceRoot":"","sources":["../../src/node/plugin-metrics.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,+CAA+C;AAC/C,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,2EAA2E;AAC3E,gFAAgF;;;;;;;;;;;;AAEhF,4DAAkE;AAElE,iEAA6D;AAC7D,+DAAiE;AACjE,uEAAwE;AAGxE,IAAa,yBAAyB,GAAtC,MAAa,yBAAyB;IAUlC,UAAU;QACN,OAAO,IAAI,CAAC,OAAO,CAAC;IACxB,CAAC;IAED,eAAe;QACX,WAAW,CAAC,GAAG,EAAE;YACb,MAAM,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,CAAC,SAAS,EAAE,CAAC;YAC9D,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;QAC5E,CAAC,EAAE,kCAAe,CAAC,CAAC;IACxB,CAAC;CACJ,CAAA;AAjBG;IADC,IAAA,kBAAM,EAAC,8CAAwB,CAAC;8BACM,8CAAwB;qEAAC;AAGhE;IADC,IAAA,kBAAM,EAAC,qDAA2B,CAAC;8BACA,qDAA2B;kEAAC;AANvD,yBAAyB;IADrC,IAAA,sBAAU,GAAE;GACA,yBAAyB,CAoBrC;AApBY,8DAAyB"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin-metrics",
|
|
3
|
-
"version": "1.23.0-next.
|
|
3
|
+
"version": "1.23.0-next.52+e346ccfc5e4",
|
|
4
4
|
"description": "Theia - Plugin Metrics",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.23.0-next.
|
|
7
|
-
"@theia/metrics": "1.23.0-next.
|
|
8
|
-
"@theia/plugin": "1.23.0-next.
|
|
9
|
-
"@theia/plugin-ext": "1.23.0-next.
|
|
6
|
+
"@theia/core": "1.23.0-next.52+e346ccfc5e4",
|
|
7
|
+
"@theia/metrics": "1.23.0-next.52+e346ccfc5e4",
|
|
8
|
+
"@theia/plugin": "1.23.0-next.52+e346ccfc5e4",
|
|
9
|
+
"@theia/plugin-ext": "1.23.0-next.52+e346ccfc5e4"
|
|
10
10
|
},
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public"
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"nyc": {
|
|
48
48
|
"extends": "../../configs/nyc.json"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "e346ccfc5e44f600628f3197497daeb883c596e7"
|
|
51
51
|
}
|