8.0.7 fails to parse CSS that works with 8.0.6
See original GitHub issueI get this error when building my Svelte project that uses PostCSS, when using v8.0.7. Downgrading to v8.0.6 resolves the issue.
[!] (plugin svelte) TypeError: string is not iterable
.../src/routes/_layout.svelte
TypeError: string is not iterable
at Object.split (.../node_modules/postcss/lib/list.js:13:24)
at Object.comma (.../node_modules/postcss/lib/list.js:51:17)
at Rule.get selectors [as selectors] (.../node_modules/postcss/lib/rule.js:14:17)
at isRuleWithinRule (.../node_modules/postcss-nesting/index.cjs.js:51:102)
at .../node_modules/postcss-nesting/index.cjs.js:114:11
at Array.forEach (<anonymous>)
at walk (.../node_modules/postcss-nesting/index.cjs.js:112:23)
at .../node_modules/postcss-nesting/index.cjs.js:125:9
at Array.forEach (<anonymous>)
at Object.walk [as plugin] (.../node_modules/postcss-nesting/index.cjs.js:112:23)
I’m working on extracting a minimal reproduction from the project.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Can not import image in javascript . Module parse failed
my import looks like this import background from "../bluecardback.jpg";. javascript · css · reactjs · webpack · Share.
Read more >postcss-safe-parser | Yarn - Package Manager
A fault-tolerant CSS parser for PostCSS, which will find & fix syntax errors, capable of parsing any input. It is useful for: Parse...
Read more >SUSE-SU-2022:2134-1: important: Security update for SUSE ...
Toolkit: Improve error messages when tasks fail. - Update to version 8.0.7 - Update to version 8.0.6 * Alerting: Add annotation upon alert ......
Read more >Apache Tomcat 8 (8.0.53) - Changelog
Log an error message if the AJP connector detects the the reverse ... in requests by using the system property tomcat.util.http.parser.
Read more >HipChat example for custom alert actions
Note: The HipChat example does not override the alert.execute.cmd command ... 7.3.6, 7.3.7, 7.3.9, 8.0.2, 8.0.3, 8.0.4, 8.0.5, 8.0.6, 8.0.7, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
same issue.
Looks like 8.0.9 is working great. Thank you all!