Closed aleclarson closed 6 years ago
Could also do:
let currency = import './utils/currency'
let { a, b } = import './utils/currency'
The import location specifier should come first for IDEs. The lack of quotes is intentional as these specifiers are not analygous to file paths. I was already thinking of a import ./foo as bar
syntax though.
updated
Side note: I hope the lack of string quotes is optional.
Yay or nay?