Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sweet-js
sweet-core
Issues
#727
Closed
Open
Issue created
Jun 12, 2017
by
Gabe Johnson
@gabejohnson
Contributor
import statements missing in output
input
// a.js
export
var
a
=
42
;
// b.js
import
{
a
}
from
'
./a
'
;
output