Compiling typescript is throwing exceptions #442
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#442
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
jspm_packages\github\SheetJS\js-xlsx@0.8.0\misc\xl.d.ts(31,3): error TS2411: Property ''!range'' of type 'CellRange' is not assignable to string index type 'Cell'.
jspm_packages\github\SheetJS\js-xlsx@0.8.0\misc\xl.d.ts(31,3): error TS2411: Property ''!ref'' of type 'string' is not assignable to string index type 'Cell'.
In TS 2.0 the fix seems to be:
[key: string]: Cell | string | CellRange;
We will be removing the old typescript definitions files. Type metadata is included as flow comments.