@dojo/compose
Advanced tools
Comparing version 2.0.0-beta.23 to 2.0.0-beta.24
@@ -0,0 +0,0 @@ export interface AdvisingFunction extends Function { |
@@ -11,2 +11,3 @@ (function (factory) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var WeakMap_1 = require("@dojo/shim/WeakMap"); | ||
@@ -13,0 +14,0 @@ /** |
@@ -0,0 +0,0 @@ import { EventCancelableObject } from '@dojo/interfaces/core'; |
@@ -11,2 +11,3 @@ (function (factory) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
@@ -30,5 +31,4 @@ * A simple factory that creates an event object which can be cancelled | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = createCancelableEvent; | ||
}); | ||
//# sourceMappingURL=createCancelableEvent.js.map |
@@ -0,0 +0,0 @@ import { Destroyable } from '@dojo/interfaces/bases'; |
@@ -11,2 +11,3 @@ (function (factory) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Promise_1 = require("@dojo/shim/Promise"); | ||
@@ -74,5 +75,4 @@ var WeakMap_1 = require("@dojo/shim/WeakMap"); | ||
}); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = destroyableMixin; | ||
}); | ||
//# sourceMappingURL=destroyableMixin.js.map |
@@ -0,0 +0,0 @@ import { EventTargettedObject } from '@dojo/interfaces/core'; |
@@ -11,2 +11,3 @@ (function (factory) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var aspect_1 = require("@dojo/core/aspect"); | ||
@@ -124,5 +125,4 @@ var Map_1 = require("@dojo/shim/Map"); | ||
}); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = eventedMixin; | ||
}); | ||
//# sourceMappingURL=eventedMixin.js.map |
@@ -0,0 +0,0 @@ import { State, Stateful, StatefulOptions } from '@dojo/interfaces/bases'; |
@@ -11,2 +11,3 @@ (function (factory) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var lang_1 = require("@dojo/core/lang"); | ||
@@ -46,5 +47,4 @@ var WeakMap_1 = require("@dojo/shim/WeakMap"); | ||
}); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = statefulMixin; | ||
}); | ||
//# sourceMappingURL=statefulMixin.js.map |
@@ -0,0 +0,0 @@ import { BeforeAdvice, AfterAdvice, AroundAdvice } from './aspect'; |
@@ -11,2 +11,3 @@ (function (factory) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var lang_1 = require("@dojo/core/lang"); | ||
@@ -807,5 +808,4 @@ var array_1 = require("@dojo/shim/array"); | ||
}); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = compose; | ||
}); | ||
//# sourceMappingURL=compose.js.map |
@@ -0,0 +0,0 @@ import compose, { isComposeFactory } from './compose'; |
@@ -11,2 +11,3 @@ (function (factory) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var compose_1 = require("./compose"); | ||
@@ -13,0 +14,0 @@ exports.compose = compose_1.default; |
{ | ||
"name": "@dojo/compose", | ||
"version": "2.0.0-beta.23", | ||
"version": "2.0.0-beta.24", | ||
"description": "A composition library, which works well in a TypeScript environment.", | ||
@@ -16,18 +16,18 @@ "homepage": "http://dojotoolkit.org", | ||
"peerDependencies": { | ||
"@dojo/has": "2.0.0-alpha.7", | ||
"@dojo/shim": "2.0.0-beta.8", | ||
"@dojo/core": "2.0.0-alpha.20" | ||
"@dojo/core": "2.0.0-alpha.25", | ||
"@dojo/has": "2.0.0-alpha.8", | ||
"@dojo/shim": "2.0.0-beta.10" | ||
}, | ||
"devDependencies": { | ||
"@dojo/interfaces": "2.0.0-alpha.11", | ||
"@dojo/loader": "2.0.0-beta.9", | ||
"@types/chai": "~3.4.0", | ||
"@types/glob": "~5.0.0", | ||
"@types/grunt": "~0.4.0", | ||
"@dojo/interfaces": "2.0.0-alpha.11", | ||
"@dojo/loader": "2.0.0-beta.9", | ||
"grunt": "^1.0.1", | ||
"grunt-dojo2": ">=2.0.0-beta.21", | ||
"grunt-dojo2": ">=2.0.0-beta.33", | ||
"intern": "~3.4.1", | ||
"tslint": "^3.15.1", | ||
"typescript": "~2.1.4" | ||
"typescript": "~2.2.1" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @dojo/compose |
@@ -0,0 +0,0 @@ export interface CancelableEvent<T extends string, U> { |
@@ -11,2 +11,3 @@ (function (factory) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
@@ -30,5 +31,4 @@ * A simple factory that creates an event object which can be cancelled | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = createCancelableEvent; | ||
}); | ||
//# sourceMappingURL=createCancelableEvent.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1942
192354