greybel-js icon indicating copy to clipboard operation
greybel-js copied to clipboard

Can import_code have an absolute path?

Open Crater44 opened this issue 1 year ago • 2 comments

It would be great to be able to import code like import_code('~/some/path') with a symbol like ~ or using / in the first character to get the root path of the project so I don't have to be looking backwards with double dots, also it would be great if it could be configured like using ~ for root path and @ to import from, for example, a vendor folder.

Crater44 avatar Aug 15 '23 20:08 Crater44