-
hey,
sinon chai is not available as an es module version
I would like to do something like this (natively in the browser)
```js
import { sinonChai } from './node_modules/sinon-chai';
// could…
-
I structured my TypeScript NodeJS app as ES modules (`"type": "module"` in package.json). This is the output of `testyts`:
```
An error occured while executing the following command: /usr/bin/node…
-
-
### Is there an existing issue for this?
- [x] I have searched existing issues, it hasn't been reported yet
### Use case description
Since AWS Lambda supports ES modules ([#1](https://aws.ama…
-
### Describe the bug
We are trying to upgrade the internal usage of storybooks from v6 into v8 and we are now facing an issue that was introduced by https://github.com/storybookjs/storybook/pull/2561…
-
- [x] Set `type: module` in `package.json`
- [x] Replace `.eslintrc.js` with `eslint.config.js` ([ESLint docs](https://eslint.org/docs/latest/use/configure/configuration-files-new)) – all other confi…
-
Is there an ECMAScript version of this package? If not, are there any plans on creating one?
-
Hello,
On Android, using OpenSL ES, there is an issue where audio player plays as media stream and not as voice. This is problematic when using Android Telecom and Connection Service, as volume co…
-
I'll probably redo this with UMD soon (since I don't like build system dependencies and ESnext Modules don't look ready for clientside primetime any time soon) - that'll make the constructor for #1 an…
-
A few questions if you don't mind?
1. Have you tested this with a few esm only deps?
2. Have you tried configuring this as an esm monorepo?
🙏