prettier icon indicating copy to clipboard operation
prettier copied to clipboard

Globs are somewhat broken

Open ciriousjoker opened this issue 2 years ago • 0 comments

So apparently this works:

--parser json-stringify --write "myfolder/intl_*.arb"

and this doesn't:

--parser json-stringify --write "myfolder/*.arb"

I can only imagine that /* is somehow parsed as a comment in javascript...

Error message:

Error: No files matching the pattern were found: "[object Object]".

ciriousjoker avatar Nov 16 '23 20:11 ciriousjoker