Comparing version 1.18.0 to 1.19.0
@@ -5,2 +5,3 @@ export * from './base64'; | ||
export * from './concurrency'; | ||
export { once } from './once'; | ||
export { concurrency as concurrencyDecorator } from './concurrencyDecorator'; | ||
@@ -7,0 +8,0 @@ export * from './dataUri'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.concurrencyDecorator = void 0; | ||
exports.concurrencyDecorator = exports.once = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -9,2 +9,4 @@ tslib_1.__exportStar(require("./base64"), exports); | ||
tslib_1.__exportStar(require("./concurrency"), exports); | ||
var once_1 = require("./once"); | ||
Object.defineProperty(exports, "once", { enumerable: true, get: function () { return once_1.once; } }); | ||
var concurrencyDecorator_1 = require("./concurrencyDecorator"); | ||
@@ -11,0 +13,0 @@ Object.defineProperty(exports, "concurrencyDecorator", { enumerable: true, get: function () { return concurrencyDecorator_1.concurrency; } }); |
@@ -5,2 +5,3 @@ export * from './base64'; | ||
export * from './concurrency'; | ||
export { once } from './once'; | ||
export { concurrency as concurrencyDecorator } from './concurrencyDecorator'; | ||
@@ -7,0 +8,0 @@ export * from './dataUri'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.concurrencyDecorator = void 0; | ||
exports.concurrencyDecorator = exports.once = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -9,2 +9,4 @@ tslib_1.__exportStar(require("./base64"), exports); | ||
tslib_1.__exportStar(require("./concurrency"), exports); | ||
var once_1 = require("./once"); | ||
Object.defineProperty(exports, "once", { enumerable: true, get: function () { return once_1.once; } }); | ||
var concurrencyDecorator_1 = require("./concurrencyDecorator"); | ||
@@ -11,0 +13,0 @@ Object.defineProperty(exports, "concurrencyDecorator", { enumerable: true, get: function () { return concurrencyDecorator_1.concurrency; } }); |
@@ -6,3 +6,3 @@ "use strict"; | ||
const tick_1 = require("./tick"); | ||
const until = (check, pollInterval = 1) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { | ||
const until = (check_1, ...args_1) => tslib_1.__awaiter(void 0, [check_1, ...args_1], void 0, function* (check, pollInterval = 1) { | ||
do { | ||
@@ -9,0 +9,0 @@ if (yield check()) |
@@ -5,2 +5,3 @@ export * from './base64'; | ||
export * from './concurrency'; | ||
export { once } from './once'; | ||
export { concurrency as concurrencyDecorator } from './concurrencyDecorator'; | ||
@@ -7,0 +8,0 @@ export * from './dataUri'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.concurrencyDecorator = void 0; | ||
exports.concurrencyDecorator = exports.once = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -9,2 +9,4 @@ tslib_1.__exportStar(require("./base64"), exports); | ||
tslib_1.__exportStar(require("./concurrency"), exports); | ||
var once_1 = require("./once"); | ||
Object.defineProperty(exports, "once", { enumerable: true, get: function () { return once_1.once; } }); | ||
var concurrencyDecorator_1 = require("./concurrencyDecorator"); | ||
@@ -11,0 +13,0 @@ Object.defineProperty(exports, "concurrencyDecorator", { enumerable: true, get: function () { return concurrencyDecorator_1.concurrency; } }); |
@@ -6,3 +6,3 @@ "use strict"; | ||
const tick_1 = require("./tick"); | ||
const until = (check, pollInterval = 1) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { | ||
const until = (check_1, ...args_1) => tslib_1.__awaiter(void 0, [check_1, ...args_1], void 0, function* (check, pollInterval = 1) { | ||
do { | ||
@@ -9,0 +9,0 @@ if (yield check()) |
{ | ||
"name": "thingies", | ||
"version": "1.18.0", | ||
"version": "1.19.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -95,2 +95,7 @@ # thingies | ||
- `once` — a class method decorator, which limits method execution to once | ||
per instance. Returns the result of the first execution for all subsequent calls. | ||
--- | ||
- `loadCss` — loads a CSS file into the DOM, given a URL. Does nothing on the | ||
@@ -97,0 +102,0 @@ server. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98682
165
2937
129