-
## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ##
**Is this a feature or a bug?**
- [ ] Feature
- [x ] Bug
**Please describe the actual behavior.**
…
-
(Originally reported on Discord)
When the plugin is synced between a computer and a mobile device, the plugin is displayed as incompatible with the mobile device and the settings get deleted, on the …
-
### Terraform Version
```shell
Terraform 1.5.1
```
### Use Cases
1. Support optional/dynamic import blocks that can use variables.
2. Auto generate import blocks for all resources in a terraform …
-
Version: Deno 2.0.0
👋🏻 When importing dependencies built by wasm-pack and that contain wasm dependencies, the `--allow-read` permission must be given to allow the package to read the wasm modules.
…
-
### System Info
- `transformers` version: 4.36.2
- Platform: macOS-13.5.2-arm64-arm-64bit
- Python version: 3.11.7
- Huggingface_hub version: 0.20.2
- Safetensors version: 0.4.1
- Accelerate ver…
-
**TypeScript Version:** 3.1.1
**Search Terms:** __importStar tslib
**Code**
a.ts:
```ts
import('b').then(b => console.log(b));
```
compile with
```
tsc a.ts --esModuleInterop --impor…
-
-
### Environment
latest stackblitz
### Reproduction
https://stackblitz.com/edit/github-cwdzfl-he3tmt
### Describe the bug
Any dynamic auto-imports that are added via `modifyDynamicImports` are not…
-
Let's say I have a module on a CDN: `https://unpkg.com/lit-element/lit-element.js` and from this module I do a dynamic import: `import('./foo.js')`
With native dynamic imports it will import `htt…
-
I get the following highlighted error when I use [dynamic imports](https://developers.google.com/web/updates/2017/11/dynamic-import):
`[polymer-ide] 'import' and 'export' may only appear at the top l…