This commit is contained in:
Erik Arvidsson
2016-09-09 11:32:24 -07:00
committed by GitHub
parent 1996e0a3d8
commit c1ed55e009
+1
View File
@@ -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