reject non-toplevel import/export (#2128)

fixes #2124
This commit is contained in:
Alex Lam S.L
2017-06-21 03:18:48 +08:00
committed by GitHub
parent 62d1fbf645
commit 11923e3ae8
5 changed files with 45 additions and 28 deletions

View File

@@ -0,0 +1,3 @@
{
import A from "B";
}