wanted_modules
wanted_modules copied to clipboard
simple-git
this one would be huge for me and my team!
I still think a Deno port would be great, but after many hours I found a way to make it work without one @royalknight56
// your-usecase.ts
import { simpleGit } from "https://esm.sh/[email protected]?no-dts&target=deno&deno-std=0.172.0&bundle&deps=@kwsites/[email protected]";
import_map:
{
"imports": {
"events": "https://deno.land/[email protected]/node/events.ts",
"child_process": "https://deno.land/[email protected]/node/child_process.ts"
}
}
I still think a Deno port would be great, but after many hours I found a way to make it work without one @royalknight56
// your-usecase.ts import { simpleGit } from "https://esm.sh/[email protected]?no-dts&target=deno&deno-std=0.172.0&bundle&deps=@kwsites/[email protected]";import_map:
{ "imports": { "events": "https://deno.land/[email protected]/node/events.ts", "child_process": "https://deno.land/[email protected]/node/child_process.ts" } }
Great job, thank a lot