asynciterator
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0-beta.5
@@ -635,3 +635,3 @@ /** | ||
private _sources; | ||
private _sourcesComplete; | ||
private _pending?; | ||
private _currentSource; | ||
@@ -644,2 +644,3 @@ /** | ||
constructor(sources: AsyncIteratorOrArray<AsyncIterator<T>>, options?: BufferedIteratorOptions); | ||
protected _loadSources(): void; | ||
protected _addSource(source: InternalSource<T>): void; | ||
@@ -646,0 +647,0 @@ protected _removeEmptySources(): void; |
{ | ||
"name": "asynciterator", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0-beta.5", | ||
"description": "An asynchronous iterator library for advanced object pipelines.", | ||
@@ -5,0 +5,0 @@ "author": "Ruben Verborgh <ruben@verborgh.org>", |
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
173275
3998