After updating from 4.0.9 to 6.9.0 the following doesn't compile with Haxe 3.4.7:
haxe.zip.Reader.unzip(null);
It gives the following error:
C:\HaxeToolkit\haxe\std/haxe/zip/Reader.hx:198: characters 10-38 : haxe.zip.Uncompress does not have a constructor
After updating from 4.0.9 to 6.9.0 the following doesn't compile with Haxe 3.4.7:
haxe.zip.Reader.unzip(null);It gives the following error:
C:\HaxeToolkit\haxe\std/haxe/zip/Reader.hx:198: characters 10-38 : haxe.zip.Uncompress does not have a constructor