-
I am using the `esmodules` branch (or the `default` branch with [this patch](https://github.com/peter-murray/node-hue-api/issues/220#issuecomment-1646561635) applied, so it can import `discovery`)
…
-
## The problem to solve
Is your feature request related to a problem you are experiencing that is *not* a bug? Please describe.
I want to use the project, but the project I'm working on does not…
-
### What is your research hypothesis/question?
There is a conjunction of 4 features:
* dynamic imports
* top level await
* nodejs module type (es modules in nodejs)
* explicit exports in package.jso…
-
(This issue tracker is only for bug reports or feature requests, if this is neither, please choose appropriate channel from http://bluebirdjs.com/docs/support.html)
Please answer the questions the …
-
Please write in the documentation to which browserlist string preset-env.targets: '...' does targets:{esmodules: true} equate.
Is esmodules:false the same as 'ie11' and esmodules:true the same as …
-
With the new ESmodules
-
We currently use rollup to bundle the codebase into a single commonjs module, as well as indicate which 3rd party modules are to be expected on what global variables. Many 3rd party dependencies are m…
-
Hello,
I was just considering using this adapter, but my application uses top level awaits, which is only supported by esmodules. This adapter [enforces commonjs](https://github.com/yarbsemaj/sveltek…
-
## Description
Found variables that are declared but not used anywhere. > **NOTE**: In browser applications, DeepSource recommends the use of ESModules over regular `text/javascript` scripts. >…
-
When chained after `css-loader` 6.x with [`options.esModule: true`](https://github.com/webpack-contrib/css-loader#esmodule) (the default), and [`options.modules.namedExport: true`](https://github.com/…