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
143 B
Text
7 lines
No EOL
143 B
Text
export {
|
|
fn: func(...args) {
|
|
text := import("text")
|
|
args = append(args, "five")
|
|
return text.join(args, " ")
|
|
}
|
|
} |