Alan Lins

Results 3 issues of Alan Lins

Issue #93 fixed bug when child has state expanded false and levels 5, then the grandsons nodes remains visible. You can see the bug with the code below: ```js var...

fixed bug when child has state expanded false and levels 5, then the grandsons nodes remains visible. You can see the bug with the code below: ```js var tree =...

Adding option `noAdditionalProperties` Add `additionalProperties=false` to all object types ```ts import { createSchema } from 'genson-js'; const schema = createSchema({ one: 1, two: 'second' }, { noAdditionalProperties: true }); ```...