mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 11:37:06 +03:00
fcef201695
Version is alpha as it's not complete
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
function foo() {
|
|
return Math.random() > 0.5 ? 'a' : 'b'
|
|
}
|
|
|
|
import(`./lib/${foo()}`) |