parent
1683dd77d1
commit
f6942f17ee
@ -1,5 +1,8 @@
|
||||
import asdf, {myFunc2 as wee} from './mylib.js'
|
||||
import asdf, {myFunc2 as wee, Foo} from './mylib.js'
|
||||
|
||||
var a = new Foo();
|
||||
|
||||
a.bar();
|
||||
asdf();
|
||||
wee();
|
||||
console.log('awesome');
|
||||
|
||||
Loading…
Reference in new issue