Decide what to do about array holes
Open
question
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 194
- Avg merge
- 22h 43m
- Merged PRs (30d)
- 10
Description
Currently, this assertion succeeds:
``` js
require("ast-types").builtInTypes.string.arrayOf().assert(["a",,"c"])
```
It probably should not succeed, because the second element of the array is missing/`undefined`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.