Disallow empty import statements

This commit is contained in:
Alex Beregszaszi
2019-01-28 13:52:15 +00:00
parent 2fc7928697
commit 9aafa32825
4 changed files with 8 additions and 1 deletions
@@ -0,0 +1,3 @@
import "";
// ----
// ParserError: (9-10): Import path cannot be empty.