Mahesh V S

Results 2 issues of Mahesh V S

I am getting the following exception in the console [*] [daem] restarting due to changes... error: Uncaught (in promise) Error: not implemented p.kill("SIGKILL"); ^ at deno:core/01_core.js:106:46 at unwrapOpResult (deno:core/01_core.js:126:13) at...

bug

I am trying to get the relative url by using `import.meta.url` in my code. But the test fail with the following error: `SyntaxError: Cannot use 'import.meta' outside a module` NB:...