ALLION Benjamin

Results 3 issues of ALLION Benjamin

"normalize" method execute "deReferenceSchema" method for each call. That method could be expensive, To increase performance, it should be good to add cache option to avoid multiple calls especially if...

Example : In schema definition, if we have something like : ``` "enable": { "type": "boolean", "default": true }, ``` The normalization process should put the default value into the...

We must analyze & reduce dependencies usage & transitive dependencies. The first exemple is 'winston' dependency that can be replaced by a zero dependency solution.

Feature