Export types Matrix and Point
See original GitHub issueWe are having issues with Webpack packaging a library that depends on transformation-matrix
(https://github.com/swimlane/ngx-graph/issues/67).
Webpack seems to ignore the Matrix
type as it is not exported in https://github.com/chrvadala/transformation-matrix/blob/master/transformation-matrix.d.ts whereas it is used by functions that are themselves exported. We end up with type definitions that reference Matrix
without it being declared anywhere.
Can you export that type as well as Point
? (I am not using Point
but I guess it has the same problem)
Thanks for the library, by the way!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Export and import rules for matrix attributes
ID Title Matrix 1 Description Matrix 2
001 Element 1 Column A Column B Column C Description 1 Column A
Row 1 Cell Cell Cell...
Read more >How can I export a list of points as a matrix in ArcGIS 10.0?
I need to export these values not as list, but as a matrix of size 50x50 to be read in SciLab. The grid...
Read more >Export a Matrix - Maple Help - Maplesoft
The ExportMatrix command exports a matrix or list of matrices to an external file, string, or ByteArray. •. The type of file to...
Read more >Matrix Market: File Formats
The MM exchange format for matrices is really a collection of affiliated formats which share design elements. In our initial specification, two matrix...
Read more >How Matrixify Works - Bulk import, export & edit Shopify data
Learn how to use the Matrixify (formerly Excelify) App. Easily import, export, manage and edit your Shopify store data in bulk.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I didn’t know that option, I’ll give it a try.
Thanks for your help!
Hi @forabi, how is going? Are there any news on this?