correctly parse export of function & class (#2135)

This commit is contained in:
Alex Lam S.L
2017-06-21 23:15:39 +08:00
committed by GitHub
parent 8709753bfb
commit 71556d00b5
6 changed files with 89 additions and 56 deletions

View File

@@ -0,0 +1 @@
export class{};

View File

@@ -0,0 +1 @@
export function(){};