Je Xia
Je Xia
``` GET https://esm.sh/jotai/ [ "react", "vanilla", ] ``` How about using tailing splash?
i recently updated node polyfills in https://github.com/esm-dev/esm.sh/pull/1225, that might case the issue. i just purged the CDN cache, can you please try again?
i'm working a CLI tool for esm.sh, that creates import map with `integrity` field
seems you didn't publish the changes to npm
you may like to follow me on twitter, i'm working on an improved monaco editor: https://x.com/jexia_/status/1754599696457486760 adn will open source it very soon.
so you don't use '/gh/repo/PATH' pattern right?
you can find the pre-built `cjs-module-lexer` in https://github.com/esm-dev/cjs-module-lexer/releases based on your arch. and you need to rename the binary file to `/esm/bin/cjs-module-lexer` after downloading
here is how the server download the binary dynamically: https://github.com/esm-dev/esm.sh/blob/fe6d4e1758a085aaad957e32926b3aef7ee3e273/server/cjs_module_lexer.go#L153-L230
```Dockerfile # https://github.com/denoland/deno_docker/blob/main/alpine.dockerfile COPY --from=gcr.io/distroless/cc --chown=root:root --chmod=755 /lib/*-linux-gnu/* /usr/local/lib/ COPY --from=gcr.io/distroless/cc --chown=root:root --chmod=755 /lib/ld-linux-* /lib/ COPY --from=denoland/deno:bin-2.1.4 /deno /bin/deno RUN mkdir /lib64 && ln -s /usr/local/lib/ld-linux-* /lib64/ ENV LD_LIBRARY_PATH="/usr/local/lib" ```...
Seems gopkg needs semantic version tag, currently esm.sh use `v1xx` tag, i will fix thanks