hasundue

Results 23 issues of hasundue

Hi, I love how beautiful the output of ghlog is! Glad if you took this into consideration.

```ts const importMap = await parseFromJson( "file:///a/import-map.json", { imports: { "@std/assert": "jsr:@std/assert", "@std/testing": "jsr:@std/testing", }, }, ); // This passes assertEquals( importMap.resolve("@std/assert", "https://deno.land/x/oak/mod.ts"), "jsr:@std/assert", ); // This throws assertEquals( importMap.resolve("@std/testing/bdd",...

Suppose we want to provide a function that extracts values from an object by keys with a type guard, for example: ```typescript import { assertEquals, assertThrows } from "jsr:@std/assert"; import...

## Team or Project Name Paleon ## Team Members @hasundue ## Screenshots of your Project [Home](https://github.com/denoland/deno-kv-hackathon/assets/309723/e9ce9074-a1f9-44a9-a832-e03f44f0bc34) [Logs](https://github.com/denoland/deno-kv-hackathon/assets/309723/1a7f744d-3a0c-4b4d-a205-3466e159b988) ## Link to demo on Deno Deploy https://paleon.deno.dev ## Link to project's public...

Now some people kindly start contributing to this project, so we should have well-written documentation for them. It should include: - Project structure - Monorepo, inspired by denoland/deno_std - Versioning...

documentation

Or retype `ModuleGraphJson` for our case.

refactoring

Now the `--import-map` option accepts both `deno.json` (or `deno.jsonc`) and an import map JSON, which is inconsistent with the Deno runtime. We should probably add `--config` option and make `--import-map`...

enhancement

Because it turned out to be painful

refactoring
testing