socketsupply / union-app-studio

Like Codepen, but for native apps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regex pattern throws error

juliedavila opened this issue · comments

The following throws an error

const notHiddenFile = (filePath) => !(/(^|\/)\.[^/.]/).test(filePath)

The error is

SyntaxError: Unexpected token [

I think this is now fixed in the master branch. Can you pull latest and confirm? If so, we can close.

image