We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Electron 28 will bring the promised support to ES modules: electron/electron#21457
Important Support for ES Modules in Electron will land in Electron 28 and will be available in the electron-nightly released on August 31st 🥳
Important
Support for ES Modules in Electron will land in Electron 28 and will be available in the electron-nightly released on August 31st 🥳
After that, maybe we'll be able to stop using the esm module to mix require and import statements?
The text was updated successfully, but these errors were encountered:
Here it is: https://releases.electronjs.org/release/v28.0.0
Sorry, something went wrong.
We have to migrate tests to mocha since jest-electron is no longer mantained and jest doesn't play nice with es6 modules.
Successfully merging a pull request may close this issue.
Electron 28 will bring the promised support to ES modules: electron/electron#21457
After that, maybe we'll be able to stop using the esm module to mix require and import statements?
The text was updated successfully, but these errors were encountered: