@tanstack/query-core
Version:
The framework agnostic core that powers TanStack Query
25 lines (24 loc) • 1.93 kB
JavaScript
import { timeoutManager } from "./timeoutManager.js";
import { hashKey, isServer, keepPreviousData, matchMutation, matchQuery, noop, partialMatchKey, replaceEqualDeep, shouldThrowError, skipToken } from "./utils.js";
import { environmentManager } from "./environmentManager.js";
import { focusManager } from "./focusManager.js";
import { defaultShouldDehydrateMutation, defaultShouldDehydrateQuery, dehydrate, dehydrateQuery, hydrate } from "./hydration.js";
import { defaultScheduler, notifyManager } from "./notifyManager.js";
import { onlineManager } from "./onlineManager.js";
import { CancelledError, isCancelledError } from "./retryer.js";
import { Query } from "./query.js";
import { QueryObserver } from "./queryObserver.js";
import { InfiniteQueryObserver } from "./infiniteQueryObserver.js";
import { Mutation } from "./mutation.js";
import { MutationCache } from "./mutationCache.js";
import { MutationObserver } from "./mutationObserver.js";
import { QueriesObserver } from "./queriesObserver.js";
import { QueryCache } from "./queryCache.js";
import { QueryClient } from "./queryClient.js";
import { streamedQuery } from "./streamedQuery.js";
import { dataTagErrorSymbol, dataTagSymbol, unsetMarker } from "./types.js";
//#region src/index.ts
/* istanbul ignore file */
//#endregion
export { CancelledError, InfiniteQueryObserver, Mutation, MutationCache, MutationObserver, QueriesObserver, Query, QueryCache, QueryClient, QueryObserver, dataTagErrorSymbol, dataTagSymbol, defaultScheduler, defaultShouldDehydrateMutation, defaultShouldDehydrateQuery, dehydrate, dehydrateQuery, environmentManager, streamedQuery as experimental_streamedQuery, focusManager, hashKey, hydrate, isCancelledError, isServer, keepPreviousData, matchMutation, matchQuery, noop, notifyManager, onlineManager, partialMatchKey, replaceEqualDeep, shouldThrowError, skipToken, timeoutManager, unsetMarker };
//# sourceMappingURL=index.js.map