Results 40 issues of Je Xia

- [x] #886 - [x] #906 - [x] #903 - [x] #904 - [x] #914 - [x] follow https://github.com/es-tooling/module-replacements - [x] #917 - [x] #929 - [x] deprecate `/build/` API...

```js import sdk from "https://esm.sh/@ai-sdk/react" Uncaught SyntaxError: The requested module '/zod@^3.24.1?target=denonext' does not provide an export named 'ZodOptional' at https://esm.sh/[email protected]/denonext/zod-to-json-schema.mjs:6:4616 at async :1:48 ``` workaround: ```js import sdk from "https://esm.sh/@ai-sdk/react?zod=3.24"...

deno

This pr allows uou to fetch a package version closest to a given timestamp or date. This feature eliminates the need to know the exact version beforehand, similar to running...

from https://github.com/esm-dev/esm.sh/discussions/1135 Error message: ``` cjsModuleLexer: failed to parse module: DiagnosticBuffer(["Expected ',', got '{' at /esm/npm/[email protected]/node_modules/react-native-fetch-blob/index.js:13:12"]) ```

deno

## Compile esm.sh to a local CLI that builds esm on your computer This is useful for people don't like loading JS files from a CDN, but want the esm...

related to https://github.com/wooorm/lowlight/pull/62

browser

### Discussed in https://github.com/esm-dev/esm.sh/discussions/940 Originally posted by **oravecz** December 2, 2024 I am hosting esm.sh internal in our company. Building Fluent UI from Microsoft works on the public esm.sh server,...