ledgerloops / ledgerloops-earthstar

LedgerLoops over Earthstar
Apache License 2.0
0 stars 0 forks source link

Fix tests on main branch #2

Closed michielbdejong closed 3 months ago

michielbdejong commented 3 months ago
1 import * as Earthstar from "https://deno.land/x/earthstar@v10.2.2/mod.ts";
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/server/sync_test.ts:12:2 - error TS2304: Cannot find name 'Deno'.

Maybe I can remove the dependency on Deno?

michielbdejong commented 3 months ago

Hm, looking into Deno a bit it sounds like the main drawback for me at this point is it doesn't handle types for npm modules well, but it also sounds like this was fixed in v1.27. I'll give it a go!

michielbdejong commented 3 months ago

Installing the Deno extension for VSCode and running Deno:enable like in https://github.com/denoland/vscode_deno fixed the errors