Fix type errors in complete.ts #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-type-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While digging around this repository I happened upon two minor type errors.
cm-buildhelperdoesn’t seem to mind them but I figured they’re easy to fix.Weird. TypeScript seems to usually infer this pattern (declare empty array, push typed values into it later) just fine, but indeed, on TypeScript 4.9.5 it just silently types it as
any[]. I guess you have a version that complains about that.