This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
Create relative directory (__dirname
) and filename (__filename
) path utlis
#79
Labels
We noticed that Deno does not have
__filename
and__dirname
(different thanDeno.cwd
) node equivalents.This is cause of Deno's awesome
import
API allowing more URL flexibility.Therefore this userstory is for creating a path utlis for a consistent way to reference file paths.
Acceptance:
import
API.The text was updated successfully, but these errors were encountered: