mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-24 11:39:18 -05:00
Fix JSDoc (#2539)
This commit is contained in:
@@ -42,6 +42,7 @@ export const fieldNameRe = new RegExp(fieldNameComponentRe.source + '$');
|
||||
* get s(): string;
|
||||
* setS(value: string): MyStruct;
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
* With one major exception: if the field name conflicts with any of the properties in ValueBase (or
|
||||
* Object), such as `chunks`, `hash` or `type` (or `toString`, `hasOwnProperty` etc.), then these
|
||||
|
||||
Reference in New Issue
Block a user