Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: remove extra space #33

Open
trim21 opened this issue May 23, 2021 · 2 comments
Open

feature request: remove extra space #33

trim21 opened this issue May 23, 2021 · 2 comments
Labels

Comments

@trim21
Copy link

trim21 commented May 23, 2021

const braces = require('braces');

console.log(braces(['{js, ts, json}'], { expand: true }));

expected: [ 'js', 'ts', 'json' ]

@jonschlinkert
Copy link
Member

Thanks for the request! If we get a few 👍🏻 , I'll implement this in the next release.

@trim21 trim21 changed the title feature request: remove leading space feature request: remove extra space Oct 30, 2022
@trim21
Copy link
Author

trim21 commented Oct 30, 2022

@jonschlinkert Hi, I try to implement this and submit a PR, but I found that some tests are already broken at node18 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants