Allow empty 'export {};' statements - fixes T7439
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export {};
|
||||
|
||||
export {} from 'foo';
|
||||
@@ -0,0 +1,3 @@
|
||||
'use strict';
|
||||
|
||||
var _foo = require('foo');
|
||||
Reference in New Issue
Block a user