@warp-drive/core 5.8.0-beta.0 → 5.8.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -36
- package/declarations/build-config.d.ts +18 -1
- package/declarations/configure.d.ts +1 -1
- package/declarations/graph/-private/-edge-definition.d.ts +12 -2
- package/declarations/index.d.ts +90 -8
- package/declarations/reactive/-private/default-mode.d.ts +1 -1
- package/declarations/reactive/-private/document.d.ts +58 -46
- package/declarations/reactive/-private/fields/extension.d.ts +1 -1
- package/declarations/reactive/-private/fields/managed-array.d.ts +2 -2
- package/declarations/reactive/-private/fields/managed-object.d.ts +1 -1
- package/declarations/reactive/-private/record.d.ts +10 -1
- package/declarations/reactive/-private/schema.d.ts +77 -4
- package/declarations/reactive/-private.d.ts +1 -0
- package/declarations/reactive.d.ts +13 -8
- package/declarations/request/-private/types.d.ts +1 -1
- package/declarations/request.d.ts +47 -0
- package/declarations/signals/-leaked.d.ts +2 -0
- package/declarations/signals/-private.d.ts +6 -0
- package/declarations/{store/-private/new-core-tmp → signals}/promise-state.d.ts +2 -1
- package/declarations/{store/-private/new-core-tmp → signals}/request-state.d.ts +6 -6
- package/declarations/{store/-private/new-core-tmp → signals}/request-subscription.d.ts +4 -4
- package/declarations/store/-private/cache-handler/types.d.ts +2 -16
- package/declarations/store/-private/caches/instance-cache.d.ts +5 -6
- package/declarations/store/-private/default-cache-policy.d.ts +147 -129
- package/declarations/store/-private/managers/cache-capabilities-manager.d.ts +1 -1
- package/declarations/store/-private/managers/cache-key-manager.d.ts +26 -8
- package/declarations/store/-private/managers/cache-manager.d.ts +7 -18
- package/declarations/store/-private/managers/notification-manager.d.ts +1 -1
- package/declarations/store/-private/record-arrays/legacy-many-array.d.ts +1 -1
- package/declarations/store/-private/record-arrays/resource-array.d.ts +1 -1
- package/declarations/store/-private/store-service.d.ts +43 -64
- package/declarations/store/-private.d.ts +0 -6
- package/declarations/store/-types/q/cache-capabilities-manager.d.ts +1 -1
- package/declarations/store/deprecated/-private.d.ts +2 -2
- package/declarations/store/deprecated/store.d.ts +33 -32
- package/declarations/store.d.ts +1 -0
- package/declarations/types/cache.d.ts +8 -6
- package/declarations/types/record.d.ts +132 -0
- package/declarations/types/request.d.ts +26 -14
- package/declarations/types/schema/fields.d.ts +37 -13
- package/declarations/{store/-types/q → types/schema}/schema-service.d.ts +15 -13
- package/declarations/types/spec/document.d.ts +34 -0
- package/declarations/types/symbols.d.ts +2 -2
- package/declarations/types.d.ts +1 -1
- package/dist/build-config.js +1 -1
- package/dist/configure-DPUFCemT.js +1940 -0
- package/dist/configure.js +2 -1
- package/dist/default-cache-policy-D7_u4YRH.js +572 -0
- package/dist/{context-C_7OLieY.js → future-BKkJJkj7.js} +174 -174
- package/dist/graph/-private.js +16 -6
- package/dist/{request-state-C955e0AL.js → index-CQP2NSqg.js} +8830 -9427
- package/dist/index.js +6 -382
- package/dist/reactive/-private.js +1 -1
- package/dist/reactive.js +4 -903
- package/dist/request.js +49 -1
- package/dist/signals/-leaked.js +1 -0
- package/dist/store/-private.js +1 -2
- package/dist/store.js +1 -533
- package/dist/symbols-3C1OkYtZ.js +39 -0
- package/dist/types/-private.js +1 -1
- package/dist/types/record.js +127 -0
- package/dist/types/request.js +14 -12
- package/dist/types/runtime.js +1 -1
- package/dist/types/schema/fields.js +14 -0
- package/dist/types/schema/schema-service.js +0 -0
- package/dist/types/symbols.js +2 -2
- package/dist/unpkg/dev/-leaked-Co0EI6Go.js +1939 -0
- package/dist/unpkg/dev/build-config/babel-macros.js +1 -0
- package/dist/unpkg/dev/build-config/canary-features.js +1 -0
- package/dist/unpkg/dev/build-config/debugging.js +1 -0
- package/dist/unpkg/dev/build-config/deprecations.js +1 -0
- package/dist/unpkg/dev/build-config/env.js +1 -0
- package/dist/unpkg/dev/build-config/macros.js +1 -0
- package/dist/unpkg/dev/build-config.js +1 -0
- package/dist/unpkg/dev/configure.js +1 -0
- package/dist/unpkg/dev/future-DFfOzSoe.js +672 -0
- package/dist/unpkg/dev/graph/-private.js +3132 -0
- package/dist/unpkg/dev/index-BzcBOnw9.js +9392 -0
- package/dist/unpkg/dev/index.js +6 -0
- package/dist/unpkg/dev/reactive/-private.js +1 -0
- package/dist/unpkg/dev/reactive.js +3 -0
- package/dist/unpkg/dev/request.js +49 -0
- package/dist/unpkg/dev/runtime-E1M51_-O.js +135 -0
- package/dist/unpkg/dev/signals/-leaked.js +1 -0
- package/dist/unpkg/dev/store/-private.js +55 -0
- package/dist/unpkg/dev/store.js +558 -0
- package/dist/unpkg/dev/types/-private.js +69 -0
- package/dist/unpkg/dev/types/cache/aliases.js +0 -0
- package/dist/unpkg/dev/types/cache/change.js +0 -0
- package/dist/unpkg/dev/types/cache/mutations.js +0 -0
- package/dist/unpkg/dev/types/cache/operations.js +0 -0
- package/dist/unpkg/dev/types/cache/relationship.js +0 -0
- package/dist/unpkg/dev/types/cache.js +0 -0
- package/dist/unpkg/dev/types/graph.js +0 -0
- package/dist/unpkg/dev/types/identifier.js +61 -0
- package/dist/unpkg/dev/types/json/raw.js +0 -0
- package/dist/unpkg/dev/types/params.js +0 -0
- package/dist/unpkg/dev/types/record.js +191 -0
- package/dist/unpkg/dev/types/request.js +77 -0
- package/dist/unpkg/dev/types/runtime.js +34 -0
- package/dist/unpkg/dev/types/schema/concepts.js +0 -0
- package/dist/unpkg/dev/types/schema/fields.js +505 -0
- package/dist/unpkg/dev/types/schema/fields.type-test.js +0 -0
- package/dist/unpkg/dev/types/schema/schema-service.js +0 -0
- package/dist/unpkg/dev/types/spec/document.js +0 -0
- package/dist/unpkg/dev/types/spec/error.js +0 -0
- package/dist/unpkg/dev/types/spec/json-api-raw.js +0 -0
- package/dist/unpkg/dev/types/symbols.js +84 -0
- package/dist/unpkg/dev/types/utils.js +0 -0
- package/dist/unpkg/dev/types.js +0 -0
- package/dist/unpkg/dev/utils/string.js +91 -0
- package/dist/unpkg/dev-deprecated/-leaked-DjMeRqdU.js +1939 -0
- package/dist/unpkg/dev-deprecated/-private-3C1OkYtZ.js +39 -0
- package/dist/unpkg/dev-deprecated/build-config/babel-macros.js +1 -0
- package/dist/unpkg/dev-deprecated/build-config/canary-features.js +1 -0
- package/dist/unpkg/dev-deprecated/build-config/debugging.js +1 -0
- package/dist/unpkg/dev-deprecated/build-config/deprecations.js +1 -0
- package/dist/unpkg/dev-deprecated/build-config/env.js +1 -0
- package/dist/unpkg/dev-deprecated/build-config/macros.js +1 -0
- package/dist/unpkg/dev-deprecated/build-config.js +1 -0
- package/dist/unpkg/dev-deprecated/configure.js +1 -0
- package/dist/unpkg/dev-deprecated/future-DFfOzSoe.js +672 -0
- package/dist/unpkg/dev-deprecated/graph/-private.js +3327 -0
- package/dist/unpkg/dev-deprecated/index-6TnTv-WG.js +10007 -0
- package/dist/unpkg/dev-deprecated/index.js +5 -0
- package/dist/unpkg/dev-deprecated/reactive/-private.js +1 -0
- package/dist/unpkg/dev-deprecated/reactive.js +3 -0
- package/dist/unpkg/dev-deprecated/request.js +49 -0
- package/dist/unpkg/dev-deprecated/runtime-DAu5b0IR.js +135 -0
- package/dist/unpkg/dev-deprecated/signals/-leaked.js +1 -0
- package/dist/unpkg/dev-deprecated/store/-private.js +1 -0
- package/dist/unpkg/dev-deprecated/store.js +558 -0
- package/dist/unpkg/dev-deprecated/types/-private.js +69 -0
- package/dist/unpkg/dev-deprecated/types/cache/aliases.js +0 -0
- package/dist/unpkg/dev-deprecated/types/cache/change.js +0 -0
- package/dist/unpkg/dev-deprecated/types/cache/mutations.js +0 -0
- package/dist/unpkg/dev-deprecated/types/cache/operations.js +0 -0
- package/dist/unpkg/dev-deprecated/types/cache/relationship.js +0 -0
- package/dist/unpkg/dev-deprecated/types/cache.js +0 -0
- package/dist/unpkg/dev-deprecated/types/graph.js +0 -0
- package/dist/unpkg/dev-deprecated/types/identifier.js +61 -0
- package/dist/unpkg/dev-deprecated/types/json/raw.js +0 -0
- package/dist/unpkg/dev-deprecated/types/params.js +0 -0
- package/dist/unpkg/dev-deprecated/types/record.js +191 -0
- package/dist/unpkg/dev-deprecated/types/request.js +77 -0
- package/dist/unpkg/dev-deprecated/types/runtime.js +34 -0
- package/dist/unpkg/dev-deprecated/types/schema/concepts.js +0 -0
- package/dist/unpkg/dev-deprecated/types/schema/fields.js +505 -0
- package/dist/unpkg/dev-deprecated/types/schema/fields.type-test.js +0 -0
- package/dist/unpkg/dev-deprecated/types/schema/schema-service.js +0 -0
- package/dist/unpkg/dev-deprecated/types/spec/document.js +0 -0
- package/dist/unpkg/dev-deprecated/types/spec/error.js +0 -0
- package/dist/unpkg/dev-deprecated/types/spec/json-api-raw.js +0 -0
- package/dist/unpkg/dev-deprecated/types/symbols.js +84 -0
- package/dist/unpkg/dev-deprecated/types/utils.js +0 -0
- package/dist/unpkg/dev-deprecated/types.js +0 -0
- package/dist/unpkg/dev-deprecated/utils/string.js +91 -0
- package/dist/unpkg/prod/-leaked-DUONXQDB.js +1676 -0
- package/dist/unpkg/prod/-private-sql1_mdx.js +39 -0
- package/dist/unpkg/prod/build-config/babel-macros.js +1 -0
- package/dist/unpkg/prod/build-config/canary-features.js +1 -0
- package/dist/unpkg/prod/build-config/debugging.js +1 -0
- package/dist/unpkg/prod/build-config/deprecations.js +1 -0
- package/dist/unpkg/prod/build-config/env.js +1 -0
- package/dist/unpkg/prod/build-config/macros.js +1 -0
- package/dist/unpkg/prod/build-config.js +1 -0
- package/dist/unpkg/prod/configure.js +2 -0
- package/dist/unpkg/prod/graph/-private.js +2235 -0
- package/dist/unpkg/prod/handler-EU_8ncB2.js +1619 -0
- package/dist/unpkg/prod/index.js +483 -0
- package/dist/unpkg/prod/promise-cache-DIT8Ypjq.js +19 -0
- package/dist/unpkg/prod/reactive/-private.js +1 -0
- package/dist/unpkg/prod/reactive.js +30 -0
- package/dist/unpkg/prod/request-BrJSCG6r.js +421 -0
- package/dist/unpkg/prod/request.js +2 -0
- package/dist/unpkg/prod/schema-BSkHyoWz.js +5219 -0
- package/dist/unpkg/prod/signals/-leaked.js +1 -0
- package/dist/unpkg/prod/store/-private.js +126 -0
- package/dist/unpkg/prod/store.js +437 -0
- package/dist/unpkg/prod/types/-private.js +49 -0
- package/dist/unpkg/prod/types/cache/aliases.js +0 -0
- package/dist/unpkg/prod/types/cache/change.js +0 -0
- package/dist/unpkg/prod/types/cache/mutations.js +0 -0
- package/dist/unpkg/prod/types/cache/operations.js +0 -0
- package/dist/unpkg/prod/types/cache/relationship.js +0 -0
- package/dist/unpkg/prod/types/cache.js +0 -0
- package/dist/unpkg/prod/types/graph.js +0 -0
- package/dist/unpkg/prod/types/identifier.js +61 -0
- package/dist/unpkg/prod/types/json/raw.js +0 -0
- package/dist/unpkg/prod/types/params.js +0 -0
- package/dist/unpkg/prod/types/record.js +191 -0
- package/dist/unpkg/prod/types/request.js +77 -0
- package/dist/unpkg/prod/types/runtime.js +34 -0
- package/dist/unpkg/prod/types/schema/concepts.js +0 -0
- package/dist/unpkg/prod/types/schema/fields.js +505 -0
- package/dist/unpkg/prod/types/schema/fields.type-test.js +0 -0
- package/dist/unpkg/prod/types/schema/schema-service.js +0 -0
- package/dist/unpkg/prod/types/spec/document.js +0 -0
- package/dist/unpkg/prod/types/spec/error.js +0 -0
- package/dist/unpkg/prod/types/spec/json-api-raw.js +0 -0
- package/dist/unpkg/prod/types/symbols.js +84 -0
- package/dist/unpkg/prod/types/utils.js +0 -0
- package/dist/unpkg/prod/types.js +0 -0
- package/dist/unpkg/prod/utils/string.js +72 -0
- package/dist/unpkg/prod-deprecated/-leaked-DRNv9VIX.js +1676 -0
- package/dist/unpkg/prod-deprecated/-private-3C1OkYtZ.js +39 -0
- package/dist/unpkg/prod-deprecated/build-config/babel-macros.js +1 -0
- package/dist/unpkg/prod-deprecated/build-config/canary-features.js +1 -0
- package/dist/unpkg/prod-deprecated/build-config/debugging.js +1 -0
- package/dist/unpkg/prod-deprecated/build-config/deprecations.js +1 -0
- package/dist/unpkg/prod-deprecated/build-config/env.js +1 -0
- package/dist/unpkg/prod-deprecated/build-config/macros.js +1 -0
- package/dist/unpkg/prod-deprecated/build-config.js +1 -0
- package/dist/unpkg/prod-deprecated/configure.js +2 -0
- package/dist/unpkg/prod-deprecated/graph/-private.js +2408 -0
- package/dist/unpkg/prod-deprecated/handler-CCIu4sQ3.js +334 -0
- package/dist/unpkg/prod-deprecated/hooks-Dv4Np0MY.js +26 -0
- package/dist/unpkg/prod-deprecated/index.js +483 -0
- package/dist/unpkg/prod-deprecated/promise-cache-DIT8Ypjq.js +19 -0
- package/dist/unpkg/prod-deprecated/reactive/-private.js +1 -0
- package/dist/unpkg/prod-deprecated/reactive.js +5 -0
- package/dist/unpkg/prod-deprecated/request-BrJSCG6r.js +421 -0
- package/dist/unpkg/prod-deprecated/request.js +2 -0
- package/dist/unpkg/prod-deprecated/schema-CJcjHv0E.js +6939 -0
- package/dist/unpkg/prod-deprecated/signals/-leaked.js +1 -0
- package/dist/unpkg/prod-deprecated/store/-private.js +88 -0
- package/dist/unpkg/prod-deprecated/store.js +437 -0
- package/dist/unpkg/prod-deprecated/types/-private.js +49 -0
- package/dist/unpkg/prod-deprecated/types/cache/aliases.js +0 -0
- package/dist/unpkg/prod-deprecated/types/cache/change.js +0 -0
- package/dist/unpkg/prod-deprecated/types/cache/mutations.js +0 -0
- package/dist/unpkg/prod-deprecated/types/cache/operations.js +0 -0
- package/dist/unpkg/prod-deprecated/types/cache/relationship.js +0 -0
- package/dist/unpkg/prod-deprecated/types/cache.js +0 -0
- package/dist/unpkg/prod-deprecated/types/graph.js +0 -0
- package/dist/unpkg/prod-deprecated/types/identifier.js +61 -0
- package/dist/unpkg/prod-deprecated/types/json/raw.js +0 -0
- package/dist/unpkg/prod-deprecated/types/params.js +0 -0
- package/dist/unpkg/prod-deprecated/types/record.js +191 -0
- package/dist/unpkg/prod-deprecated/types/request.js +77 -0
- package/dist/unpkg/prod-deprecated/types/runtime.js +34 -0
- package/dist/unpkg/prod-deprecated/types/schema/concepts.js +0 -0
- package/dist/unpkg/prod-deprecated/types/schema/fields.js +505 -0
- package/dist/unpkg/prod-deprecated/types/schema/fields.type-test.js +0 -0
- package/dist/unpkg/prod-deprecated/types/schema/schema-service.js +0 -0
- package/dist/unpkg/prod-deprecated/types/spec/document.js +0 -0
- package/dist/unpkg/prod-deprecated/types/spec/error.js +0 -0
- package/dist/unpkg/prod-deprecated/types/spec/json-api-raw.js +0 -0
- package/dist/unpkg/prod-deprecated/types/symbols.js +84 -0
- package/dist/unpkg/prod-deprecated/types/utils.js +0 -0
- package/dist/unpkg/prod-deprecated/types.js +0 -0
- package/dist/unpkg/prod-deprecated/utils/string.js +72 -0
- package/logos/README.md +2 -2
- package/logos/logo-yellow-slab.svg +1 -0
- package/logos/word-mark-black.svg +1 -0
- package/logos/word-mark-white.svg +1 -0
- package/package.json +12 -4
- package/declarations/store/-private/new-core-tmp/expensive-subscription.d.ts +0 -24
- package/dist/configure-C3x8YXzL.js +0 -181
- package/logos/NCC-1701-a-blue.svg +0 -4
- package/logos/NCC-1701-a-gold.svg +0 -4
- package/logos/NCC-1701-a-gold_100.svg +0 -1
- package/logos/NCC-1701-a-gold_base-64.txt +0 -1
- package/logos/NCC-1701-a.svg +0 -4
- package/logos/docs-badge.svg +0 -2
- package/logos/ember-data-logo-dark.svg +0 -12
- package/logos/ember-data-logo-light.svg +0 -12
- package/logos/social1.png +0 -0
- package/logos/social2.png +0 -0
- package/logos/warp-drive-logo-dark.svg +0 -4
- package/logos/warp-drive-logo-gold.svg +0 -4
- /package/declarations/{store/-private/new-core-tmp → signals}/reactivity/configure.d.ts +0 -0
- /package/declarations/{store/-private/new-core-tmp → signals}/reactivity/internal.d.ts +0 -0
- /package/declarations/{store/-private/new-core-tmp → signals}/reactivity/signal.d.ts +0 -0
- /package/dist/{symbols-sql1_mdx.js → unpkg/dev/-private-sql1_mdx.js} +0 -0
|
@@ -0,0 +1,483 @@
|
|
|
1
|
+
import { b as Store, r as registerDerivations, S as SchemaService } from "./schema-CJcjHv0E.js";
|
|
2
|
+
export { d as cacheKeyFor, d as recordIdentifierFor, z as setIdentifierForgetMethod, x as setIdentifierGenerationMethod, A as setIdentifierResetMethod, y as setIdentifierUpdateMethod, B as setKeyInfoForResource, s as storeFor } from "./schema-CJcjHv0E.js";
|
|
3
|
+
import { i as instantiateRecord, t as teardownRecord } from "./hooks-Dv4Np0MY.js";
|
|
4
|
+
import { peekUniversalTransient, setUniversalTransient } from './types/-private.js';
|
|
5
|
+
import "./-leaked-DRNv9VIX.js";
|
|
6
|
+
import { c as cloneResponseProperties, I as IS_CACHE_HANDLER, e as executeNextHandler, u as upgradePromise } from "./request-BrJSCG6r.js";
|
|
7
|
+
import { EnableHydration } from './types/request.js';
|
|
8
|
+
import { g as getRequestResult, s as setPromiseResult, c as clearRequestResult } from "./promise-cache-DIT8Ypjq.js";
|
|
9
|
+
import { DefaultCachePolicy } from './store.js';
|
|
10
|
+
import { C as CacheHandler } from "./handler-CCIu4sQ3.js";
|
|
11
|
+
import './types/runtime.js';
|
|
12
|
+
|
|
13
|
+
// Lazily close over fetch to avoid breaking Mirage
|
|
14
|
+
const _fetch = typeof fetch !== 'undefined' ? (...args) => fetch(...args) : typeof FastBoot !== 'undefined' ? (...args) => FastBoot.require('node-fetch')(...args) : () => {
|
|
15
|
+
throw new Error('No Fetch Implementation Found');
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
// clones a response in a way that should still
|
|
19
|
+
// allow it to stream
|
|
20
|
+
function cloneResponse(response, overrides) {
|
|
21
|
+
const props = cloneResponseProperties(response);
|
|
22
|
+
return new Response(response.body, Object.assign(props, overrides));
|
|
23
|
+
}
|
|
24
|
+
const MUTATION_OPS = new Set(['updateRecord', 'createRecord', 'deleteRecord']);
|
|
25
|
+
const ERROR_STATUS_CODE_FOR = new Map([[400, 'Bad Request'], [401, 'Unauthorized'], [402, 'Payment Required'], [403, 'Forbidden'], [404, 'Not Found'], [405, 'Method Not Allowed'], [406, 'Not Acceptable'], [407, 'Proxy Authentication Required'], [408, 'Request Timeout'], [409, 'Conflict'], [410, 'Gone'], [411, 'Length Required'], [412, 'Precondition Failed'], [413, 'Payload Too Large'], [414, 'URI Too Long'], [415, 'Unsupported Media Type'], [416, 'Range Not Satisfiable'], [417, 'Expectation Failed'], [419, 'Page Expired'], [420, 'Enhance Your Calm'], [421, 'Misdirected Request'], [422, 'Unprocessable Entity'], [423, 'Locked'], [424, 'Failed Dependency'], [425, 'Too Early'], [426, 'Upgrade Required'], [428, 'Precondition Required'], [429, 'Too Many Requests'], [430, 'Request Header Fields Too Large'], [431, 'Request Header Fields Too Large'], [450, 'Blocked By Windows Parental Controls'], [451, 'Unavailable For Legal Reasons'], [500, 'Internal Server Error'], [501, 'Not Implemented'], [502, 'Bad Gateway'], [503, 'Service Unavailable'], [504, 'Gateway Timeout'], [505, 'HTTP Version Not Supported'], [506, 'Variant Also Negotiates'], [507, 'Insufficient Storage'], [508, 'Loop Detected'], [509, 'Bandwidth Limit Exceeded'], [510, 'Not Extended'], [511, 'Network Authentication Required']]);
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* ```ts
|
|
29
|
+
* import { Fetch } from '@warp-drive/core';
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* A basic Fetch Handler which converts a request into a
|
|
33
|
+
* `fetch` call presuming the response to be `json`.
|
|
34
|
+
*
|
|
35
|
+
* ```ts
|
|
36
|
+
* import { RequestManager, Fetch } from '@warp-drive/core';
|
|
37
|
+
*
|
|
38
|
+
* const manager = new RequestManager()
|
|
39
|
+
* .use([Fetch]);
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
const Fetch = {
|
|
45
|
+
async request(context) {
|
|
46
|
+
let response;
|
|
47
|
+
try {
|
|
48
|
+
({});
|
|
49
|
+
response = await _fetch(context.request.url, context.request);
|
|
50
|
+
} catch (e) {
|
|
51
|
+
if (e instanceof DOMException && e.name === 'AbortError') {
|
|
52
|
+
e.statusText = 'Aborted';
|
|
53
|
+
e.status = 20;
|
|
54
|
+
e.isRequestError = true;
|
|
55
|
+
} else {
|
|
56
|
+
e.statusText = 'Unknown Network Error';
|
|
57
|
+
e.status = 0;
|
|
58
|
+
if (!(e instanceof DOMException)) {
|
|
59
|
+
e.code = 0;
|
|
60
|
+
}
|
|
61
|
+
e.isRequestError = true;
|
|
62
|
+
}
|
|
63
|
+
throw e;
|
|
64
|
+
}
|
|
65
|
+
const isError = !response.ok || response.status >= 400;
|
|
66
|
+
const op = context.request.op;
|
|
67
|
+
const isMutationOp = Boolean(op && MUTATION_OPS.has(op));
|
|
68
|
+
if (!isError && !isMutationOp && response.status !== 204 && !response.headers.has('date')) {
|
|
69
|
+
{
|
|
70
|
+
const headers = new Headers(response.headers);
|
|
71
|
+
headers.set('date', new Date().toUTCString());
|
|
72
|
+
response = cloneResponse(response, {
|
|
73
|
+
headers
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
context.setResponse(response);
|
|
78
|
+
if (response.status === 204) {
|
|
79
|
+
return null;
|
|
80
|
+
}
|
|
81
|
+
let text = '';
|
|
82
|
+
// if we are in a mirage context, we cannot support streaming
|
|
83
|
+
{
|
|
84
|
+
const reader = response.body.getReader();
|
|
85
|
+
const decoder = new TextDecoder();
|
|
86
|
+
let isStreaming = context.hasRequestedStream;
|
|
87
|
+
let stream = isStreaming ? new TransformStream() : null;
|
|
88
|
+
let writer = stream?.writable.getWriter();
|
|
89
|
+
if (isStreaming) {
|
|
90
|
+
// Listen for the abort event on the AbortSignal
|
|
91
|
+
context.request.signal?.addEventListener('abort', () => {
|
|
92
|
+
if (!isStreaming) {
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
void stream.writable.abort('Request Aborted');
|
|
96
|
+
void stream.readable.cancel('Request Aborted');
|
|
97
|
+
});
|
|
98
|
+
context.setStream(stream.readable);
|
|
99
|
+
}
|
|
100
|
+
while (true) {
|
|
101
|
+
// we manually read the stream instead of using `response.json()`
|
|
102
|
+
// or `response.text()` because if we need to stream the body
|
|
103
|
+
// we need to be able to pass the stream along efficiently.
|
|
104
|
+
const {
|
|
105
|
+
done,
|
|
106
|
+
value
|
|
107
|
+
} = await reader.read();
|
|
108
|
+
if (done) {
|
|
109
|
+
if (isStreaming) {
|
|
110
|
+
isStreaming = false;
|
|
111
|
+
await writer.ready;
|
|
112
|
+
await writer.close();
|
|
113
|
+
}
|
|
114
|
+
break;
|
|
115
|
+
}
|
|
116
|
+
text += decoder.decode(value, {
|
|
117
|
+
stream: true
|
|
118
|
+
});
|
|
119
|
+
|
|
120
|
+
// if we are streaming, we want to pass the stream along
|
|
121
|
+
if (isStreaming) {
|
|
122
|
+
await writer.ready;
|
|
123
|
+
await writer.write(value);
|
|
124
|
+
} else if (context.hasRequestedStream) {
|
|
125
|
+
const encode = new TextEncoder();
|
|
126
|
+
isStreaming = true;
|
|
127
|
+
stream = new TransformStream();
|
|
128
|
+
// Listen for the abort event on the AbortSignal
|
|
129
|
+
// eslint-disable-next-line @typescript-eslint/no-loop-func
|
|
130
|
+
context.request.signal?.addEventListener('abort', () => {
|
|
131
|
+
if (!isStreaming) {
|
|
132
|
+
return;
|
|
133
|
+
}
|
|
134
|
+
void stream.writable.abort('Request Aborted');
|
|
135
|
+
void stream.readable.cancel('Request Aborted');
|
|
136
|
+
});
|
|
137
|
+
context.setStream(stream.readable);
|
|
138
|
+
writer = stream.writable.getWriter();
|
|
139
|
+
await writer.ready;
|
|
140
|
+
await writer.write(encode.encode(text));
|
|
141
|
+
await writer.ready;
|
|
142
|
+
await writer.write(value);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
if (isStreaming) {
|
|
146
|
+
isStreaming = false;
|
|
147
|
+
await writer.ready;
|
|
148
|
+
await writer.close();
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
// if we are an error, we will want to throw
|
|
152
|
+
if (isError) {
|
|
153
|
+
let errorPayload;
|
|
154
|
+
try {
|
|
155
|
+
errorPayload = JSON.parse(text);
|
|
156
|
+
} catch {
|
|
157
|
+
// void;
|
|
158
|
+
}
|
|
159
|
+
// attempt errors discovery
|
|
160
|
+
const errors = Array.isArray(errorPayload) ? errorPayload : isDict(errorPayload) && Array.isArray(errorPayload.errors) ? errorPayload.errors : null;
|
|
161
|
+
const statusText = response.statusText || ERROR_STATUS_CODE_FOR.get(response.status) || 'Unknown Request Error';
|
|
162
|
+
const msg = `[${response.status} ${statusText}] ${context.request.method ?? 'GET'} (${response.type}) - ${response.url}`;
|
|
163
|
+
const error = errors ? new AggregateError(errors, msg) : new Error(msg);
|
|
164
|
+
error.status = response.status;
|
|
165
|
+
error.statusText = statusText;
|
|
166
|
+
error.isRequestError = true;
|
|
167
|
+
error.code = error.status;
|
|
168
|
+
error.name = error.statusText.replaceAll(' ', '') + 'Error';
|
|
169
|
+
error.content = errorPayload;
|
|
170
|
+
throw error;
|
|
171
|
+
} else {
|
|
172
|
+
return JSON.parse(text);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
};
|
|
176
|
+
function isDict(v) {
|
|
177
|
+
return v !== null && typeof v === 'object';
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* ## Import
|
|
182
|
+
*
|
|
183
|
+
* ```js
|
|
184
|
+
* import { RequestManager } from '@warp-drive/core';
|
|
185
|
+
* ```
|
|
186
|
+
*
|
|
187
|
+
* For complete usage guide see the [RequestManager Documentation](/guides/).
|
|
188
|
+
*
|
|
189
|
+
* ## How It Works
|
|
190
|
+
*
|
|
191
|
+
* ```ts
|
|
192
|
+
* interface RequestManager {
|
|
193
|
+
* request<T>(req: RequestInfo): Future<T>;
|
|
194
|
+
* }
|
|
195
|
+
* ```
|
|
196
|
+
*
|
|
197
|
+
* A RequestManager provides a request/response flow in which configured
|
|
198
|
+
* handlers are successively given the opportunity to handle, modify, or
|
|
199
|
+
* pass-along a request.
|
|
200
|
+
*
|
|
201
|
+
* <img src="/images/handlers-all-labeled.gif" alt="RequestManager Flow Animation" width="100%" />
|
|
202
|
+
*
|
|
203
|
+
* For example:
|
|
204
|
+
*
|
|
205
|
+
* ::: code-group
|
|
206
|
+
*
|
|
207
|
+
* ```ts [Setup.ts]
|
|
208
|
+
* import { RequestManager, Fetch } from '@warp-drive/core';
|
|
209
|
+
* import { AutoCompress } from '@warp-drive/utilities/handlers';
|
|
210
|
+
* import Auth from 'ember-simple-auth/handler';
|
|
211
|
+
*
|
|
212
|
+
* // ... create manager
|
|
213
|
+
* const manager = new RequestManager()
|
|
214
|
+
* .use([Auth, new AutoCompress(), Fetch]); // [!code focus]
|
|
215
|
+
* ```
|
|
216
|
+
*
|
|
217
|
+
* ```ts [Usage.ts]
|
|
218
|
+
* import Config from './config';
|
|
219
|
+
*
|
|
220
|
+
* const { apiUrl } = Config;
|
|
221
|
+
*
|
|
222
|
+
* // ... execute a request
|
|
223
|
+
* const response = await manager.request({
|
|
224
|
+
* url: `${apiUrl}/users`
|
|
225
|
+
* });
|
|
226
|
+
* ```
|
|
227
|
+
*
|
|
228
|
+
* :::
|
|
229
|
+
*
|
|
230
|
+
* ### Futures
|
|
231
|
+
*
|
|
232
|
+
* The return value of `manager.request` is a `Future`, which allows
|
|
233
|
+
* access to limited information about the request while it is still
|
|
234
|
+
* pending and fulfills with the final state when the request completes.
|
|
235
|
+
*
|
|
236
|
+
* A `Future` is cancellable via `abort`.
|
|
237
|
+
*
|
|
238
|
+
* Handlers may optionally expose a `ReadableStream` to the `Future` for
|
|
239
|
+
* streaming data; however, when doing so the future should not resolve
|
|
240
|
+
* until the response stream is fully read.
|
|
241
|
+
*
|
|
242
|
+
* ```ts
|
|
243
|
+
* interface Future<T> extends Promise<StructuredDocument<T>> {
|
|
244
|
+
* abort(): void;
|
|
245
|
+
*
|
|
246
|
+
* async getStream(): ReadableStream | null;
|
|
247
|
+
* }
|
|
248
|
+
* ```
|
|
249
|
+
*
|
|
250
|
+
* ### StructuredDocuments
|
|
251
|
+
*
|
|
252
|
+
* A Future resolves with a `StructuredDataDocument` or rejects with a `StructuredErrorDocument`.
|
|
253
|
+
*
|
|
254
|
+
* ```ts
|
|
255
|
+
* interface StructuredDataDocument<T> {
|
|
256
|
+
* request: ImmutableRequestInfo;
|
|
257
|
+
* response: ImmutableResponseInfo;
|
|
258
|
+
* content: T;
|
|
259
|
+
* }
|
|
260
|
+
* interface StructuredErrorDocument extends Error {
|
|
261
|
+
* request: ImmutableRequestInfo;
|
|
262
|
+
* response: ImmutableResponseInfo;
|
|
263
|
+
* error: string | object;
|
|
264
|
+
* }
|
|
265
|
+
* type StructuredDocument<T> = StructuredDataDocument<T> | StructuredErrorDocument;
|
|
266
|
+
* ```
|
|
267
|
+
*
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
class RequestManager {
|
|
271
|
+
/** @internal */
|
|
272
|
+
|
|
273
|
+
/** @internal */
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* A map of pending requests from request.id to their
|
|
277
|
+
* associated CacheHandler promise.
|
|
278
|
+
*
|
|
279
|
+
* This queue is managed by the CacheHandler
|
|
280
|
+
*
|
|
281
|
+
* @internal
|
|
282
|
+
*/
|
|
283
|
+
|
|
284
|
+
/** @internal */
|
|
285
|
+
|
|
286
|
+
constructor(options) {
|
|
287
|
+
Object.assign(this, options);
|
|
288
|
+
this._pending = new Map();
|
|
289
|
+
this._deduped = new Map();
|
|
290
|
+
this._handlers = [];
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* Register a handler to use for primary cache intercept.
|
|
295
|
+
*
|
|
296
|
+
* Only one such handler may exist. If using the same
|
|
297
|
+
* RequestManager as the Store instance the Store
|
|
298
|
+
* registers itself as a Cache handler.
|
|
299
|
+
*
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
useCache(cacheHandler) {
|
|
303
|
+
cacheHandler[IS_CACHE_HANDLER] = true;
|
|
304
|
+
this._handlers.unshift(cacheHandler);
|
|
305
|
+
return this;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* Register handler(s) to use when a request is issued.
|
|
310
|
+
*
|
|
311
|
+
* Handlers will be invoked in the order they are registered.
|
|
312
|
+
* Each Handler is given the opportunity to handle the request,
|
|
313
|
+
* curry the request, or pass along a modified request.
|
|
314
|
+
*
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
use(newHandlers) {
|
|
318
|
+
const handlers = this._handlers;
|
|
319
|
+
handlers.push(...newHandlers);
|
|
320
|
+
return this;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* Issue a Request.
|
|
325
|
+
*
|
|
326
|
+
* Returns a Future that fulfills with a StructuredDocument
|
|
327
|
+
*
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
request(request) {
|
|
331
|
+
const handlers = this._handlers;
|
|
332
|
+
const controller = request.controller || new AbortController();
|
|
333
|
+
if (request.controller) {
|
|
334
|
+
delete request.controller;
|
|
335
|
+
}
|
|
336
|
+
const requestId = peekUniversalTransient('REQ_ID') ?? 0;
|
|
337
|
+
setUniversalTransient('REQ_ID', requestId + 1);
|
|
338
|
+
const context = {
|
|
339
|
+
controller,
|
|
340
|
+
response: null,
|
|
341
|
+
stream: null,
|
|
342
|
+
hasRequestedStream: false,
|
|
343
|
+
id: requestId,
|
|
344
|
+
identifier: null,
|
|
345
|
+
requester: request[EnableHydration] && request.store ? request.store : this
|
|
346
|
+
};
|
|
347
|
+
const promise = executeNextHandler(handlers, request, 0, context);
|
|
348
|
+
|
|
349
|
+
// the cache handler will set the result of the request synchronously
|
|
350
|
+
// if it is able to fulfill the request from the cache
|
|
351
|
+
const cacheResult = getRequestResult(requestId);
|
|
352
|
+
// const promise1 = store.request(myRequest);
|
|
353
|
+
// const promise2 = store.request(myRequest);
|
|
354
|
+
// promise1 === promise2; // false
|
|
355
|
+
// either we need to make promise1 === promise2, or we need to make sure that
|
|
356
|
+
// we need to have a way to key from request to result
|
|
357
|
+
// such that we can lookup the result here and return it if it exists
|
|
358
|
+
const finalPromise = upgradePromise(promise.then(result => {
|
|
359
|
+
setPromiseResult(finalPromise, {
|
|
360
|
+
isError: false,
|
|
361
|
+
result
|
|
362
|
+
});
|
|
363
|
+
clearRequestResult(requestId);
|
|
364
|
+
return result;
|
|
365
|
+
}, error => {
|
|
366
|
+
setPromiseResult(finalPromise, {
|
|
367
|
+
isError: true,
|
|
368
|
+
result: error
|
|
369
|
+
});
|
|
370
|
+
clearRequestResult(requestId);
|
|
371
|
+
throw error;
|
|
372
|
+
}), promise);
|
|
373
|
+
if (cacheResult) {
|
|
374
|
+
setPromiseResult(finalPromise, cacheResult);
|
|
375
|
+
}
|
|
376
|
+
return finalPromise;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* This method exists so that the RequestManager can be created
|
|
381
|
+
* can be created by container/factory systems that expect to
|
|
382
|
+
* call a static `create` method to instantiate the class.
|
|
383
|
+
*
|
|
384
|
+
* Using `new RequestManager()` directly is preferred.
|
|
385
|
+
*
|
|
386
|
+
* @private
|
|
387
|
+
*/
|
|
388
|
+
static create(options) {
|
|
389
|
+
return new this(options);
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* This type exists for internal use only for
|
|
395
|
+
* where intimate contracts still exist either for
|
|
396
|
+
* the Test Suite or for Legacy code.
|
|
397
|
+
*
|
|
398
|
+
* @private
|
|
399
|
+
*/
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* @module
|
|
403
|
+
* @mergeModuleWith <project>
|
|
404
|
+
*/
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* Options for setting up a Store instance with `useRecommendedStore`.
|
|
408
|
+
*/
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* Creates a configured Store class with recommended defaults
|
|
412
|
+
* for schema handling, reactivity, caching, and request management.
|
|
413
|
+
*
|
|
414
|
+
* ```ts
|
|
415
|
+
* import { useRecommendedStore } from '@warp-drive/core';
|
|
416
|
+
* import { JSONAPICache } from '@warp-drive/json-api';
|
|
417
|
+
*
|
|
418
|
+
* export const Store = useRecommendedStore({
|
|
419
|
+
* cache: JSONAPICache,
|
|
420
|
+
* schemas: [],
|
|
421
|
+
* });
|
|
422
|
+
* ```
|
|
423
|
+
*/
|
|
424
|
+
function useRecommendedStore(options, StoreKlass = Store) {
|
|
425
|
+
return class AppStore extends StoreKlass {
|
|
426
|
+
requestManager = new RequestManager().use([...(options.handlers ?? []), Fetch]).useCache(CacheHandler);
|
|
427
|
+
lifetimes = options.policy ?? new DefaultCachePolicy({
|
|
428
|
+
apiCacheHardExpires: 15 * 60 * 1000,
|
|
429
|
+
// 15 minutes
|
|
430
|
+
apiCacheSoftExpires: 1 * 30 * 1000,
|
|
431
|
+
// 30 seconds
|
|
432
|
+
constraints: {
|
|
433
|
+
headers: {
|
|
434
|
+
'X-WarpDrive-Expires': true,
|
|
435
|
+
'Cache-Control': true,
|
|
436
|
+
Expires: true
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
});
|
|
440
|
+
createSchemaService() {
|
|
441
|
+
const schema = new SchemaService();
|
|
442
|
+
registerDerivations(schema);
|
|
443
|
+
if (options.schemas) schema.registerResources(options.schemas);
|
|
444
|
+
if (options.traits) {
|
|
445
|
+
for (const trait of options.traits) {
|
|
446
|
+
schema.registerTrait(trait);
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
if (options.derivations) {
|
|
450
|
+
for (const derivation of options.derivations) {
|
|
451
|
+
schema.registerDerivation(derivation);
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
if (options.transformations) {
|
|
455
|
+
for (const transformation of options.transformations) {
|
|
456
|
+
schema.registerTransformation(transformation);
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
if (options.hashFns) {
|
|
460
|
+
for (const hashFn of options.hashFns) {
|
|
461
|
+
schema.registerHashFn(hashFn);
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
if (options.CAUTION_MEGA_DANGER_ZONE_extensions) {
|
|
465
|
+
for (const extension of options.CAUTION_MEGA_DANGER_ZONE_extensions) {
|
|
466
|
+
schema.CAUTION_MEGA_DANGER_ZONE_registerExtension(extension);
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
return schema;
|
|
470
|
+
}
|
|
471
|
+
createCache(capabilities) {
|
|
472
|
+
// eslint-disable-next-line new-cap
|
|
473
|
+
return new options.cache(capabilities);
|
|
474
|
+
}
|
|
475
|
+
instantiateRecord(key, createArgs) {
|
|
476
|
+
return instantiateRecord(this, key, createArgs);
|
|
477
|
+
}
|
|
478
|
+
teardownRecord(record) {
|
|
479
|
+
return teardownRecord(record);
|
|
480
|
+
}
|
|
481
|
+
};
|
|
482
|
+
}
|
|
483
|
+
export { CacheHandler, Fetch, RequestManager, Store, useRecommendedStore };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { getOrSetUniversal } from './types/-private.js';
|
|
2
|
+
const PromiseCache = getOrSetUniversal('PromiseCache', new WeakMap());
|
|
3
|
+
const RequestMap = getOrSetUniversal('RequestMap', new Map());
|
|
4
|
+
function setRequestResult(requestId, result) {
|
|
5
|
+
RequestMap.set(requestId, result);
|
|
6
|
+
}
|
|
7
|
+
function clearRequestResult(requestId) {
|
|
8
|
+
RequestMap.delete(requestId);
|
|
9
|
+
}
|
|
10
|
+
function getRequestResult(requestId) {
|
|
11
|
+
return RequestMap.get(requestId);
|
|
12
|
+
}
|
|
13
|
+
function setPromiseResult(promise, result) {
|
|
14
|
+
PromiseCache.set(promise, result);
|
|
15
|
+
}
|
|
16
|
+
function getPromiseResult(promise) {
|
|
17
|
+
return PromiseCache.get(promise);
|
|
18
|
+
}
|
|
19
|
+
export { setRequestResult as a, getPromiseResult as b, clearRequestResult as c, getRequestResult as g, setPromiseResult as s };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as Context } from "../-private-3C1OkYtZ.js";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { S as SchemaService, c as checkout, a as commit, f as fromIdentity, r as registerDerivations, w as withDefaults } from "./schema-CJcjHv0E.js";
|
|
2
|
+
export { i as instantiateRecord, t as teardownRecord } from "./hooks-Dv4Np0MY.js";
|
|
3
|
+
export { C as Checkout } from "./-private-3C1OkYtZ.js";
|
|
4
|
+
export { c as createRequestSubscription, a as getPromiseState, g as getRequestState } from "./-leaked-DRNv9VIX.js";
|
|
5
|
+
import './types/-private.js';
|