Comparing version 1.0.0 to 1.0.1-dev.20180312
@@ -0,0 +0,0 @@ # Contributor Covenant Code of Conduct |
@@ -0,0 +0,0 @@ # Contribution Guide |
@@ -0,0 +0,0 @@ import * as std from "tstl"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as std from "tstl"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as std from "tstl"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ICollection.js.map |
@@ -0,0 +0,0 @@ import * as std from "tstl"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IEventDispatcher.js.map |
@@ -5,12 +5,12 @@ export * from "./basic/CollectionEvent"; | ||
export * from "./basic/EventDispatcher"; | ||
export * from "./linear/Vector"; | ||
export * from "./linear/Deque"; | ||
export * from "./linear/List"; | ||
export * from "./sets/TreeSet"; | ||
export * from "./sets/TreeMultiSet"; | ||
export * from "./sets/HashSet"; | ||
export * from "./sets/HashMultiSet"; | ||
export * from "./maps/TreeMap"; | ||
export * from "./maps/TreeMultiMap"; | ||
export * from "./maps/HashMap"; | ||
export * from "./maps/HashMultiMap"; | ||
export * from "./linear/VectorCollection"; | ||
export * from "./linear/DequeCollection"; | ||
export * from "./linear/ListCollection"; | ||
export * from "./sets/TreeSetCollection"; | ||
export * from "./sets/TreeMultiSetCollection"; | ||
export * from "./sets/HashSetCollection"; | ||
export * from "./sets/HashMultiSetCollection"; | ||
export * from "./maps/TreeMapCollection"; | ||
export * from "./maps/TreeMultiMapCollection"; | ||
export * from "./maps/HashMapCollection"; | ||
export * from "./maps/HashMultiMapCollection"; |
@@ -13,15 +13,15 @@ "use strict"; | ||
// LINEAR | ||
__export(require("./linear/Vector")); | ||
__export(require("./linear/Deque")); | ||
__export(require("./linear/List")); | ||
__export(require("./linear/VectorCollection")); | ||
__export(require("./linear/DequeCollection")); | ||
__export(require("./linear/ListCollection")); | ||
// SETS | ||
__export(require("./sets/TreeSet")); | ||
__export(require("./sets/TreeMultiSet")); | ||
__export(require("./sets/HashSet")); | ||
__export(require("./sets/HashMultiSet")); | ||
__export(require("./sets/TreeSetCollection")); | ||
__export(require("./sets/TreeMultiSetCollection")); | ||
__export(require("./sets/HashSetCollection")); | ||
__export(require("./sets/HashMultiSetCollection")); | ||
// MAPS | ||
__export(require("./maps/TreeMap")); | ||
__export(require("./maps/TreeMultiMap")); | ||
__export(require("./maps/HashMap")); | ||
__export(require("./maps/HashMultiMap")); | ||
__export(require("./maps/TreeMapCollection")); | ||
__export(require("./maps/TreeMultiMapCollection")); | ||
__export(require("./maps/HashMapCollection")); | ||
__export(require("./maps/HashMultiMapCollection")); | ||
//# sourceMappingURL=index.js.map |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function test_linear_containers(): void; |
@@ -93,5 +93,5 @@ "use strict"; | ||
]; | ||
var vec = new econ.Vector(); | ||
var deq = new econ.Deque(); | ||
var list = new econ.List(); | ||
var vec = new econ.ArrayCollection(); | ||
var deq = new econ.DequeCollection(); | ||
var list = new econ.ListCollection(); | ||
var r1 = process_tasks(tasks, vec); | ||
@@ -98,0 +98,0 @@ var r2 = process_tasks(tasks, deq); |
export declare function test_swaps(): void; |
@@ -17,3 +17,3 @@ "use strict"; | ||
var x = new std.List(); | ||
var y = new econ.List(); | ||
var y = new econ.ListCollection(); | ||
var sum = 0; | ||
@@ -20,0 +20,0 @@ y.addEventListener("refresh", function (event) { |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1-dev.20180312", | ||
"main": "lib/index.js", | ||
@@ -61,3 +61,3 @@ "typings": "lib/index.d.ts", | ||
"dependencies": { | ||
"tstl": ">= 1.7.7" | ||
"tstl": ">= 1.7.9" | ||
}, | ||
@@ -64,0 +64,0 @@ "devDependencies": { |
@@ -0,0 +0,0 @@ # **E**vent **Con**tainers |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
109061
46
2543
1
1
Updatedtstl@>= 1.7.9