-
In deno runtime, it is possible to import packages directly from the [https](https://examples.deno.land/import-export) url.
Examples:
```
https://deno.land/x/fresh@1.6.1/dev.ts
https://esm.sh/…
-
const baseURL = 'https://esm.sh/v135/@ffmpeg/core-mt@0.12.6/es2022/';
await ffmpeg.load({
coreURL: await toBlobURL(`${baseURL}/core-mt.mjs`, 'text/javascript'),
wasmURL: await toBl…
-
### Versions
- vite-plugin-federation: 1.3.6
- @quasar/app-vite: 1.8.0
- quasar: 2.17.0
### Reproduction
- CMD git clone git@github.com:originjs/vite-plugin-federation.git
- CMD cd vite-plug…
-
## What happens
Orval fails to find my custom instance mutator function when there's `await import` inside any of the mutator function dependency imported packages.
## What are the steps to repr…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Which Mux Elements/Packages does this apply to? Select all that apply
mux-player-react
### Which browsers are…
-
I'm seeing the following error with the 2.0.0 release when using with `tsc` and `ts-node`:
```
Argument for '--lib' option must be: 'es5', 'es6', 'es2015', 'es7', 'es2016', 'es2017', 'es2018', 'es…
-
```ts
enum ModuleKind {
None = 0,
CommonJS = 1,
AMD = 2,
UMD = 3,
System = 4,
ES2015 = 5,
ES2020 = 6,
ES2022 = 7,
E…
-
I was looking to use top-level await in my application which appears to only be available on targets ES2022/ESNext. The server built by default targets ES2019.
`app.config.ts`:
```ts
import { Tan…
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Darwin 22.4.0 arm64 arm
### What steps can reproduce the bug?
```sh
git clo…
-
### Describe the bug
For my project I have had to use the `tsconfig` option and I have tried to use `strict` mode, however two of the options I use in my configuration appear to be unknown/unsupporte…