Closed jdiez17 closed 10 years ago
It works if you put semicolons at the end of your import lines, or at least the first one. I'd say probably might as well put them on both, though.
This is definitely bogus syntax :) Should definitely have a more coherent error message, though.
This now produces an actual syntax error, as it should.
Hi, I run into a very strange issue with two consecutive imports, like so:
It complains about both files being missing:
At first I thought it was a circular import loop because it would seem from the error messages that the files are trying to include each other, but I was able to work around this issue by adding a dummy element between the two imports: https://github.com/MediaCrush/MediaCrush/commit/6526eeb22a62eb8435ac867d784f1b241dd06eed