fluid-framework 2.0.0-internal.7.0.0 → 2.0.0-internal.7.1.0
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/CHANGELOG.md +4 -0
- package/api-extractor.json +1 -1
- package/api-report/fluid-framework.api.md +254 -0
- package/dist/fluid-framework-alpha.d.ts +246 -0
- package/dist/fluid-framework-beta.d.ts +246 -0
- package/dist/fluid-framework-public.d.ts +246 -0
- package/dist/fluid-framework.d.ts +256 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
package/api-extractor.json
CHANGED
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
## API Report File for "fluid-framework"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
8
|
+
import { ConnectionState } from '@fluidframework/container-loader';
|
|
9
|
+
import { ContainerErrorType } from '@fluidframework/container-definitions';
|
|
10
|
+
import { ContainerSchema } from '@fluidframework/fluid-static';
|
|
11
|
+
import { DataObjectClass } from '@fluidframework/fluid-static';
|
|
12
|
+
import { DeserializeCallback } from '@fluidframework/sequence';
|
|
13
|
+
import { DirectoryFactory } from '@fluidframework/map';
|
|
14
|
+
import { DOProviderContainerRuntimeFactory } from '@fluidframework/fluid-static';
|
|
15
|
+
import { DriverErrorType } from '@fluidframework/driver-definitions';
|
|
16
|
+
import { FluidContainer } from '@fluidframework/fluid-static';
|
|
17
|
+
import { getTextAndMarkers } from '@fluidframework/sequence';
|
|
18
|
+
import { IConnection } from '@fluidframework/fluid-static';
|
|
19
|
+
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
20
|
+
import { IDirectory } from '@fluidframework/map';
|
|
21
|
+
import { IDirectoryClearOperation } from '@fluidframework/map';
|
|
22
|
+
import { IDirectoryCreateSubDirectoryOperation } from '@fluidframework/map';
|
|
23
|
+
import { IDirectoryDataObject } from '@fluidframework/map';
|
|
24
|
+
import { IDirectoryDeleteOperation } from '@fluidframework/map';
|
|
25
|
+
import { IDirectoryDeleteSubDirectoryOperation } from '@fluidframework/map';
|
|
26
|
+
import { IDirectoryEvents } from '@fluidframework/map';
|
|
27
|
+
import { IDirectoryKeyOperation } from '@fluidframework/map';
|
|
28
|
+
import { IDirectoryNewStorageFormat } from '@fluidframework/map';
|
|
29
|
+
import { IDirectoryOperation } from '@fluidframework/map';
|
|
30
|
+
import { IDirectorySetOperation } from '@fluidframework/map';
|
|
31
|
+
import { IDirectoryStorageOperation } from '@fluidframework/map';
|
|
32
|
+
import { IDirectorySubDirectoryOperation } from '@fluidframework/map';
|
|
33
|
+
import { IDirectoryValueChanged } from '@fluidframework/map';
|
|
34
|
+
import { IFluidContainer } from '@fluidframework/fluid-static';
|
|
35
|
+
import { IFluidContainerEvents } from '@fluidframework/fluid-static';
|
|
36
|
+
import { IInterval } from '@fluidframework/sequence';
|
|
37
|
+
import { IIntervalCollection } from '@fluidframework/sequence';
|
|
38
|
+
import { IIntervalCollectionEvent } from '@fluidframework/sequence';
|
|
39
|
+
import { IIntervalHelpers } from '@fluidframework/sequence';
|
|
40
|
+
import { IJSONRunSegment } from '@fluidframework/sequence';
|
|
41
|
+
import { ILocalValue } from '@fluidframework/map';
|
|
42
|
+
import { IMapMessageLocalMetadata } from '@fluidframework/sequence';
|
|
43
|
+
import { IMember } from '@fluidframework/fluid-static';
|
|
44
|
+
import { Interval } from '@fluidframework/sequence';
|
|
45
|
+
import { IntervalLocator } from '@fluidframework/sequence';
|
|
46
|
+
import { intervalLocatorFromEndpoint } from '@fluidframework/sequence';
|
|
47
|
+
import { IntervalType } from '@fluidframework/sequence';
|
|
48
|
+
import { IRootDataObject } from '@fluidframework/fluid-static';
|
|
49
|
+
import { ISequenceDeltaRange } from '@fluidframework/sequence';
|
|
50
|
+
import { ISerializableInterval } from '@fluidframework/sequence';
|
|
51
|
+
import { ISerializableValue } from '@fluidframework/map';
|
|
52
|
+
import { ISerializedInterval } from '@fluidframework/sequence';
|
|
53
|
+
import { ISerializedValue } from '@fluidframework/map';
|
|
54
|
+
import { IServiceAudience } from '@fluidframework/fluid-static';
|
|
55
|
+
import { IServiceAudienceEvents } from '@fluidframework/fluid-static';
|
|
56
|
+
import { ISharedDirectory } from '@fluidframework/map';
|
|
57
|
+
import { ISharedDirectoryEvents } from '@fluidframework/map';
|
|
58
|
+
import { ISharedIntervalCollection } from '@fluidframework/sequence';
|
|
59
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
60
|
+
import { ISharedMapEvents } from '@fluidframework/map';
|
|
61
|
+
import { ISharedSegmentSequenceEvents } from '@fluidframework/sequence';
|
|
62
|
+
import { ISharedString } from '@fluidframework/sequence';
|
|
63
|
+
import { IValueChanged } from '@fluidframework/map';
|
|
64
|
+
import { IValueOpEmitter } from '@fluidframework/sequence';
|
|
65
|
+
import { LoadableObjectClass } from '@fluidframework/fluid-static';
|
|
66
|
+
import { LoadableObjectClassRecord } from '@fluidframework/fluid-static';
|
|
67
|
+
import { LoadableObjectCtor } from '@fluidframework/fluid-static';
|
|
68
|
+
import { LoadableObjectRecord } from '@fluidframework/fluid-static';
|
|
69
|
+
import { LocalValueMaker } from '@fluidframework/map';
|
|
70
|
+
import { MapFactory } from '@fluidframework/map';
|
|
71
|
+
import { MemberChangedListener } from '@fluidframework/fluid-static';
|
|
72
|
+
import { SequenceDeltaEvent } from '@fluidframework/sequence';
|
|
73
|
+
import { SequenceEvent } from '@fluidframework/sequence';
|
|
74
|
+
import { SequenceInterval } from '@fluidframework/sequence';
|
|
75
|
+
import { SequenceMaintenanceEvent } from '@fluidframework/sequence';
|
|
76
|
+
import { SerializedIntervalDelta } from '@fluidframework/sequence';
|
|
77
|
+
import { ServiceAudience } from '@fluidframework/fluid-static';
|
|
78
|
+
import { SharedDirectory } from '@fluidframework/map';
|
|
79
|
+
import { SharedIntervalCollection } from '@fluidframework/sequence';
|
|
80
|
+
import { SharedIntervalCollectionFactory } from '@fluidframework/sequence';
|
|
81
|
+
import { SharedMap } from '@fluidframework/map';
|
|
82
|
+
import { SharedObjectClass } from '@fluidframework/fluid-static';
|
|
83
|
+
import { SharedSegmentSequence } from '@fluidframework/sequence';
|
|
84
|
+
import { SharedSequence } from '@fluidframework/sequence';
|
|
85
|
+
import { SharedString } from '@fluidframework/sequence';
|
|
86
|
+
import { SharedStringFactory } from '@fluidframework/sequence';
|
|
87
|
+
import { SharedStringSegment } from '@fluidframework/sequence';
|
|
88
|
+
import { SubSequence } from '@fluidframework/sequence';
|
|
89
|
+
|
|
90
|
+
export { AttachState }
|
|
91
|
+
|
|
92
|
+
export { ConnectionState }
|
|
93
|
+
|
|
94
|
+
export { ContainerErrorType }
|
|
95
|
+
|
|
96
|
+
export { ContainerSchema }
|
|
97
|
+
|
|
98
|
+
export { DataObjectClass }
|
|
99
|
+
|
|
100
|
+
export { DeserializeCallback }
|
|
101
|
+
|
|
102
|
+
export { DirectoryFactory }
|
|
103
|
+
|
|
104
|
+
export { DOProviderContainerRuntimeFactory }
|
|
105
|
+
|
|
106
|
+
export { DriverErrorType }
|
|
107
|
+
|
|
108
|
+
export { FluidContainer }
|
|
109
|
+
|
|
110
|
+
export { getTextAndMarkers }
|
|
111
|
+
|
|
112
|
+
export { IConnection }
|
|
113
|
+
|
|
114
|
+
export { ICriticalContainerError }
|
|
115
|
+
|
|
116
|
+
export { IDirectory }
|
|
117
|
+
|
|
118
|
+
export { IDirectoryClearOperation }
|
|
119
|
+
|
|
120
|
+
export { IDirectoryCreateSubDirectoryOperation }
|
|
121
|
+
|
|
122
|
+
export { IDirectoryDataObject }
|
|
123
|
+
|
|
124
|
+
export { IDirectoryDeleteOperation }
|
|
125
|
+
|
|
126
|
+
export { IDirectoryDeleteSubDirectoryOperation }
|
|
127
|
+
|
|
128
|
+
export { IDirectoryEvents }
|
|
129
|
+
|
|
130
|
+
export { IDirectoryKeyOperation }
|
|
131
|
+
|
|
132
|
+
export { IDirectoryNewStorageFormat }
|
|
133
|
+
|
|
134
|
+
export { IDirectoryOperation }
|
|
135
|
+
|
|
136
|
+
export { IDirectorySetOperation }
|
|
137
|
+
|
|
138
|
+
export { IDirectoryStorageOperation }
|
|
139
|
+
|
|
140
|
+
export { IDirectorySubDirectoryOperation }
|
|
141
|
+
|
|
142
|
+
export { IDirectoryValueChanged }
|
|
143
|
+
|
|
144
|
+
export { IFluidContainer }
|
|
145
|
+
|
|
146
|
+
export { IFluidContainerEvents }
|
|
147
|
+
|
|
148
|
+
export { IInterval }
|
|
149
|
+
|
|
150
|
+
export { IIntervalCollection }
|
|
151
|
+
|
|
152
|
+
export { IIntervalCollectionEvent }
|
|
153
|
+
|
|
154
|
+
export { IIntervalHelpers }
|
|
155
|
+
|
|
156
|
+
export { IJSONRunSegment }
|
|
157
|
+
|
|
158
|
+
export { ILocalValue }
|
|
159
|
+
|
|
160
|
+
export { IMapMessageLocalMetadata }
|
|
161
|
+
|
|
162
|
+
export { IMember }
|
|
163
|
+
|
|
164
|
+
export { Interval }
|
|
165
|
+
|
|
166
|
+
export { IntervalLocator }
|
|
167
|
+
|
|
168
|
+
export { intervalLocatorFromEndpoint }
|
|
169
|
+
|
|
170
|
+
export { IntervalType }
|
|
171
|
+
|
|
172
|
+
export { IRootDataObject }
|
|
173
|
+
|
|
174
|
+
export { ISequenceDeltaRange }
|
|
175
|
+
|
|
176
|
+
export { ISerializableInterval }
|
|
177
|
+
|
|
178
|
+
export { ISerializableValue }
|
|
179
|
+
|
|
180
|
+
export { ISerializedInterval }
|
|
181
|
+
|
|
182
|
+
export { ISerializedValue }
|
|
183
|
+
|
|
184
|
+
export { IServiceAudience }
|
|
185
|
+
|
|
186
|
+
export { IServiceAudienceEvents }
|
|
187
|
+
|
|
188
|
+
export { ISharedDirectory }
|
|
189
|
+
|
|
190
|
+
export { ISharedDirectoryEvents }
|
|
191
|
+
|
|
192
|
+
export { ISharedIntervalCollection }
|
|
193
|
+
|
|
194
|
+
export { ISharedMap }
|
|
195
|
+
|
|
196
|
+
export { ISharedMapEvents }
|
|
197
|
+
|
|
198
|
+
export { ISharedSegmentSequenceEvents }
|
|
199
|
+
|
|
200
|
+
export { ISharedString }
|
|
201
|
+
|
|
202
|
+
export { IValueChanged }
|
|
203
|
+
|
|
204
|
+
export { IValueOpEmitter }
|
|
205
|
+
|
|
206
|
+
export { LoadableObjectClass }
|
|
207
|
+
|
|
208
|
+
export { LoadableObjectClassRecord }
|
|
209
|
+
|
|
210
|
+
export { LoadableObjectCtor }
|
|
211
|
+
|
|
212
|
+
export { LoadableObjectRecord }
|
|
213
|
+
|
|
214
|
+
export { LocalValueMaker }
|
|
215
|
+
|
|
216
|
+
export { MapFactory }
|
|
217
|
+
|
|
218
|
+
export { MemberChangedListener }
|
|
219
|
+
|
|
220
|
+
export { SequenceDeltaEvent }
|
|
221
|
+
|
|
222
|
+
export { SequenceEvent }
|
|
223
|
+
|
|
224
|
+
export { SequenceInterval }
|
|
225
|
+
|
|
226
|
+
export { SequenceMaintenanceEvent }
|
|
227
|
+
|
|
228
|
+
export { SerializedIntervalDelta }
|
|
229
|
+
|
|
230
|
+
export { ServiceAudience }
|
|
231
|
+
|
|
232
|
+
export { SharedDirectory }
|
|
233
|
+
|
|
234
|
+
export { SharedIntervalCollection }
|
|
235
|
+
|
|
236
|
+
export { SharedIntervalCollectionFactory }
|
|
237
|
+
|
|
238
|
+
export { SharedMap }
|
|
239
|
+
|
|
240
|
+
export { SharedObjectClass }
|
|
241
|
+
|
|
242
|
+
export { SharedSegmentSequence }
|
|
243
|
+
|
|
244
|
+
export { SharedSequence }
|
|
245
|
+
|
|
246
|
+
export { SharedString }
|
|
247
|
+
|
|
248
|
+
export { SharedStringFactory }
|
|
249
|
+
|
|
250
|
+
export { SharedStringSegment }
|
|
251
|
+
|
|
252
|
+
export { SubSequence }
|
|
253
|
+
|
|
254
|
+
```
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
|
|
3
|
+
* when paired with a corresponding service client library (for example,
|
|
4
|
+
* `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
|
|
5
|
+
*
|
|
6
|
+
* @packageDocumentation
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
10
|
+
import { ConnectionState } from '@fluidframework/container-loader';
|
|
11
|
+
import { ContainerErrorType } from '@fluidframework/container-definitions';
|
|
12
|
+
import { ContainerSchema } from '@fluidframework/fluid-static';
|
|
13
|
+
import { DataObjectClass } from '@fluidframework/fluid-static';
|
|
14
|
+
import { DeserializeCallback } from '@fluidframework/sequence';
|
|
15
|
+
import { DirectoryFactory } from '@fluidframework/map';
|
|
16
|
+
import { DOProviderContainerRuntimeFactory } from '@fluidframework/fluid-static';
|
|
17
|
+
import { DriverErrorType } from '@fluidframework/driver-definitions';
|
|
18
|
+
import { FluidContainer } from '@fluidframework/fluid-static';
|
|
19
|
+
import { getTextAndMarkers } from '@fluidframework/sequence';
|
|
20
|
+
import { IConnection } from '@fluidframework/fluid-static';
|
|
21
|
+
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
22
|
+
import { IDirectory } from '@fluidframework/map';
|
|
23
|
+
import { IDirectoryClearOperation } from '@fluidframework/map';
|
|
24
|
+
import { IDirectoryCreateSubDirectoryOperation } from '@fluidframework/map';
|
|
25
|
+
import { IDirectoryDataObject } from '@fluidframework/map';
|
|
26
|
+
import { IDirectoryDeleteOperation } from '@fluidframework/map';
|
|
27
|
+
import { IDirectoryDeleteSubDirectoryOperation } from '@fluidframework/map';
|
|
28
|
+
import { IDirectoryEvents } from '@fluidframework/map';
|
|
29
|
+
import { IDirectoryKeyOperation } from '@fluidframework/map';
|
|
30
|
+
import { IDirectoryOperation } from '@fluidframework/map';
|
|
31
|
+
import { IDirectorySetOperation } from '@fluidframework/map';
|
|
32
|
+
import { IDirectoryStorageOperation } from '@fluidframework/map';
|
|
33
|
+
import { IDirectorySubDirectoryOperation } from '@fluidframework/map';
|
|
34
|
+
import { IDirectoryValueChanged } from '@fluidframework/map';
|
|
35
|
+
import { IFluidContainer } from '@fluidframework/fluid-static';
|
|
36
|
+
import { IFluidContainerEvents } from '@fluidframework/fluid-static';
|
|
37
|
+
import { IInterval } from '@fluidframework/sequence';
|
|
38
|
+
import { IIntervalCollection } from '@fluidframework/sequence';
|
|
39
|
+
import { IIntervalCollectionEvent } from '@fluidframework/sequence';
|
|
40
|
+
import { IIntervalHelpers } from '@fluidframework/sequence';
|
|
41
|
+
import { IJSONRunSegment } from '@fluidframework/sequence';
|
|
42
|
+
import { ILocalValue } from '@fluidframework/map';
|
|
43
|
+
import { IMember } from '@fluidframework/fluid-static';
|
|
44
|
+
import { Interval } from '@fluidframework/sequence';
|
|
45
|
+
import { IntervalLocator } from '@fluidframework/sequence';
|
|
46
|
+
import { intervalLocatorFromEndpoint } from '@fluidframework/sequence';
|
|
47
|
+
import { IntervalType } from '@fluidframework/sequence';
|
|
48
|
+
import { IRootDataObject } from '@fluidframework/fluid-static';
|
|
49
|
+
import { ISequenceDeltaRange } from '@fluidframework/sequence';
|
|
50
|
+
import { ISerializableInterval } from '@fluidframework/sequence';
|
|
51
|
+
import { ISerializableValue } from '@fluidframework/map';
|
|
52
|
+
import { ISerializedValue } from '@fluidframework/map';
|
|
53
|
+
import { IServiceAudience } from '@fluidframework/fluid-static';
|
|
54
|
+
import { IServiceAudienceEvents } from '@fluidframework/fluid-static';
|
|
55
|
+
import { ISharedDirectory } from '@fluidframework/map';
|
|
56
|
+
import { ISharedDirectoryEvents } from '@fluidframework/map';
|
|
57
|
+
import { ISharedIntervalCollection } from '@fluidframework/sequence';
|
|
58
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
59
|
+
import { ISharedMapEvents } from '@fluidframework/map';
|
|
60
|
+
import { ISharedSegmentSequenceEvents } from '@fluidframework/sequence';
|
|
61
|
+
import { ISharedString } from '@fluidframework/sequence';
|
|
62
|
+
import { IValueChanged } from '@fluidframework/map';
|
|
63
|
+
import { LoadableObjectClass } from '@fluidframework/fluid-static';
|
|
64
|
+
import { LoadableObjectClassRecord } from '@fluidframework/fluid-static';
|
|
65
|
+
import { LoadableObjectCtor } from '@fluidframework/fluid-static';
|
|
66
|
+
import { LoadableObjectRecord } from '@fluidframework/fluid-static';
|
|
67
|
+
import { LocalValueMaker } from '@fluidframework/map';
|
|
68
|
+
import { MapFactory } from '@fluidframework/map';
|
|
69
|
+
import { MemberChangedListener } from '@fluidframework/fluid-static';
|
|
70
|
+
import { SequenceDeltaEvent } from '@fluidframework/sequence';
|
|
71
|
+
import { SequenceEvent } from '@fluidframework/sequence';
|
|
72
|
+
import { SequenceInterval } from '@fluidframework/sequence';
|
|
73
|
+
import { SequenceMaintenanceEvent } from '@fluidframework/sequence';
|
|
74
|
+
import { ServiceAudience } from '@fluidframework/fluid-static';
|
|
75
|
+
import { SharedDirectory } from '@fluidframework/map';
|
|
76
|
+
import { SharedIntervalCollection } from '@fluidframework/sequence';
|
|
77
|
+
import { SharedIntervalCollectionFactory } from '@fluidframework/sequence';
|
|
78
|
+
import { SharedMap } from '@fluidframework/map';
|
|
79
|
+
import { SharedObjectClass } from '@fluidframework/fluid-static';
|
|
80
|
+
import { SharedSegmentSequence } from '@fluidframework/sequence';
|
|
81
|
+
import { SharedSequence } from '@fluidframework/sequence';
|
|
82
|
+
import { SharedString } from '@fluidframework/sequence';
|
|
83
|
+
import { SharedStringFactory } from '@fluidframework/sequence';
|
|
84
|
+
import { SharedStringSegment } from '@fluidframework/sequence';
|
|
85
|
+
import { SubSequence } from '@fluidframework/sequence';
|
|
86
|
+
|
|
87
|
+
export { AttachState }
|
|
88
|
+
|
|
89
|
+
export { ConnectionState }
|
|
90
|
+
|
|
91
|
+
export { ContainerErrorType }
|
|
92
|
+
|
|
93
|
+
export { ContainerSchema }
|
|
94
|
+
|
|
95
|
+
export { DataObjectClass }
|
|
96
|
+
|
|
97
|
+
export { DeserializeCallback }
|
|
98
|
+
|
|
99
|
+
export { DirectoryFactory }
|
|
100
|
+
|
|
101
|
+
export { DOProviderContainerRuntimeFactory }
|
|
102
|
+
|
|
103
|
+
export { DriverErrorType }
|
|
104
|
+
|
|
105
|
+
export { FluidContainer }
|
|
106
|
+
|
|
107
|
+
export { getTextAndMarkers }
|
|
108
|
+
|
|
109
|
+
export { IConnection }
|
|
110
|
+
|
|
111
|
+
export { ICriticalContainerError }
|
|
112
|
+
|
|
113
|
+
export { IDirectory }
|
|
114
|
+
|
|
115
|
+
export { IDirectoryClearOperation }
|
|
116
|
+
|
|
117
|
+
export { IDirectoryCreateSubDirectoryOperation }
|
|
118
|
+
|
|
119
|
+
export { IDirectoryDataObject }
|
|
120
|
+
|
|
121
|
+
export { IDirectoryDeleteOperation }
|
|
122
|
+
|
|
123
|
+
export { IDirectoryDeleteSubDirectoryOperation }
|
|
124
|
+
|
|
125
|
+
export { IDirectoryEvents }
|
|
126
|
+
|
|
127
|
+
export { IDirectoryKeyOperation }
|
|
128
|
+
|
|
129
|
+
/* Excluded from this release type: IDirectoryNewStorageFormat */
|
|
130
|
+
export { IDirectoryOperation }
|
|
131
|
+
|
|
132
|
+
export { IDirectorySetOperation }
|
|
133
|
+
|
|
134
|
+
export { IDirectoryStorageOperation }
|
|
135
|
+
|
|
136
|
+
export { IDirectorySubDirectoryOperation }
|
|
137
|
+
|
|
138
|
+
export { IDirectoryValueChanged }
|
|
139
|
+
|
|
140
|
+
export { IFluidContainer }
|
|
141
|
+
|
|
142
|
+
export { IFluidContainerEvents }
|
|
143
|
+
|
|
144
|
+
export { IInterval }
|
|
145
|
+
|
|
146
|
+
export { IIntervalCollection }
|
|
147
|
+
|
|
148
|
+
export { IIntervalCollectionEvent }
|
|
149
|
+
|
|
150
|
+
export { IIntervalHelpers }
|
|
151
|
+
|
|
152
|
+
export { IJSONRunSegment }
|
|
153
|
+
|
|
154
|
+
export { ILocalValue }
|
|
155
|
+
|
|
156
|
+
/* Excluded from this release type: IMapMessageLocalMetadata */
|
|
157
|
+
export { IMember }
|
|
158
|
+
|
|
159
|
+
export { Interval }
|
|
160
|
+
|
|
161
|
+
export { IntervalLocator }
|
|
162
|
+
|
|
163
|
+
export { intervalLocatorFromEndpoint }
|
|
164
|
+
|
|
165
|
+
export { IntervalType }
|
|
166
|
+
|
|
167
|
+
export { IRootDataObject }
|
|
168
|
+
|
|
169
|
+
export { ISequenceDeltaRange }
|
|
170
|
+
|
|
171
|
+
export { ISerializableInterval }
|
|
172
|
+
|
|
173
|
+
export { ISerializableValue }
|
|
174
|
+
|
|
175
|
+
/* Excluded from this release type: ISerializedInterval */
|
|
176
|
+
export { ISerializedValue }
|
|
177
|
+
|
|
178
|
+
export { IServiceAudience }
|
|
179
|
+
|
|
180
|
+
export { IServiceAudienceEvents }
|
|
181
|
+
|
|
182
|
+
export { ISharedDirectory }
|
|
183
|
+
|
|
184
|
+
export { ISharedDirectoryEvents }
|
|
185
|
+
|
|
186
|
+
export { ISharedIntervalCollection }
|
|
187
|
+
|
|
188
|
+
export { ISharedMap }
|
|
189
|
+
|
|
190
|
+
export { ISharedMapEvents }
|
|
191
|
+
|
|
192
|
+
export { ISharedSegmentSequenceEvents }
|
|
193
|
+
|
|
194
|
+
export { ISharedString }
|
|
195
|
+
|
|
196
|
+
export { IValueChanged }
|
|
197
|
+
|
|
198
|
+
/* Excluded from this release type: IValueOpEmitter */
|
|
199
|
+
export { LoadableObjectClass }
|
|
200
|
+
|
|
201
|
+
export { LoadableObjectClassRecord }
|
|
202
|
+
|
|
203
|
+
export { LoadableObjectCtor }
|
|
204
|
+
|
|
205
|
+
export { LoadableObjectRecord }
|
|
206
|
+
|
|
207
|
+
export { LocalValueMaker }
|
|
208
|
+
|
|
209
|
+
export { MapFactory }
|
|
210
|
+
|
|
211
|
+
export { MemberChangedListener }
|
|
212
|
+
|
|
213
|
+
export { SequenceDeltaEvent }
|
|
214
|
+
|
|
215
|
+
export { SequenceEvent }
|
|
216
|
+
|
|
217
|
+
export { SequenceInterval }
|
|
218
|
+
|
|
219
|
+
export { SequenceMaintenanceEvent }
|
|
220
|
+
|
|
221
|
+
/* Excluded from this release type: SerializedIntervalDelta */
|
|
222
|
+
export { ServiceAudience }
|
|
223
|
+
|
|
224
|
+
export { SharedDirectory }
|
|
225
|
+
|
|
226
|
+
export { SharedIntervalCollection }
|
|
227
|
+
|
|
228
|
+
export { SharedIntervalCollectionFactory }
|
|
229
|
+
|
|
230
|
+
export { SharedMap }
|
|
231
|
+
|
|
232
|
+
export { SharedObjectClass }
|
|
233
|
+
|
|
234
|
+
export { SharedSegmentSequence }
|
|
235
|
+
|
|
236
|
+
export { SharedSequence }
|
|
237
|
+
|
|
238
|
+
export { SharedString }
|
|
239
|
+
|
|
240
|
+
export { SharedStringFactory }
|
|
241
|
+
|
|
242
|
+
export { SharedStringSegment }
|
|
243
|
+
|
|
244
|
+
export { SubSequence }
|
|
245
|
+
|
|
246
|
+
export { }
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
|
|
3
|
+
* when paired with a corresponding service client library (for example,
|
|
4
|
+
* `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
|
|
5
|
+
*
|
|
6
|
+
* @packageDocumentation
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
10
|
+
import { ConnectionState } from '@fluidframework/container-loader';
|
|
11
|
+
import { ContainerErrorType } from '@fluidframework/container-definitions';
|
|
12
|
+
import { ContainerSchema } from '@fluidframework/fluid-static';
|
|
13
|
+
import { DataObjectClass } from '@fluidframework/fluid-static';
|
|
14
|
+
import { DeserializeCallback } from '@fluidframework/sequence';
|
|
15
|
+
import { DirectoryFactory } from '@fluidframework/map';
|
|
16
|
+
import { DOProviderContainerRuntimeFactory } from '@fluidframework/fluid-static';
|
|
17
|
+
import { DriverErrorType } from '@fluidframework/driver-definitions';
|
|
18
|
+
import { FluidContainer } from '@fluidframework/fluid-static';
|
|
19
|
+
import { getTextAndMarkers } from '@fluidframework/sequence';
|
|
20
|
+
import { IConnection } from '@fluidframework/fluid-static';
|
|
21
|
+
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
22
|
+
import { IDirectory } from '@fluidframework/map';
|
|
23
|
+
import { IDirectoryClearOperation } from '@fluidframework/map';
|
|
24
|
+
import { IDirectoryCreateSubDirectoryOperation } from '@fluidframework/map';
|
|
25
|
+
import { IDirectoryDataObject } from '@fluidframework/map';
|
|
26
|
+
import { IDirectoryDeleteOperation } from '@fluidframework/map';
|
|
27
|
+
import { IDirectoryDeleteSubDirectoryOperation } from '@fluidframework/map';
|
|
28
|
+
import { IDirectoryEvents } from '@fluidframework/map';
|
|
29
|
+
import { IDirectoryKeyOperation } from '@fluidframework/map';
|
|
30
|
+
import { IDirectoryOperation } from '@fluidframework/map';
|
|
31
|
+
import { IDirectorySetOperation } from '@fluidframework/map';
|
|
32
|
+
import { IDirectoryStorageOperation } from '@fluidframework/map';
|
|
33
|
+
import { IDirectorySubDirectoryOperation } from '@fluidframework/map';
|
|
34
|
+
import { IDirectoryValueChanged } from '@fluidframework/map';
|
|
35
|
+
import { IFluidContainer } from '@fluidframework/fluid-static';
|
|
36
|
+
import { IFluidContainerEvents } from '@fluidframework/fluid-static';
|
|
37
|
+
import { IInterval } from '@fluidframework/sequence';
|
|
38
|
+
import { IIntervalCollection } from '@fluidframework/sequence';
|
|
39
|
+
import { IIntervalCollectionEvent } from '@fluidframework/sequence';
|
|
40
|
+
import { IIntervalHelpers } from '@fluidframework/sequence';
|
|
41
|
+
import { IJSONRunSegment } from '@fluidframework/sequence';
|
|
42
|
+
import { ILocalValue } from '@fluidframework/map';
|
|
43
|
+
import { IMember } from '@fluidframework/fluid-static';
|
|
44
|
+
import { Interval } from '@fluidframework/sequence';
|
|
45
|
+
import { IntervalLocator } from '@fluidframework/sequence';
|
|
46
|
+
import { intervalLocatorFromEndpoint } from '@fluidframework/sequence';
|
|
47
|
+
import { IntervalType } from '@fluidframework/sequence';
|
|
48
|
+
import { IRootDataObject } from '@fluidframework/fluid-static';
|
|
49
|
+
import { ISequenceDeltaRange } from '@fluidframework/sequence';
|
|
50
|
+
import { ISerializableInterval } from '@fluidframework/sequence';
|
|
51
|
+
import { ISerializableValue } from '@fluidframework/map';
|
|
52
|
+
import { ISerializedValue } from '@fluidframework/map';
|
|
53
|
+
import { IServiceAudience } from '@fluidframework/fluid-static';
|
|
54
|
+
import { IServiceAudienceEvents } from '@fluidframework/fluid-static';
|
|
55
|
+
import { ISharedDirectory } from '@fluidframework/map';
|
|
56
|
+
import { ISharedDirectoryEvents } from '@fluidframework/map';
|
|
57
|
+
import { ISharedIntervalCollection } from '@fluidframework/sequence';
|
|
58
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
59
|
+
import { ISharedMapEvents } from '@fluidframework/map';
|
|
60
|
+
import { ISharedSegmentSequenceEvents } from '@fluidframework/sequence';
|
|
61
|
+
import { ISharedString } from '@fluidframework/sequence';
|
|
62
|
+
import { IValueChanged } from '@fluidframework/map';
|
|
63
|
+
import { LoadableObjectClass } from '@fluidframework/fluid-static';
|
|
64
|
+
import { LoadableObjectClassRecord } from '@fluidframework/fluid-static';
|
|
65
|
+
import { LoadableObjectCtor } from '@fluidframework/fluid-static';
|
|
66
|
+
import { LoadableObjectRecord } from '@fluidframework/fluid-static';
|
|
67
|
+
import { LocalValueMaker } from '@fluidframework/map';
|
|
68
|
+
import { MapFactory } from '@fluidframework/map';
|
|
69
|
+
import { MemberChangedListener } from '@fluidframework/fluid-static';
|
|
70
|
+
import { SequenceDeltaEvent } from '@fluidframework/sequence';
|
|
71
|
+
import { SequenceEvent } from '@fluidframework/sequence';
|
|
72
|
+
import { SequenceInterval } from '@fluidframework/sequence';
|
|
73
|
+
import { SequenceMaintenanceEvent } from '@fluidframework/sequence';
|
|
74
|
+
import { ServiceAudience } from '@fluidframework/fluid-static';
|
|
75
|
+
import { SharedDirectory } from '@fluidframework/map';
|
|
76
|
+
import { SharedIntervalCollection } from '@fluidframework/sequence';
|
|
77
|
+
import { SharedIntervalCollectionFactory } from '@fluidframework/sequence';
|
|
78
|
+
import { SharedMap } from '@fluidframework/map';
|
|
79
|
+
import { SharedObjectClass } from '@fluidframework/fluid-static';
|
|
80
|
+
import { SharedSegmentSequence } from '@fluidframework/sequence';
|
|
81
|
+
import { SharedSequence } from '@fluidframework/sequence';
|
|
82
|
+
import { SharedString } from '@fluidframework/sequence';
|
|
83
|
+
import { SharedStringFactory } from '@fluidframework/sequence';
|
|
84
|
+
import { SharedStringSegment } from '@fluidframework/sequence';
|
|
85
|
+
import { SubSequence } from '@fluidframework/sequence';
|
|
86
|
+
|
|
87
|
+
export { AttachState }
|
|
88
|
+
|
|
89
|
+
export { ConnectionState }
|
|
90
|
+
|
|
91
|
+
export { ContainerErrorType }
|
|
92
|
+
|
|
93
|
+
export { ContainerSchema }
|
|
94
|
+
|
|
95
|
+
export { DataObjectClass }
|
|
96
|
+
|
|
97
|
+
export { DeserializeCallback }
|
|
98
|
+
|
|
99
|
+
export { DirectoryFactory }
|
|
100
|
+
|
|
101
|
+
export { DOProviderContainerRuntimeFactory }
|
|
102
|
+
|
|
103
|
+
export { DriverErrorType }
|
|
104
|
+
|
|
105
|
+
export { FluidContainer }
|
|
106
|
+
|
|
107
|
+
export { getTextAndMarkers }
|
|
108
|
+
|
|
109
|
+
export { IConnection }
|
|
110
|
+
|
|
111
|
+
export { ICriticalContainerError }
|
|
112
|
+
|
|
113
|
+
export { IDirectory }
|
|
114
|
+
|
|
115
|
+
export { IDirectoryClearOperation }
|
|
116
|
+
|
|
117
|
+
export { IDirectoryCreateSubDirectoryOperation }
|
|
118
|
+
|
|
119
|
+
export { IDirectoryDataObject }
|
|
120
|
+
|
|
121
|
+
export { IDirectoryDeleteOperation }
|
|
122
|
+
|
|
123
|
+
export { IDirectoryDeleteSubDirectoryOperation }
|
|
124
|
+
|
|
125
|
+
export { IDirectoryEvents }
|
|
126
|
+
|
|
127
|
+
export { IDirectoryKeyOperation }
|
|
128
|
+
|
|
129
|
+
/* Excluded from this release type: IDirectoryNewStorageFormat */
|
|
130
|
+
export { IDirectoryOperation }
|
|
131
|
+
|
|
132
|
+
export { IDirectorySetOperation }
|
|
133
|
+
|
|
134
|
+
export { IDirectoryStorageOperation }
|
|
135
|
+
|
|
136
|
+
export { IDirectorySubDirectoryOperation }
|
|
137
|
+
|
|
138
|
+
export { IDirectoryValueChanged }
|
|
139
|
+
|
|
140
|
+
export { IFluidContainer }
|
|
141
|
+
|
|
142
|
+
export { IFluidContainerEvents }
|
|
143
|
+
|
|
144
|
+
export { IInterval }
|
|
145
|
+
|
|
146
|
+
export { IIntervalCollection }
|
|
147
|
+
|
|
148
|
+
export { IIntervalCollectionEvent }
|
|
149
|
+
|
|
150
|
+
export { IIntervalHelpers }
|
|
151
|
+
|
|
152
|
+
export { IJSONRunSegment }
|
|
153
|
+
|
|
154
|
+
export { ILocalValue }
|
|
155
|
+
|
|
156
|
+
/* Excluded from this release type: IMapMessageLocalMetadata */
|
|
157
|
+
export { IMember }
|
|
158
|
+
|
|
159
|
+
export { Interval }
|
|
160
|
+
|
|
161
|
+
export { IntervalLocator }
|
|
162
|
+
|
|
163
|
+
export { intervalLocatorFromEndpoint }
|
|
164
|
+
|
|
165
|
+
export { IntervalType }
|
|
166
|
+
|
|
167
|
+
export { IRootDataObject }
|
|
168
|
+
|
|
169
|
+
export { ISequenceDeltaRange }
|
|
170
|
+
|
|
171
|
+
export { ISerializableInterval }
|
|
172
|
+
|
|
173
|
+
export { ISerializableValue }
|
|
174
|
+
|
|
175
|
+
/* Excluded from this release type: ISerializedInterval */
|
|
176
|
+
export { ISerializedValue }
|
|
177
|
+
|
|
178
|
+
export { IServiceAudience }
|
|
179
|
+
|
|
180
|
+
export { IServiceAudienceEvents }
|
|
181
|
+
|
|
182
|
+
export { ISharedDirectory }
|
|
183
|
+
|
|
184
|
+
export { ISharedDirectoryEvents }
|
|
185
|
+
|
|
186
|
+
export { ISharedIntervalCollection }
|
|
187
|
+
|
|
188
|
+
export { ISharedMap }
|
|
189
|
+
|
|
190
|
+
export { ISharedMapEvents }
|
|
191
|
+
|
|
192
|
+
export { ISharedSegmentSequenceEvents }
|
|
193
|
+
|
|
194
|
+
export { ISharedString }
|
|
195
|
+
|
|
196
|
+
export { IValueChanged }
|
|
197
|
+
|
|
198
|
+
/* Excluded from this release type: IValueOpEmitter */
|
|
199
|
+
export { LoadableObjectClass }
|
|
200
|
+
|
|
201
|
+
export { LoadableObjectClassRecord }
|
|
202
|
+
|
|
203
|
+
export { LoadableObjectCtor }
|
|
204
|
+
|
|
205
|
+
export { LoadableObjectRecord }
|
|
206
|
+
|
|
207
|
+
export { LocalValueMaker }
|
|
208
|
+
|
|
209
|
+
export { MapFactory }
|
|
210
|
+
|
|
211
|
+
export { MemberChangedListener }
|
|
212
|
+
|
|
213
|
+
export { SequenceDeltaEvent }
|
|
214
|
+
|
|
215
|
+
export { SequenceEvent }
|
|
216
|
+
|
|
217
|
+
export { SequenceInterval }
|
|
218
|
+
|
|
219
|
+
export { SequenceMaintenanceEvent }
|
|
220
|
+
|
|
221
|
+
/* Excluded from this release type: SerializedIntervalDelta */
|
|
222
|
+
export { ServiceAudience }
|
|
223
|
+
|
|
224
|
+
export { SharedDirectory }
|
|
225
|
+
|
|
226
|
+
export { SharedIntervalCollection }
|
|
227
|
+
|
|
228
|
+
export { SharedIntervalCollectionFactory }
|
|
229
|
+
|
|
230
|
+
export { SharedMap }
|
|
231
|
+
|
|
232
|
+
export { SharedObjectClass }
|
|
233
|
+
|
|
234
|
+
export { SharedSegmentSequence }
|
|
235
|
+
|
|
236
|
+
export { SharedSequence }
|
|
237
|
+
|
|
238
|
+
export { SharedString }
|
|
239
|
+
|
|
240
|
+
export { SharedStringFactory }
|
|
241
|
+
|
|
242
|
+
export { SharedStringSegment }
|
|
243
|
+
|
|
244
|
+
export { SubSequence }
|
|
245
|
+
|
|
246
|
+
export { }
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
|
|
3
|
+
* when paired with a corresponding service client library (for example,
|
|
4
|
+
* `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
|
|
5
|
+
*
|
|
6
|
+
* @packageDocumentation
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
10
|
+
import { ConnectionState } from '@fluidframework/container-loader';
|
|
11
|
+
import { ContainerErrorType } from '@fluidframework/container-definitions';
|
|
12
|
+
import { ContainerSchema } from '@fluidframework/fluid-static';
|
|
13
|
+
import { DataObjectClass } from '@fluidframework/fluid-static';
|
|
14
|
+
import { DeserializeCallback } from '@fluidframework/sequence';
|
|
15
|
+
import { DirectoryFactory } from '@fluidframework/map';
|
|
16
|
+
import { DOProviderContainerRuntimeFactory } from '@fluidframework/fluid-static';
|
|
17
|
+
import { DriverErrorType } from '@fluidframework/driver-definitions';
|
|
18
|
+
import { FluidContainer } from '@fluidframework/fluid-static';
|
|
19
|
+
import { getTextAndMarkers } from '@fluidframework/sequence';
|
|
20
|
+
import { IConnection } from '@fluidframework/fluid-static';
|
|
21
|
+
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
22
|
+
import { IDirectory } from '@fluidframework/map';
|
|
23
|
+
import { IDirectoryClearOperation } from '@fluidframework/map';
|
|
24
|
+
import { IDirectoryCreateSubDirectoryOperation } from '@fluidframework/map';
|
|
25
|
+
import { IDirectoryDataObject } from '@fluidframework/map';
|
|
26
|
+
import { IDirectoryDeleteOperation } from '@fluidframework/map';
|
|
27
|
+
import { IDirectoryDeleteSubDirectoryOperation } from '@fluidframework/map';
|
|
28
|
+
import { IDirectoryEvents } from '@fluidframework/map';
|
|
29
|
+
import { IDirectoryKeyOperation } from '@fluidframework/map';
|
|
30
|
+
import { IDirectoryOperation } from '@fluidframework/map';
|
|
31
|
+
import { IDirectorySetOperation } from '@fluidframework/map';
|
|
32
|
+
import { IDirectoryStorageOperation } from '@fluidframework/map';
|
|
33
|
+
import { IDirectorySubDirectoryOperation } from '@fluidframework/map';
|
|
34
|
+
import { IDirectoryValueChanged } from '@fluidframework/map';
|
|
35
|
+
import { IFluidContainer } from '@fluidframework/fluid-static';
|
|
36
|
+
import { IFluidContainerEvents } from '@fluidframework/fluid-static';
|
|
37
|
+
import { IInterval } from '@fluidframework/sequence';
|
|
38
|
+
import { IIntervalCollection } from '@fluidframework/sequence';
|
|
39
|
+
import { IIntervalCollectionEvent } from '@fluidframework/sequence';
|
|
40
|
+
import { IIntervalHelpers } from '@fluidframework/sequence';
|
|
41
|
+
import { IJSONRunSegment } from '@fluidframework/sequence';
|
|
42
|
+
import { ILocalValue } from '@fluidframework/map';
|
|
43
|
+
import { IMember } from '@fluidframework/fluid-static';
|
|
44
|
+
import { Interval } from '@fluidframework/sequence';
|
|
45
|
+
import { IntervalLocator } from '@fluidframework/sequence';
|
|
46
|
+
import { intervalLocatorFromEndpoint } from '@fluidframework/sequence';
|
|
47
|
+
import { IntervalType } from '@fluidframework/sequence';
|
|
48
|
+
import { IRootDataObject } from '@fluidframework/fluid-static';
|
|
49
|
+
import { ISequenceDeltaRange } from '@fluidframework/sequence';
|
|
50
|
+
import { ISerializableInterval } from '@fluidframework/sequence';
|
|
51
|
+
import { ISerializableValue } from '@fluidframework/map';
|
|
52
|
+
import { ISerializedValue } from '@fluidframework/map';
|
|
53
|
+
import { IServiceAudience } from '@fluidframework/fluid-static';
|
|
54
|
+
import { IServiceAudienceEvents } from '@fluidframework/fluid-static';
|
|
55
|
+
import { ISharedDirectory } from '@fluidframework/map';
|
|
56
|
+
import { ISharedDirectoryEvents } from '@fluidframework/map';
|
|
57
|
+
import { ISharedIntervalCollection } from '@fluidframework/sequence';
|
|
58
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
59
|
+
import { ISharedMapEvents } from '@fluidframework/map';
|
|
60
|
+
import { ISharedSegmentSequenceEvents } from '@fluidframework/sequence';
|
|
61
|
+
import { ISharedString } from '@fluidframework/sequence';
|
|
62
|
+
import { IValueChanged } from '@fluidframework/map';
|
|
63
|
+
import { LoadableObjectClass } from '@fluidframework/fluid-static';
|
|
64
|
+
import { LoadableObjectClassRecord } from '@fluidframework/fluid-static';
|
|
65
|
+
import { LoadableObjectCtor } from '@fluidframework/fluid-static';
|
|
66
|
+
import { LoadableObjectRecord } from '@fluidframework/fluid-static';
|
|
67
|
+
import { LocalValueMaker } from '@fluidframework/map';
|
|
68
|
+
import { MapFactory } from '@fluidframework/map';
|
|
69
|
+
import { MemberChangedListener } from '@fluidframework/fluid-static';
|
|
70
|
+
import { SequenceDeltaEvent } from '@fluidframework/sequence';
|
|
71
|
+
import { SequenceEvent } from '@fluidframework/sequence';
|
|
72
|
+
import { SequenceInterval } from '@fluidframework/sequence';
|
|
73
|
+
import { SequenceMaintenanceEvent } from '@fluidframework/sequence';
|
|
74
|
+
import { ServiceAudience } from '@fluidframework/fluid-static';
|
|
75
|
+
import { SharedDirectory } from '@fluidframework/map';
|
|
76
|
+
import { SharedIntervalCollection } from '@fluidframework/sequence';
|
|
77
|
+
import { SharedIntervalCollectionFactory } from '@fluidframework/sequence';
|
|
78
|
+
import { SharedMap } from '@fluidframework/map';
|
|
79
|
+
import { SharedObjectClass } from '@fluidframework/fluid-static';
|
|
80
|
+
import { SharedSegmentSequence } from '@fluidframework/sequence';
|
|
81
|
+
import { SharedSequence } from '@fluidframework/sequence';
|
|
82
|
+
import { SharedString } from '@fluidframework/sequence';
|
|
83
|
+
import { SharedStringFactory } from '@fluidframework/sequence';
|
|
84
|
+
import { SharedStringSegment } from '@fluidframework/sequence';
|
|
85
|
+
import { SubSequence } from '@fluidframework/sequence';
|
|
86
|
+
|
|
87
|
+
export { AttachState }
|
|
88
|
+
|
|
89
|
+
export { ConnectionState }
|
|
90
|
+
|
|
91
|
+
export { ContainerErrorType }
|
|
92
|
+
|
|
93
|
+
export { ContainerSchema }
|
|
94
|
+
|
|
95
|
+
export { DataObjectClass }
|
|
96
|
+
|
|
97
|
+
export { DeserializeCallback }
|
|
98
|
+
|
|
99
|
+
export { DirectoryFactory }
|
|
100
|
+
|
|
101
|
+
export { DOProviderContainerRuntimeFactory }
|
|
102
|
+
|
|
103
|
+
export { DriverErrorType }
|
|
104
|
+
|
|
105
|
+
export { FluidContainer }
|
|
106
|
+
|
|
107
|
+
export { getTextAndMarkers }
|
|
108
|
+
|
|
109
|
+
export { IConnection }
|
|
110
|
+
|
|
111
|
+
export { ICriticalContainerError }
|
|
112
|
+
|
|
113
|
+
export { IDirectory }
|
|
114
|
+
|
|
115
|
+
export { IDirectoryClearOperation }
|
|
116
|
+
|
|
117
|
+
export { IDirectoryCreateSubDirectoryOperation }
|
|
118
|
+
|
|
119
|
+
export { IDirectoryDataObject }
|
|
120
|
+
|
|
121
|
+
export { IDirectoryDeleteOperation }
|
|
122
|
+
|
|
123
|
+
export { IDirectoryDeleteSubDirectoryOperation }
|
|
124
|
+
|
|
125
|
+
export { IDirectoryEvents }
|
|
126
|
+
|
|
127
|
+
export { IDirectoryKeyOperation }
|
|
128
|
+
|
|
129
|
+
/* Excluded from this release type: IDirectoryNewStorageFormat */
|
|
130
|
+
export { IDirectoryOperation }
|
|
131
|
+
|
|
132
|
+
export { IDirectorySetOperation }
|
|
133
|
+
|
|
134
|
+
export { IDirectoryStorageOperation }
|
|
135
|
+
|
|
136
|
+
export { IDirectorySubDirectoryOperation }
|
|
137
|
+
|
|
138
|
+
export { IDirectoryValueChanged }
|
|
139
|
+
|
|
140
|
+
export { IFluidContainer }
|
|
141
|
+
|
|
142
|
+
export { IFluidContainerEvents }
|
|
143
|
+
|
|
144
|
+
export { IInterval }
|
|
145
|
+
|
|
146
|
+
export { IIntervalCollection }
|
|
147
|
+
|
|
148
|
+
export { IIntervalCollectionEvent }
|
|
149
|
+
|
|
150
|
+
export { IIntervalHelpers }
|
|
151
|
+
|
|
152
|
+
export { IJSONRunSegment }
|
|
153
|
+
|
|
154
|
+
export { ILocalValue }
|
|
155
|
+
|
|
156
|
+
/* Excluded from this release type: IMapMessageLocalMetadata */
|
|
157
|
+
export { IMember }
|
|
158
|
+
|
|
159
|
+
export { Interval }
|
|
160
|
+
|
|
161
|
+
export { IntervalLocator }
|
|
162
|
+
|
|
163
|
+
export { intervalLocatorFromEndpoint }
|
|
164
|
+
|
|
165
|
+
export { IntervalType }
|
|
166
|
+
|
|
167
|
+
export { IRootDataObject }
|
|
168
|
+
|
|
169
|
+
export { ISequenceDeltaRange }
|
|
170
|
+
|
|
171
|
+
export { ISerializableInterval }
|
|
172
|
+
|
|
173
|
+
export { ISerializableValue }
|
|
174
|
+
|
|
175
|
+
/* Excluded from this release type: ISerializedInterval */
|
|
176
|
+
export { ISerializedValue }
|
|
177
|
+
|
|
178
|
+
export { IServiceAudience }
|
|
179
|
+
|
|
180
|
+
export { IServiceAudienceEvents }
|
|
181
|
+
|
|
182
|
+
export { ISharedDirectory }
|
|
183
|
+
|
|
184
|
+
export { ISharedDirectoryEvents }
|
|
185
|
+
|
|
186
|
+
export { ISharedIntervalCollection }
|
|
187
|
+
|
|
188
|
+
export { ISharedMap }
|
|
189
|
+
|
|
190
|
+
export { ISharedMapEvents }
|
|
191
|
+
|
|
192
|
+
export { ISharedSegmentSequenceEvents }
|
|
193
|
+
|
|
194
|
+
export { ISharedString }
|
|
195
|
+
|
|
196
|
+
export { IValueChanged }
|
|
197
|
+
|
|
198
|
+
/* Excluded from this release type: IValueOpEmitter */
|
|
199
|
+
export { LoadableObjectClass }
|
|
200
|
+
|
|
201
|
+
export { LoadableObjectClassRecord }
|
|
202
|
+
|
|
203
|
+
export { LoadableObjectCtor }
|
|
204
|
+
|
|
205
|
+
export { LoadableObjectRecord }
|
|
206
|
+
|
|
207
|
+
export { LocalValueMaker }
|
|
208
|
+
|
|
209
|
+
export { MapFactory }
|
|
210
|
+
|
|
211
|
+
export { MemberChangedListener }
|
|
212
|
+
|
|
213
|
+
export { SequenceDeltaEvent }
|
|
214
|
+
|
|
215
|
+
export { SequenceEvent }
|
|
216
|
+
|
|
217
|
+
export { SequenceInterval }
|
|
218
|
+
|
|
219
|
+
export { SequenceMaintenanceEvent }
|
|
220
|
+
|
|
221
|
+
/* Excluded from this release type: SerializedIntervalDelta */
|
|
222
|
+
export { ServiceAudience }
|
|
223
|
+
|
|
224
|
+
export { SharedDirectory }
|
|
225
|
+
|
|
226
|
+
export { SharedIntervalCollection }
|
|
227
|
+
|
|
228
|
+
export { SharedIntervalCollectionFactory }
|
|
229
|
+
|
|
230
|
+
export { SharedMap }
|
|
231
|
+
|
|
232
|
+
export { SharedObjectClass }
|
|
233
|
+
|
|
234
|
+
export { SharedSegmentSequence }
|
|
235
|
+
|
|
236
|
+
export { SharedSequence }
|
|
237
|
+
|
|
238
|
+
export { SharedString }
|
|
239
|
+
|
|
240
|
+
export { SharedStringFactory }
|
|
241
|
+
|
|
242
|
+
export { SharedStringSegment }
|
|
243
|
+
|
|
244
|
+
export { SubSequence }
|
|
245
|
+
|
|
246
|
+
export { }
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
|
|
3
|
+
* when paired with a corresponding service client library (for example,
|
|
4
|
+
* `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
|
|
5
|
+
*
|
|
6
|
+
* @packageDocumentation
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
10
|
+
import { ConnectionState } from '@fluidframework/container-loader';
|
|
11
|
+
import { ContainerErrorType } from '@fluidframework/container-definitions';
|
|
12
|
+
import { ContainerSchema } from '@fluidframework/fluid-static';
|
|
13
|
+
import { DataObjectClass } from '@fluidframework/fluid-static';
|
|
14
|
+
import { DeserializeCallback } from '@fluidframework/sequence';
|
|
15
|
+
import { DirectoryFactory } from '@fluidframework/map';
|
|
16
|
+
import { DOProviderContainerRuntimeFactory } from '@fluidframework/fluid-static';
|
|
17
|
+
import { DriverErrorType } from '@fluidframework/driver-definitions';
|
|
18
|
+
import { FluidContainer } from '@fluidframework/fluid-static';
|
|
19
|
+
import { getTextAndMarkers } from '@fluidframework/sequence';
|
|
20
|
+
import { IConnection } from '@fluidframework/fluid-static';
|
|
21
|
+
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
22
|
+
import { IDirectory } from '@fluidframework/map';
|
|
23
|
+
import { IDirectoryClearOperation } from '@fluidframework/map';
|
|
24
|
+
import { IDirectoryCreateSubDirectoryOperation } from '@fluidframework/map';
|
|
25
|
+
import { IDirectoryDataObject } from '@fluidframework/map';
|
|
26
|
+
import { IDirectoryDeleteOperation } from '@fluidframework/map';
|
|
27
|
+
import { IDirectoryDeleteSubDirectoryOperation } from '@fluidframework/map';
|
|
28
|
+
import { IDirectoryEvents } from '@fluidframework/map';
|
|
29
|
+
import { IDirectoryKeyOperation } from '@fluidframework/map';
|
|
30
|
+
import { IDirectoryNewStorageFormat } from '@fluidframework/map';
|
|
31
|
+
import { IDirectoryOperation } from '@fluidframework/map';
|
|
32
|
+
import { IDirectorySetOperation } from '@fluidframework/map';
|
|
33
|
+
import { IDirectoryStorageOperation } from '@fluidframework/map';
|
|
34
|
+
import { IDirectorySubDirectoryOperation } from '@fluidframework/map';
|
|
35
|
+
import { IDirectoryValueChanged } from '@fluidframework/map';
|
|
36
|
+
import { IFluidContainer } from '@fluidframework/fluid-static';
|
|
37
|
+
import { IFluidContainerEvents } from '@fluidframework/fluid-static';
|
|
38
|
+
import { IInterval } from '@fluidframework/sequence';
|
|
39
|
+
import { IIntervalCollection } from '@fluidframework/sequence';
|
|
40
|
+
import { IIntervalCollectionEvent } from '@fluidframework/sequence';
|
|
41
|
+
import { IIntervalHelpers } from '@fluidframework/sequence';
|
|
42
|
+
import { IJSONRunSegment } from '@fluidframework/sequence';
|
|
43
|
+
import { ILocalValue } from '@fluidframework/map';
|
|
44
|
+
import { IMapMessageLocalMetadata } from '@fluidframework/sequence';
|
|
45
|
+
import { IMember } from '@fluidframework/fluid-static';
|
|
46
|
+
import { Interval } from '@fluidframework/sequence';
|
|
47
|
+
import { IntervalLocator } from '@fluidframework/sequence';
|
|
48
|
+
import { intervalLocatorFromEndpoint } from '@fluidframework/sequence';
|
|
49
|
+
import { IntervalType } from '@fluidframework/sequence';
|
|
50
|
+
import { IRootDataObject } from '@fluidframework/fluid-static';
|
|
51
|
+
import { ISequenceDeltaRange } from '@fluidframework/sequence';
|
|
52
|
+
import { ISerializableInterval } from '@fluidframework/sequence';
|
|
53
|
+
import { ISerializableValue } from '@fluidframework/map';
|
|
54
|
+
import { ISerializedInterval } from '@fluidframework/sequence';
|
|
55
|
+
import { ISerializedValue } from '@fluidframework/map';
|
|
56
|
+
import { IServiceAudience } from '@fluidframework/fluid-static';
|
|
57
|
+
import { IServiceAudienceEvents } from '@fluidframework/fluid-static';
|
|
58
|
+
import { ISharedDirectory } from '@fluidframework/map';
|
|
59
|
+
import { ISharedDirectoryEvents } from '@fluidframework/map';
|
|
60
|
+
import { ISharedIntervalCollection } from '@fluidframework/sequence';
|
|
61
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
62
|
+
import { ISharedMapEvents } from '@fluidframework/map';
|
|
63
|
+
import { ISharedSegmentSequenceEvents } from '@fluidframework/sequence';
|
|
64
|
+
import { ISharedString } from '@fluidframework/sequence';
|
|
65
|
+
import { IValueChanged } from '@fluidframework/map';
|
|
66
|
+
import { IValueOpEmitter } from '@fluidframework/sequence';
|
|
67
|
+
import { LoadableObjectClass } from '@fluidframework/fluid-static';
|
|
68
|
+
import { LoadableObjectClassRecord } from '@fluidframework/fluid-static';
|
|
69
|
+
import { LoadableObjectCtor } from '@fluidframework/fluid-static';
|
|
70
|
+
import { LoadableObjectRecord } from '@fluidframework/fluid-static';
|
|
71
|
+
import { LocalValueMaker } from '@fluidframework/map';
|
|
72
|
+
import { MapFactory } from '@fluidframework/map';
|
|
73
|
+
import { MemberChangedListener } from '@fluidframework/fluid-static';
|
|
74
|
+
import { SequenceDeltaEvent } from '@fluidframework/sequence';
|
|
75
|
+
import { SequenceEvent } from '@fluidframework/sequence';
|
|
76
|
+
import { SequenceInterval } from '@fluidframework/sequence';
|
|
77
|
+
import { SequenceMaintenanceEvent } from '@fluidframework/sequence';
|
|
78
|
+
import { SerializedIntervalDelta } from '@fluidframework/sequence';
|
|
79
|
+
import { ServiceAudience } from '@fluidframework/fluid-static';
|
|
80
|
+
import { SharedDirectory } from '@fluidframework/map';
|
|
81
|
+
import { SharedIntervalCollection } from '@fluidframework/sequence';
|
|
82
|
+
import { SharedIntervalCollectionFactory } from '@fluidframework/sequence';
|
|
83
|
+
import { SharedMap } from '@fluidframework/map';
|
|
84
|
+
import { SharedObjectClass } from '@fluidframework/fluid-static';
|
|
85
|
+
import { SharedSegmentSequence } from '@fluidframework/sequence';
|
|
86
|
+
import { SharedSequence } from '@fluidframework/sequence';
|
|
87
|
+
import { SharedString } from '@fluidframework/sequence';
|
|
88
|
+
import { SharedStringFactory } from '@fluidframework/sequence';
|
|
89
|
+
import { SharedStringSegment } from '@fluidframework/sequence';
|
|
90
|
+
import { SubSequence } from '@fluidframework/sequence';
|
|
91
|
+
|
|
92
|
+
export { AttachState }
|
|
93
|
+
|
|
94
|
+
export { ConnectionState }
|
|
95
|
+
|
|
96
|
+
export { ContainerErrorType }
|
|
97
|
+
|
|
98
|
+
export { ContainerSchema }
|
|
99
|
+
|
|
100
|
+
export { DataObjectClass }
|
|
101
|
+
|
|
102
|
+
export { DeserializeCallback }
|
|
103
|
+
|
|
104
|
+
export { DirectoryFactory }
|
|
105
|
+
|
|
106
|
+
export { DOProviderContainerRuntimeFactory }
|
|
107
|
+
|
|
108
|
+
export { DriverErrorType }
|
|
109
|
+
|
|
110
|
+
export { FluidContainer }
|
|
111
|
+
|
|
112
|
+
export { getTextAndMarkers }
|
|
113
|
+
|
|
114
|
+
export { IConnection }
|
|
115
|
+
|
|
116
|
+
export { ICriticalContainerError }
|
|
117
|
+
|
|
118
|
+
export { IDirectory }
|
|
119
|
+
|
|
120
|
+
export { IDirectoryClearOperation }
|
|
121
|
+
|
|
122
|
+
export { IDirectoryCreateSubDirectoryOperation }
|
|
123
|
+
|
|
124
|
+
export { IDirectoryDataObject }
|
|
125
|
+
|
|
126
|
+
export { IDirectoryDeleteOperation }
|
|
127
|
+
|
|
128
|
+
export { IDirectoryDeleteSubDirectoryOperation }
|
|
129
|
+
|
|
130
|
+
export { IDirectoryEvents }
|
|
131
|
+
|
|
132
|
+
export { IDirectoryKeyOperation }
|
|
133
|
+
|
|
134
|
+
export { IDirectoryNewStorageFormat }
|
|
135
|
+
|
|
136
|
+
export { IDirectoryOperation }
|
|
137
|
+
|
|
138
|
+
export { IDirectorySetOperation }
|
|
139
|
+
|
|
140
|
+
export { IDirectoryStorageOperation }
|
|
141
|
+
|
|
142
|
+
export { IDirectorySubDirectoryOperation }
|
|
143
|
+
|
|
144
|
+
export { IDirectoryValueChanged }
|
|
145
|
+
|
|
146
|
+
export { IFluidContainer }
|
|
147
|
+
|
|
148
|
+
export { IFluidContainerEvents }
|
|
149
|
+
|
|
150
|
+
export { IInterval }
|
|
151
|
+
|
|
152
|
+
export { IIntervalCollection }
|
|
153
|
+
|
|
154
|
+
export { IIntervalCollectionEvent }
|
|
155
|
+
|
|
156
|
+
export { IIntervalHelpers }
|
|
157
|
+
|
|
158
|
+
export { IJSONRunSegment }
|
|
159
|
+
|
|
160
|
+
export { ILocalValue }
|
|
161
|
+
|
|
162
|
+
export { IMapMessageLocalMetadata }
|
|
163
|
+
|
|
164
|
+
export { IMember }
|
|
165
|
+
|
|
166
|
+
export { Interval }
|
|
167
|
+
|
|
168
|
+
export { IntervalLocator }
|
|
169
|
+
|
|
170
|
+
export { intervalLocatorFromEndpoint }
|
|
171
|
+
|
|
172
|
+
export { IntervalType }
|
|
173
|
+
|
|
174
|
+
export { IRootDataObject }
|
|
175
|
+
|
|
176
|
+
export { ISequenceDeltaRange }
|
|
177
|
+
|
|
178
|
+
export { ISerializableInterval }
|
|
179
|
+
|
|
180
|
+
export { ISerializableValue }
|
|
181
|
+
|
|
182
|
+
export { ISerializedInterval }
|
|
183
|
+
|
|
184
|
+
export { ISerializedValue }
|
|
185
|
+
|
|
186
|
+
export { IServiceAudience }
|
|
187
|
+
|
|
188
|
+
export { IServiceAudienceEvents }
|
|
189
|
+
|
|
190
|
+
export { ISharedDirectory }
|
|
191
|
+
|
|
192
|
+
export { ISharedDirectoryEvents }
|
|
193
|
+
|
|
194
|
+
export { ISharedIntervalCollection }
|
|
195
|
+
|
|
196
|
+
export { ISharedMap }
|
|
197
|
+
|
|
198
|
+
export { ISharedMapEvents }
|
|
199
|
+
|
|
200
|
+
export { ISharedSegmentSequenceEvents }
|
|
201
|
+
|
|
202
|
+
export { ISharedString }
|
|
203
|
+
|
|
204
|
+
export { IValueChanged }
|
|
205
|
+
|
|
206
|
+
export { IValueOpEmitter }
|
|
207
|
+
|
|
208
|
+
export { LoadableObjectClass }
|
|
209
|
+
|
|
210
|
+
export { LoadableObjectClassRecord }
|
|
211
|
+
|
|
212
|
+
export { LoadableObjectCtor }
|
|
213
|
+
|
|
214
|
+
export { LoadableObjectRecord }
|
|
215
|
+
|
|
216
|
+
export { LocalValueMaker }
|
|
217
|
+
|
|
218
|
+
export { MapFactory }
|
|
219
|
+
|
|
220
|
+
export { MemberChangedListener }
|
|
221
|
+
|
|
222
|
+
export { SequenceDeltaEvent }
|
|
223
|
+
|
|
224
|
+
export { SequenceEvent }
|
|
225
|
+
|
|
226
|
+
export { SequenceInterval }
|
|
227
|
+
|
|
228
|
+
export { SequenceMaintenanceEvent }
|
|
229
|
+
|
|
230
|
+
export { SerializedIntervalDelta }
|
|
231
|
+
|
|
232
|
+
export { ServiceAudience }
|
|
233
|
+
|
|
234
|
+
export { SharedDirectory }
|
|
235
|
+
|
|
236
|
+
export { SharedIntervalCollection }
|
|
237
|
+
|
|
238
|
+
export { SharedIntervalCollectionFactory }
|
|
239
|
+
|
|
240
|
+
export { SharedMap }
|
|
241
|
+
|
|
242
|
+
export { SharedObjectClass }
|
|
243
|
+
|
|
244
|
+
export { SharedSegmentSequence }
|
|
245
|
+
|
|
246
|
+
export { SharedSequence }
|
|
247
|
+
|
|
248
|
+
export { SharedString }
|
|
249
|
+
|
|
250
|
+
export { SharedStringFactory }
|
|
251
|
+
|
|
252
|
+
export { SharedStringSegment }
|
|
253
|
+
|
|
254
|
+
export { SubSequence }
|
|
255
|
+
|
|
256
|
+
export { }
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.0.0-internal.7.
|
|
3
|
+
"version": "2.0.0-internal.7.1.0",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"module": "lib/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.7.
|
|
19
|
-
"@fluidframework/container-loader": ">=2.0.0-internal.7.
|
|
20
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.7.
|
|
21
|
-
"@fluidframework/fluid-static": ">=2.0.0-internal.7.
|
|
22
|
-
"@fluidframework/map": ">=2.0.0-internal.7.
|
|
23
|
-
"@fluidframework/sequence": ">=2.0.0-internal.7.
|
|
18
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.7.1.0 <2.0.0-internal.7.2.0",
|
|
19
|
+
"@fluidframework/container-loader": ">=2.0.0-internal.7.1.0 <2.0.0-internal.7.2.0",
|
|
20
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.7.1.0 <2.0.0-internal.7.2.0",
|
|
21
|
+
"@fluidframework/fluid-static": ">=2.0.0-internal.7.1.0 <2.0.0-internal.7.2.0",
|
|
22
|
+
"@fluidframework/map": ">=2.0.0-internal.7.1.0 <2.0.0-internal.7.2.0",
|
|
23
|
+
"@fluidframework/sequence": ">=2.0.0-internal.7.1.0 <2.0.0-internal.7.2.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@fluid-tools/build-cli": "^0.
|
|
27
|
-
"@fluidframework/build-common": "^2.0.
|
|
28
|
-
"@fluidframework/build-tools": "^0.
|
|
29
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
26
|
+
"@fluid-tools/build-cli": "^0.25.0",
|
|
27
|
+
"@fluidframework/build-common": "^2.0.1",
|
|
28
|
+
"@fluidframework/build-tools": "^0.25.0",
|
|
29
|
+
"@fluidframework/eslint-config-fluid": "^3.0.0",
|
|
30
30
|
"@microsoft/api-extractor": "^7.37.0",
|
|
31
31
|
"@types/node": "^16.18.38",
|
|
32
32
|
"copyfiles": "^2.4.1",
|
|
33
|
-
"eslint": "~8.
|
|
34
|
-
"prettier": "~
|
|
33
|
+
"eslint": "~8.50.0",
|
|
34
|
+
"prettier": "~3.0.3",
|
|
35
35
|
"rimraf": "^4.4.0",
|
|
36
36
|
"typescript": "~5.1.6"
|
|
37
37
|
},
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"build": "fluid-build . --task build",
|
|
52
52
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
53
53
|
"build:compile": "fluid-build . --task compile",
|
|
54
|
-
"build:docs": "api-extractor run --local
|
|
54
|
+
"build:docs": "api-extractor run --local",
|
|
55
55
|
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
56
|
-
"ci:build:docs": "api-extractor run
|
|
56
|
+
"ci:build:docs": "api-extractor run",
|
|
57
57
|
"clean": "rimraf --glob '_api-extractor-temp' 'dist' 'lib' '*.tsbuildinfo' '*.build.log'",
|
|
58
58
|
"eslint": "eslint --format stylish src",
|
|
59
59
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|