GoogleChromeLabs/comlink

Find a way to support Deno and TS with the same code base

Open

#553 geöffnet am 13. Juli 2021

Auf GitHub ansehen
 (2 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)TypeScript (382 Forks)batch import
help wanted

Repository-Metriken

Stars
 (10.359 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Currently, you can use Comlink in Deno through one of the npm CDNs (unpkg, skypack etc). But it’d be nice to be able to import the source from GitHub directly. This currently doesn’t work as TypeScript enforces either no file extensions in imports or .js extension, while Deno requires the actual file path (ending in .ts).

Contributor Guide