`napi_get_property_names` is buggy in node 10.19
Open
@artemp is already working on this.
Since Apr 9, 2020.
bug
dependencies
- Dominant language
- JavaScript
- Stars
- 44
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```c++
napi_get_property_names(_env, _value, &result);
```
erroneously returns `Number` type when property name has only digit literals e.g '123'
This has been fixed in node >=12 (tested 12.16.1, 13.12.0)
/cc @springmeyer
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.