ParseError: Identifier `deep` is expected
See original GitHub issue[!] (plugin svelte) ParseError: Identifier `deep` is expected
node_modules/@responsive-ui/loader/src/Loader.svelte
34: border-width: 2px;
35: }
36: // .responsive-ui-loader__spinner:after {
^
37: // content: "";
38: // width: 5px;
The comment in <style>
is identified as deep selector.
Issue Analytics
- State:
- Created 3 years ago
- Comments:34 (34 by maintainers)
Top Results From Across the Web
Getting ParseError: Identifier is expected on importing svelte ...
I found a possible solution to this parsing error. Apparently, the IDE was unable to resolve certain style classes in the test.svelte file ......
Read more >Problem with artisan parse error, expecting `"identifier ...
Hi, when I try to run php artisan I get the following error parse error, expecting `"identifier (T_STRING)"' When I try the same...
Read more >ParserError: Expected identifier but got 'address'
The "error" you're seeing is not an error. It's a warning. As the warning says, the cause is unused parameters. You can ignore...
Read more >syntaxerror: json parse error: unexpected identifier undefined
Most probably your response is already a JavaScript object and it not required to be parsed. Remove the line var json = JSON.parse(response);...
Read more >SyntaxError: JSON.parse: bad parsing Breaking Your Code ...
The JSON Parse error, as the name implies, surfaces when using the ... In this article, we'll dig deeper into where JSON Parse...
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
@OysterD3 issue 2 & 3 are caused by single line comments in your style. currently only
/* */
are supported by windicss… upstream windicss will support//
in the future…yes, i might know the issue here. not sure if beta.9 (ETA later today) will fix it. Please post any new info and issues here as well