From 10ca890dde3f49dcb6e38057d7b6e5c4862094ce Mon Sep 17 00:00:00 2001 From: Tyler Williams Date: Sat, 3 Feb 2024 20:54:44 -0700 Subject: [PATCH] Deploy website Deploy website version based on d6823f74ba0a78939d51f5b9fb417b5f61349295 --- API/index.html | 414 +++++++++--------- API/interfaces/customtypeoptions.html | 12 +- API/interfaces/customtypeoptions/index.html | 12 +- API/interfaces/functionwithflag.html | 6 +- API/interfaces/functionwithflag/index.html | 6 +- API/interfaces/iactioncontext.html | 14 +- API/interfaces/iactioncontext/index.html | 14 +- API/interfaces/iactionrecorder.html | 12 +- API/interfaces/iactionrecorder/index.html | 12 +- .../iactiontrackingmiddleware2call.html | 6 +- .../iactiontrackingmiddleware2call/index.html | 6 +- .../iactiontrackingmiddleware2hooks.html | 8 +- .../index.html | 8 +- .../iactiontrackingmiddlewarehooks.html | 14 +- .../iactiontrackingmiddlewarehooks/index.html | 14 +- API/interfaces/ianycomplextype.html | 14 +- API/interfaces/ianycomplextype/index.html | 14 +- API/interfaces/ianymodeltype.html | 32 +- API/interfaces/ianymodeltype/index.html | 32 +- API/interfaces/ianytype.html | 14 +- API/interfaces/ianytype/index.html | 14 +- API/interfaces/ihooks.html | 10 +- API/interfaces/ihooks/index.html | 10 +- API/interfaces/ijsonpatch.html | 8 +- API/interfaces/ijsonpatch/index.html | 8 +- API/interfaces/imiddlewareevent.html | 24 +- API/interfaces/imiddlewareevent/index.html | 24 +- API/interfaces/imodelreflectiondata.html | 14 +- .../imodelreflectiondata/index.html | 14 +- .../imodelreflectionpropertiesdata.html | 6 +- .../imodelreflectionpropertiesdata/index.html | 6 +- API/interfaces/imodeltype.html | 32 +- API/interfaces/imodeltype/index.html | 32 +- API/interfaces/ipatchrecorder.html | 18 +- API/interfaces/ipatchrecorder/index.html | 18 +- API/interfaces/ireversiblejsonpatch.html | 10 +- .../ireversiblejsonpatch/index.html | 10 +- API/interfaces/iserializedactioncall.html | 8 +- .../iserializedactioncall/index.html | 8 +- API/interfaces/isimpletype.html | 14 +- API/interfaces/isimpletype/index.html | 14 +- API/interfaces/isnapshotprocessor.html | 14 +- API/interfaces/isnapshotprocessor/index.html | 14 +- API/interfaces/isnapshotprocessors.html | 6 +- API/interfaces/isnapshotprocessors/index.html | 6 +- API/interfaces/itype.html | 14 +- API/interfaces/itype/index.html | 14 +- API/interfaces/ivalidationcontextentry.html | 6 +- .../ivalidationcontextentry/index.html | 6 +- API/interfaces/ivalidationerror.html | 8 +- API/interfaces/ivalidationerror/index.html | 8 +- API/interfaces/referenceoptionsgetset.html | 6 +- .../referenceoptionsgetset/index.html | 6 +- .../referenceoptionsoninvalidated.html | 4 +- .../referenceoptionsoninvalidated/index.html | 4 +- API/interfaces/unionoptions.html | 6 +- API/interfaces/unionoptions/index.html | 6 +- API_header.html | 2 +- API_header/index.html | 2 +- concepts/actions.html | 2 +- concepts/actions/index.html | 2 +- concepts/async-actions.html | 2 +- concepts/async-actions/index.html | 2 +- concepts/dependency-injection.html | 2 +- concepts/dependency-injection/index.html | 2 +- concepts/listeners.html | 2 +- concepts/listeners/index.html | 2 +- concepts/middleware.html | 4 +- concepts/middleware/index.html | 4 +- concepts/patches.html | 2 +- concepts/patches/index.html | 2 +- concepts/reconciliation.html | 2 +- concepts/reconciliation/index.html | 2 +- concepts/references.html | 2 +- concepts/references/index.html | 2 +- concepts/snapshots.html | 2 +- concepts/snapshots/index.html | 2 +- concepts/trees.html | 2 +- concepts/trees/index.html | 2 +- concepts/using-react.html | 2 +- concepts/using-react/index.html | 2 +- concepts/views.html | 2 +- concepts/views/index.html | 2 +- concepts/volatiles.html | 2 +- concepts/volatiles/index.html | 2 +- intro/examples.html | 2 +- intro/examples/index.html | 2 +- intro/getting-started.html | 2 +- intro/getting-started/index.html | 2 +- intro/installation.html | 2 +- intro/installation/index.html | 2 +- intro/philosophy.html | 2 +- intro/philosophy/index.html | 2 +- intro/welcome.html | 2 +- intro/welcome/index.html | 2 +- overview/api.html | 2 +- overview/api/index.html | 2 +- overview/hooks.html | 4 +- overview/hooks/index.html | 4 +- overview/types.html | 2 +- overview/types/index.html | 2 +- tips/circular-deps.html | 2 +- tips/circular-deps/index.html | 2 +- tips/faq.html | 2 +- tips/faq/index.html | 2 +- tips/inheritance.html | 2 +- tips/inheritance/index.html | 2 +- tips/more-tips.html | 2 +- tips/more-tips/index.html | 2 +- tips/resources.html | 2 +- tips/resources/index.html | 2 +- tips/snapshots-as-values.html | 2 +- tips/snapshots-as-values/index.html | 2 +- tips/typescript.html | 2 +- tips/typescript/index.html | 2 +- 115 files changed, 609 insertions(+), 609 deletions(-) diff --git a/API/index.html b/API/index.html index e30101126..2f75b1973 100644 --- a/API/index.html +++ b/API/index.html @@ -230,14 +230,14 @@

