Comparing version 0.9.9 to 0.9.10
{ | ||
"name": "aurumjs", | ||
"version": "0.9.9", | ||
"version": "0.9.10", | ||
"main": "prebuilt/esnext/aurumjs.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -39,3 +39,3 @@ import { CancellationToken } from '../utilities/cancellation_token.js'; | ||
RemoteProtocol[RemoteProtocol["CANCEL_SET_DATASOURCE"] = 34] = "CANCEL_SET_DATASOURCE"; | ||
})(RemoteProtocol || (RemoteProtocol = {})); | ||
})(RemoteProtocol = RemoteProtocol || (RemoteProtocol = {})); | ||
const pendingRPCResponses = new Map(); | ||
@@ -42,0 +42,0 @@ export function getRemoteFunction(aurumServerInfo, cancellation) { |
@@ -7,3 +7,3 @@ import { dsDebounce } from './data_source_operators.js'; | ||
DataFlow[DataFlow["DOWNSTREAM"] = 1] = "DOWNSTREAM"; | ||
})(DataFlow || (DataFlow = {})); | ||
})(DataFlow = DataFlow || (DataFlow = {})); | ||
export var DataFlowBoth; | ||
@@ -14,3 +14,3 @@ (function (DataFlowBoth) { | ||
DataFlowBoth[DataFlowBoth["BOTH"] = 2] = "BOTH"; | ||
})(DataFlowBoth || (DataFlowBoth = {})); | ||
})(DataFlowBoth = DataFlowBoth || (DataFlowBoth = {})); | ||
export function ddsMap(mapDown, mapUp) { | ||
@@ -17,0 +17,0 @@ return { |
@@ -10,3 +10,3 @@ export var OperationType; | ||
OperationType[OperationType["MAP_DELAY_FILTER"] = 6] = "MAP_DELAY_FILTER"; | ||
})(OperationType || (OperationType = {})); | ||
})(OperationType = OperationType || (OperationType = {})); | ||
//# sourceMappingURL=operator_model.js.map |
@@ -1,5 +0,5 @@ | ||
import { DataSourceOperator } from '../stream/operator_model'; | ||
import { CancellationToken } from './cancellation_token'; | ||
import { DataSourceOperator } from '../stream/operator_model.js'; | ||
import { CancellationToken } from './cancellation_token.js'; | ||
export declare function transformAsyncIterator<T, A, B = A, C = B, D = C, E = D, F = E, G = F, H = G, I = H, J = I, K = J>(asyncIterator: AsyncGenerator<T>, operationA: DataSourceOperator<T, A>, operationB?: DataSourceOperator<A, B> | CancellationToken, operationC?: DataSourceOperator<B, C> | CancellationToken, operationD?: DataSourceOperator<C, D> | CancellationToken, operationE?: DataSourceOperator<D, E> | CancellationToken, operationF?: DataSourceOperator<E, F> | CancellationToken, operationG?: DataSourceOperator<F, G> | CancellationToken, operationH?: DataSourceOperator<G, H> | CancellationToken, operationI?: DataSourceOperator<H, I> | CancellationToken, operationJ?: DataSourceOperator<I, J> | CancellationToken, operationK?: DataSourceOperator<J, K> | CancellationToken, cancellationToken?: CancellationToken): AsyncGenerator<K>; | ||
export declare function promiseIterator<T>(promises: Promise<T>[], cancellation?: CancellationToken): AsyncIterableIterator<PromiseSettledResult<T>>; | ||
//# sourceMappingURL=iteration.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { OperationType } from '../stream/operator_model'; | ||
import { CancellationToken } from './cancellation_token'; | ||
import { OperationType } from '../stream/operator_model.js'; | ||
import { CancellationToken } from './cancellation_token.js'; | ||
const FILTERED = Symbol('filtered'); | ||
@@ -4,0 +4,0 @@ export async function* transformAsyncIterator(asyncIterator, operationA, operationB, operationC, operationD, operationE, operationF, operationG, operationH, operationI, operationJ, operationK, cancellationToken) { |
@@ -8,4 +8,4 @@ import { | ||
OperationType | ||
} from '../stream/operator_model'; | ||
import { CancellationToken } from './cancellation_token'; | ||
} from '../stream/operator_model.js'; | ||
import { CancellationToken } from './cancellation_token.js'; | ||
@@ -12,0 +12,0 @@ const FILTERED = Symbol('filtered'); |
@@ -1,2 +0,2 @@ | ||
import { MapLike } from './common'; | ||
import { MapLike } from './common.js'; | ||
@@ -3,0 +3,0 @@ export class UrlStorage implements Storage { |
{ | ||
"compilerOptions": { | ||
"module": "esnext", | ||
"module": "Node16", | ||
"target": "es2022", | ||
@@ -16,3 +16,3 @@ "sourceMap": true, | ||
"jsxFragmentFactory": "Aurum.fragment", | ||
"moduleResolution": "node", | ||
"moduleResolution": "Node16", | ||
"noImplicitReturns": true, | ||
@@ -19,0 +19,0 @@ "alwaysStrict": true, |
{ | ||
"compilerOptions": { | ||
"module": "esnext", | ||
"module": "Node16", | ||
"target": "es2022", | ||
@@ -16,3 +16,3 @@ "sourceMap": true, | ||
"jsxFragmentFactory": "Aurum.fragment", | ||
"moduleResolution": "node", | ||
"moduleResolution": "Node16", | ||
"noImplicitReturns": true, | ||
@@ -19,0 +19,0 @@ "alwaysStrict": true, |
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 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
2502167