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
require("postcss"); const { parse } = require('postcss-values-parser'); const root = parse('attr("test")'); const node = root.clone();
You can reproduce the issue on this Runkit example
Node is clone correctly.
An error is thrown: Cannot read property 'value' of undefined from Quoted class
Cannot read property 'value' of undefined
The text was updated successfully, but these errors were encountered:
fix: Quoted – clone throw an error (#141) (#142)
a59fac9
- add missing `quoted.test.js` file (fixtures were already present)
Successfully merging a pull request may close this issue.
How Do We Reproduce?
You can reproduce the issue on this Runkit example
Expected Behavior
Node is clone correctly.
Actual Behavior.
An error is thrown:
Cannot read property 'value' of undefined
from Quoted classThe text was updated successfully, but these errors were encountered: