Viktor Podzigun
Viktor Podzigun
Currently one can use: ``` iconv.encode(str, encoding).length ``` but it's slow because it creates intermediate and immediately discarded buffer. Would be better to expose similar but efficient api: ``` iconv.byteLength(str,...
Notes: - fixes webpack json stats parsing errors on missing optional fields in `errors`/`warnings` objects: ``` [error] Error parsing webpack stats output [error] /warnings(0)/moduleName: JsonValidationError(List(error.path.missing),WrappedArray()) [error] /warnings(1)/moduleName: JsonValidationError(List(error.path.missing),WrappedArray()) [error] Error...
Why: - challenges to keep `facade` interfaces in sync with `JS` libs, requires manual adjustments when `JS` lib updates - `JavaScript`/`TypeScript` has much bigger ecosystem/community and potential future contributors to...

Depends on scommons/scommons-nodejs/issues/6