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
Provide 1-2 code examples that the usage of the new feature:
const content = `{ // comment "foo": "bar" }` const parsed = parse(content) Object.keys(parsed) // should be ['foo']
The text was updated successfully, but these errors were encountered:
related to #18
Sorry, something went wrong.
#20: comment symbol properties are now unenumerable
97fe2f1
9cddc72
No branches or pull requests
Provide 1-2 code examples that the usage of the new feature:
The text was updated successfully, but these errors were encountered: