This PR uses triple slash for dext-page scheme because Deno.emit doesn't seem working with double slash custom scheme and that causes CI error on windows. (The page id becomes something like dext-page://C:/Users/ADMINI~1/.... on windows).
With this change, the test seems passing on my windows vm.
This PR uses triple slash for dext-page scheme because Deno.emit doesn't seem working with double slash custom scheme and that causes CI error on windows. (The page id becomes something like
dext-page://C:/Users/ADMINI~1/....
on windows).With this change, the test seems passing on my windows vm.
ref: #58