GoogleChromeLabs/comlink

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

Open

#553 ouverte le 13 juil. 2021

Voir sur GitHub
 (2 commentaires) (5 réactions) (0 assignés)TypeScript (382 forks)batch import
help wanted

Métriques du dépôt

Stars
 (10 359 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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).

Guide contributeur