@here/harp-utils
Advanced tools
+2
-2
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -15,3 +15,3 @@ * SPDX-License-Identifier: Apache-2.0 | ||
| var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
| for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
| for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
| }; | ||
@@ -18,0 +18,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
+2
-2
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -15,3 +15,3 @@ * SPDX-License-Identifier: Apache-2.0 | ||
| var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
| for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
| for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
| }; | ||
@@ -18,0 +18,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
+2
-2
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -15,3 +15,3 @@ * SPDX-License-Identifier: Apache-2.0 | ||
| var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
| for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
| for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
| }; | ||
@@ -18,0 +18,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
+1
-1
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2020-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
+1
-1
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
@@ -11,3 +11,4 @@ import { IChannel } from "./IChannel"; | ||
| Warn = 4, | ||
| Error = 5 | ||
| Error = 5, | ||
| None = 6 | ||
| } | ||
@@ -14,0 +15,0 @@ /** |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -20,2 +20,3 @@ * SPDX-License-Identifier: Apache-2.0 | ||
| LogLevel[LogLevel["Error"] = 5] = "Error"; | ||
| LogLevel[LogLevel["None"] = 6] = "None"; | ||
| })(LogLevel = exports.LogLevel || (exports.LogLevel = {})); | ||
@@ -22,0 +23,0 @@ /** |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -15,3 +15,3 @@ * SPDX-License-Identifier: Apache-2.0 | ||
| var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
| for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
| for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
| }; | ||
@@ -18,0 +18,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
+1
-1
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
+1
-1
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
+1
-1
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
@@ -114,2 +114,3 @@ /** | ||
| processNext(group: string, shouldProcess?: (task: Task) => boolean, n?: number): boolean; | ||
| clear(): void; | ||
| private pull; | ||
@@ -116,0 +117,0 @@ private sort; |
+4
-1
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2020-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -149,2 +149,5 @@ * SPDX-License-Identifier: Apache-2.0 | ||
| } | ||
| clear() { | ||
| this.m_taskLists.clear(); | ||
| } | ||
| pull(group, checkIfExpired = false) { | ||
@@ -151,0 +154,0 @@ var _a, _b; |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
+1
-1
| "use strict"; | ||
| /* | ||
| * Copyright (C) 2017-2020 HERE Europe B.V. | ||
| * Copyright (C) 2019-2021 HERE Europe B.V. | ||
| * Licensed under Apache 2.0, see full license in LICENSE | ||
@@ -5,0 +5,0 @@ * SPDX-License-Identifier: Apache-2.0 |
+7
-7
| { | ||
| "name": "@here/harp-utils", | ||
| "version": "0.21.0", | ||
| "version": "0.22.0", | ||
| "description": "Provides utilities: logging, debugging.", | ||
@@ -23,11 +23,11 @@ "main": "index.js", | ||
| "devDependencies": { | ||
| "@types/chai": "^4.2.11", | ||
| "@types/mocha": "^7.0.2", | ||
| "@types/chai": "^4.2.14", | ||
| "@types/mocha": "^8.2.0", | ||
| "@types/node": "^14.0.5", | ||
| "@types/sinon": "^9.0.4", | ||
| "@types/sinon": "^9.0.10", | ||
| "chai": "^4.1.2", | ||
| "cross-env": "^7.0.2", | ||
| "sinon": "^9.0.2", | ||
| "sinon": "^9.2.2", | ||
| "source-map-support": "^0.5.19", | ||
| "typescript": "^3.9.3" | ||
| "typescript": "^4.1.2" | ||
| }, | ||
@@ -37,3 +37,3 @@ "publishConfig": { | ||
| }, | ||
| "gitHead": "460af4b155d303d96cb69152cbdbc3ff4c72213e" | ||
| "gitHead": "a767dad893071489a0b97b2453f0050ea2772dd8" | ||
| } |
117058
0.19%2942
0.2%