sq / JSIL

CIL to Javascript Compiler
http://jsil.org/
Other
1.73k stars 241 forks source link

Implemented read-only support for System.IO.Compression.ZipArchive #1006

Open dmirmilshteyn opened 8 years ago

dmirmilshteyn commented 8 years ago

Adds basic support for reading zip files through System.IO.Compression.ZipArchive using JSZip 2.x. It's dual licensed under MIT or GPLv3, so should be fine to use. Currently setup to be optional, and will only be loaded if the zip config option is set.

kg commented 8 years ago

Can you add a couple simple test cases for this? Thanks