GoogleChromeLabs / GoogleChromeLabs/comlink

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

Open
#553 2 comments 5 reactions 0 assignees View on GitHub
help wanted
Dominant language
TypeScript
Stars
12.8k
Forks
435
PR merge metrics
No merged PRs in 30d

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.