Vladislav Ponomarev
Vladislav Ponomarev
[CDN implementation](https://github.com/PonomareVlad/applemoji-vercel)
Added [copyMessage](https://core.telegram.org/bots/api#copymessage) method
Compatible way to resolve CommonJS loading for ESM (Modern 🙂) projects, solves: - [ ] #1832 - [ ] #1831
In order to be compatibly with `esbuild` using `browser` platform, need to specify `browser` field in `package.json` because `main` field [have high priority](https://esbuild.github.io/api/#platform) over `import` by default 🫠
Some runtimes (_like [Vercel Edge](https://vercel.com/docs/concepts/functions/edge-functions)_) [do not support](https://vercel.com/docs/concepts/functions/edge-functions/edge-runtime#unsupported-apis) Node.js APIs like `stream` This can be solved using the web-compatible [Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API), which can reproduce the current rendering implementation for Node.js...
This should improve SSR compatibility with runtimes following [WinterCG specs](https://runtime-keys.proposal.wintercg.org) Added exports: - [x] `workerd` — Cloudflare Workers - [x] `edge-light` — Vercel Edge Functions
This is rebased version of https://github.com/lit/lit/pull/2309 with [additional updates](https://github.com/lit/lit/pull/4082/files/66e4e1f6c451c7c3991ce0a93f2b807b92562c9a..a21b50e0e3de37172d712229aa347e5d72136e17): - [x] Replaced `connectedCallback()` with `serverCallback()` that also calls `Controller.hostConnected()` - [x] Added shim for [`Event.composedPath()`](https://developer.mozilla.org/en-US/docs/Web/API/Event/composedPath) method that replaces [incompatible](https://github.com/lit/lit/blob/d586f8b9cee6bdd26b682064fe0fc0915d0572da/packages/labs/context/src/lib/controllers/context-provider.ts#L89) `Node.js`...
https://www.vmware.com [](https://commons.wikimedia.org/wiki/File:Vmware.svg)
[Nix is a tool that takes a unique approach to package management and system configuration.](https://nixos.org) [](https://github.com/NixOS/nixos-homepage/blob/master/logo/nixos-hex.svg)