]> git.kaiwu.me - njs.git/commit
Fixed TypeScript description for NjsByteString type.
authorArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Sat, 27 Jun 2020 16:26:41 +0000 (19:26 +0300)
committerArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Sat, 27 Jun 2020 16:26:41 +0000 (19:26 +0300)
commit5f2806a104027e8310770f2ca8e4c350064c2c5a
treef12b543ebba0beffda7a6eaeca88668e040da01b
parent04fea5ccd24a0b1db19ffc5d255d7ddc6ea7c944
Fixed TypeScript description for NjsByteString type.

NjsByteString was declared as it has no relation to string primitive type.
This causes a problem when a variable of type NjsByteString is passed into
built-in functions expecting string type.

The issue was introduced in 8f3ef384f69e.
src/ts/njs_core.d.ts