question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Comments:34 (34 by maintainers)

github_iconTop GitHub Comments

1reaction
alexanderniebuhrcommented, Mar 12, 2021

@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…

1reaction
alexanderniebuhrcommented, Mar 11, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found