Allow empty 'export {};' statements - fixes T7439

This commit is contained in:
Logan Smyth
2016-06-18 12:32:54 -07:00
parent 3ecf417509
commit 2ba27c73d7
3 changed files with 30 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
export {};
export {} from 'foo';

View File

@@ -0,0 +1,3 @@
'use strict';
var _foo = require('foo');