diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-10-19 23:18:22 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-10-19 23:18:22 +0200 |
commit | e50ce2eb14b3c6b85096092183e447563694174b (patch) | |
tree | 1676f8b277ef3a57d0b41fa113e9abbabeb8aeaf /nginx/ngx_js.c | |
parent | 9f23a9c5beff2e598bb8ff968925e5f0539462d4 (diff) | |
download | njs-e50ce2eb14b3c6b85096092183e447563694174b.tar.gz njs-e50ce2eb14b3c6b85096092183e447563694174b.zip |
Types: fixed index types in modules.
Fixes the following type errors:
Property ''xxx'' of type 'NjsByteString | undefined' is not
assignable to string index type 'NjsStringLike'.ts(2411)
While string index signatures are a powerful way to describe the
"dictionary" pattern, they also enforce that all properties match
their return type.
Diffstat (limited to 'nginx/ngx_js.c')
0 files changed, 0 insertions, 0 deletions