Closed ef4 closed 9 years ago
Looks like this is supported now. Just tested in the live demo.
Input:
import Foo, { blah } from 'bar';
new Foo();
blah + 1
Output:
define(['bar'], function (bar) {
'use strict';
new bar['default']();
bar.blah + 1
});
Closing since as far as I can tell this is working correctly.
Esperanto currently supports:
But the spec-compliant way to do this is: