We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const braces = require('braces'); console.log(braces(['{js, ts, json}'], { expand: true }));
expected: [ 'js', 'ts', 'json' ]
[ 'js', 'ts', 'json' ]
The text was updated successfully, but these errors were encountered:
Thanks for the request! If we get a few 👍🏻 , I'll implement this in the next release.
Sorry, something went wrong.
@jonschlinkert Hi, I try to implement this and submit a PR, but I found that some tests are already broken at node18 🤔
Amr
No branches or pull requests
expected:
[ 'js', 'ts', 'json' ]
The text was updated successfully, but these errors were encountered: