-
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…
-
Starting from this issue here https://github.com/denoland/deno/issues/25742
I understood that there is a need in a `dynamicUncachedImport` util
After long discussions in that issue, seems that it …
-
I have a 3rd party dependency that internally relies on https://github.com/google/zx . Now `zx` does not publish with cjs, only ESM, and when I try to run `my-script.ts` that includes the dependency …
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
1) We have [rules](https://developers.cloudflare.com/workers/wrangler/configuration/#bundling) to upload different files:
```toml
rules = [
{ type = "CommonJS", globs = ["**/*.js"], fallthroug…
-
Dynamic imports return the module wrapped in a promise, and promises unwrap other promises or thenables. This means that when you do `resolve(someObj)`, the promises machinery will get the `.then` pro…
-
### Clear and concise description of the problem
I want to create a manual mock (`__mocks__`), but only specialize parts of the default mock that is automatically created by vitest, in Jest I could d…
-
### Link to the code that reproduces this issue
https://github.com/tombryden/dynamic-import-bug
### To Reproduce
1. npm run build - Observe / first load js = 119 kB
2. Uncomment "use client…
-
Find references is a very useful feature, however sometimes I need to be able to find all imports of a given module:
- regardless of what they're exporting
- but the module does not have any expor…
-
I really like using the [dynamic model registration](https://eclipse.dev/eclipse/news/4.20/platform_isv.php#register-model-fragment) but found one problem today, the E4 editor seem not be able to disc…