Type aliases

IDisposer

Ƭ IDisposer: function

-

Defined in src/utils.ts:41

+

Defined in src/utils.ts:41

A generic disposer.

Type declaration:

▸ (): void


IHooksGetter

Ƭ IHooksGetter: function

-

Defined in src/core/node/Hook.ts:19

+

Defined in src/core/node/Hook.ts:19

Type declaration:

▸ (self: T): IHooks

Parameters:

@@ -252,11 +252,11 @@

IMiddlewareEventType

Ƭ IMiddlewareEventType: "action" | "flow_spawn" | "flow_resume" | "flow_resume_error" | "flow_return" | "flow_throw"

-

Defined in src/core/action.ts:16

+

Defined in src/core/action.ts:16


IMiddlewareHandler

Ƭ IMiddlewareHandler: function

-

Defined in src/core/action.ts:54

+

Defined in src/core/action.ts:54

Type declaration:

▸ (actionCall: IMiddlewareEvent, next: function, abort: function): any

Parameters:

@@ -287,7 +287,7 @@

ITypeDispatcher

Ƭ ITypeDispatcher: function

-

Defined in src/types/utility-types/union.ts:27

+

Defined in src/types/utility-types/union.ts:27

Type declaration:

▸ (snapshot: any): IAnyType

Parameters:

@@ -302,22 +302,22 @@

IValidationContext

Ƭ IValidationContext: IValidationContextEntry[]

-

Defined in src/core/type/type-checker.ts:23

+

Defined in src/core/type/type-checker.ts:23

Array of validation context entries


IValidationResult

Ƭ IValidationResult: IValidationError[]

-

Defined in src/core/type/type-checker.ts:36

+

Defined in src/core/type/type-checker.ts:36

Type validation result, which is an array of type validation errors


Instance

Ƭ Instance: T extends object ? T["Type"] : T

-

Defined in src/core/type/type.ts:230

+

Defined in src/core/type/type.ts:230

The instance representation of a given type.


LivelinessMode

Ƭ LivelinessMode: "warn" | "error" | "ignore"

-

Defined in src/core/node/livelinessChecking.ts:7

+

Defined in src/core/node/livelinessChecking.ts:7

Defines what MST should do when running into reads / writes to objects that have died.