AaronPowell96 / sandpack-file-explorer

Enhanced File Explorer for Sandpack. Providing immense flexibility to Sandpack's capabilities.
https://www.npmjs.com/package/sandpack-file-explorer
MIT License
29 stars 8 forks source link

feat(file visibility): hide hidden files #2

Open nathanielazevedo opened 7 months ago

nathanielazevedo commented 7 months ago

Hidden files were not being hidden in the file tree.

It seemed that the property "result[prop]" was not being used other than it needing to not be an object, so I used it as a hidden flag.

Maybe it is a bit hacky, but it works.