Comparing version 0.8.6 to 0.8.7
{ | ||
"name": "aurumjs", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"description": "Stream based declarative DOM rendering library for javascript", | ||
@@ -5,0 +5,0 @@ "main": "prebuilt/cjs/aurumjs.js", |
@@ -12,3 +12,3 @@ "use strict"; | ||
} | ||
}); | ||
}).filter(Boolean); | ||
resolvedChildren | ||
@@ -15,0 +15,0 @@ .reduce((acc, c) => { |
@@ -599,3 +599,3 @@ import { AurumServerInfo } from '../aurum_server/aurum_server_client.js'; | ||
toArray(): K[]; | ||
toArrayDataSource(): ReadOnlyArrayDataSource<K>; | ||
toArrayDataSource(cancellationToken?: CancellationToken): ReadOnlyArrayDataSource<K>; | ||
toSet(): Set<K>; | ||
@@ -656,4 +656,4 @@ clear(): void; | ||
listenOnKey(key: K, callback: Callback<boolean>, cancellationToken?: CancellationToken): Callback<void>; | ||
toArrayDataSource(): ReadOnlyArrayDataSource<K>; | ||
map<D>(mapper: (key: K) => D): ReadOnlyArrayDataSource<D>; | ||
toArrayDataSource(cancellationToken?: CancellationToken): ReadOnlyArrayDataSource<K>; | ||
map<D>(mapper: (key: K) => D, cancellationToken?: CancellationToken): ReadOnlyArrayDataSource<D>; | ||
/** | ||
@@ -660,0 +660,0 @@ * Returns all the keys of the object in the source |
@@ -9,3 +9,3 @@ import { resolveChildren, urlHashEmitter } from '../aurumjs.js'; | ||
} | ||
}); | ||
}).filter(Boolean); | ||
resolvedChildren | ||
@@ -12,0 +12,0 @@ .reduce((acc, c) => { |
@@ -599,3 +599,3 @@ import { AurumServerInfo } from '../aurum_server/aurum_server_client.js'; | ||
toArray(): K[]; | ||
toArrayDataSource(): ReadOnlyArrayDataSource<K>; | ||
toArrayDataSource(cancellationToken?: CancellationToken): ReadOnlyArrayDataSource<K>; | ||
toSet(): Set<K>; | ||
@@ -656,4 +656,4 @@ clear(): void; | ||
listenOnKey(key: K, callback: Callback<boolean>, cancellationToken?: CancellationToken): Callback<void>; | ||
toArrayDataSource(): ReadOnlyArrayDataSource<K>; | ||
map<D>(mapper: (key: K) => D): ReadOnlyArrayDataSource<D>; | ||
toArrayDataSource(cancellationToken?: CancellationToken): ReadOnlyArrayDataSource<K>; | ||
map<D>(mapper: (key: K) => D, cancellationToken?: CancellationToken): ReadOnlyArrayDataSource<D>; | ||
/** | ||
@@ -660,0 +660,0 @@ * Returns all the keys of the object in the source |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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 too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
4754864
294
44259