mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
chore: update dependencies
This commit is contained in:
parent
2abec924e8
commit
433f9b986f
150 changed files with 1690 additions and 1507 deletions
|
@ -13,7 +13,7 @@ export abstract class StructFieldValue<
|
|||
any,
|
||||
any,
|
||||
any
|
||||
> = StructFieldDefinition<any, any, any>
|
||||
> = StructFieldDefinition<any, any, any>,
|
||||
> {
|
||||
/** Gets the definition associated with this runtime value */
|
||||
public readonly definition: TDefinition;
|
||||
|
@ -37,7 +37,7 @@ export abstract class StructFieldValue<
|
|||
definition: TDefinition,
|
||||
options: Readonly<StructOptions>,
|
||||
struct: StructValue,
|
||||
value: TDefinition["TValue"]
|
||||
value: TDefinition["TValue"],
|
||||
) {
|
||||
this.definition = definition;
|
||||
this.options = options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue