Closed ryanlin1986 closed 2 years ago
This is probably something that should be supported for consistency, but you can do this instead:
zipSync({
'test/': new Uint8Array(0)
})
Added support for the original syntax in v0.7.3. Thanks for the feature request!
For example, I just want to create empty directory named test, the following code does not work.