UglifyJS/test/input/module/input.js

3 lines
38 B
JavaScript
Raw Normal View History

2018-03-16 15:29:41 +00:00
let foo = 1, bar = 2;
export { foo };