GoogleChromeLabs/comlink
Find a way to support Deno and TS with the same code base
开放
#553 创建于 2021年7月13日
help wanted
仓库指标
- 星标
- (10,359 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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).