braces
braces copied to clipboard
feature request: remove extra space
const braces = require('braces');
console.log(braces(['{js, ts, json}'], { expand: true }));
expected: [ 'js', 'ts', 'json' ]
Thanks for the request! If we get a few 👍🏻 , I'll implement this in the next release.
@jonschlinkert Hi, I try to implement this and submit a PR, but I found that some tests are already broken at node18 🤔