4ed75764ce
* enable relative imports * update per 1st review * remove symlink stuffs * fix cli run in make file * make resolving import path explicit * fix importDir
7 lines
No EOL
100 B
Text
7 lines
No EOL
100 B
Text
|
|
export {
|
|
fn: func(a) {
|
|
two := import("two/two")
|
|
return two.fn(a, "one")
|
|
}
|
|
} |