esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

A fast, smart, & global CDN for modern(es2015+) web development.

Results 233 esm.sh issues
Sort by recently updated
recently updated
newest added

## Failing module - **GitHub**: https://github.com/heineiuo/isomorphic-ws - **npm**: isomorphic-ws It seems to be a dependency of a dependency: ```js Download https://esm.sh/v89/[email protected]/deno/isomorphic-ws.js error: Import 'https://esm.sh/v89/[email protected]/deno/isomorphic-ws.js' failed: 500 Internal Server Error at...

deno

Allow linking to specific headings like https://esm.sh/#specify-external-dependencies.

- [ ] A frontend layer works at cloudflare worker edge - [ ] New brand design site - [ ] Transpile jsx/ts modules from GitHub public repository (_experimental_)

## Description When attempting to integrate esm.sh on https://plnkr.co/edit/, I noticed that `.css` files being loaded by the [plnkr/runtime](https://github.com/plnkr/runtime) runtime were failing with CORS errors such as this: ``` Access...

## Failing module - **GitHub**: https://github.com/ant-design/ant-design - **npm**: https://www.npmjs.com/package/antd ```js import { Button } from "https://esm.sh/[email protected]?bundle&pin=v87&[email protected]"; ``` ## Error message After running `deno task dev` I got this: ``` Uncaught...

deno

## Failing module - **GitHub**: - **npm**: `[email protected]` ```js import nodeSummarizer from "https://esm.sh/[email protected]"; ``` ## Error message After running `deno run` I got this: ``` error: Uncaught SyntaxError: Detected cycle...

deno

## Failing module - **GitHub**: - **npm**: ```js export { default as React } from "https://esm.sh/[email protected]?target=deno&pin=v85"; export { hydrateRoot } from "https://esm.sh/[email protected]/client?target=deno&pin=v85&[email protected]"; export { renderToReadableStream } from "https://esm.sh/[email protected]/server?target=deno&pin=v85&[email protected]"; ``` ##...

types
deno

## Failing module - **GitHub**: https://github.com/coderaiser/putout - **npm**: putout ```js import pluginPutout from 'https://esm.sh/@putout/plugin-putout?alias=putout:@putout/bundle'; `````` ## Error message After `onload` I got this: ``` Uncaught (in promise) Error: Dynamic require...

browser

Coming from https://github.com/esm-dev/esm.sh/issues/233#issuecomment-1174077637 As @ije mentioned in https://github.com/esm-dev/esm.sh/issues/233#issuecomment-1001565209, non-JS files are meant to be accessed from `/:module@:version/:path`, while JS files live under the `/:module@:version/:target/:path`. JS files might reference a non-JS...