Questions tagged [parsing-error]
72 questions
7
votes
2 answers
Typescript parsing error when EXTEND_ESLINT=true in create-react-app
Stripped down demonstration - GitHub
We currently have a create-react-app project that is undergoing an incremental migration from Flow to Typescript. This meant disabling some undesirable ESLint rules. In order to customise ESLint, I've added…

whitestripe
- 399
- 2
- 8
7
votes
3 answers
HTML Parsing Error
I can't find out what the problem is, and why I keep receiving this error in Internet Explorer 8, as it's the only error that I am receiving. Any thoughts as to what it means, or a simple solution? I haven't noticed any problems with my code though,…

homework
- 4,987
- 11
- 40
- 50
5
votes
1 answer
Weird compiler error
I just bumped into this little error with msvc. It looks like a parsing problem to me but I'm not sure.
The following gives me C2143 syntax error: missing ';' before'}'
#include
struct X { };
X f(const std::vector v)
{
for (auto i…

Garp
- 127
- 7
4
votes
1 answer
Why do I get a "Premature End of File" error when performing my XSLT transform?
Getting Line #-1; Column #-1; Premature end of file Error while xslt transform
XSL :
Real's HowTo
…