Now that I've looked at the VS Code repo, I've see...
# javascript
e
Now that I've looked at the VS Code repo, I've seen they've finally started the process for upgrading to Electron 28. This has two benefits: Kotlin users can target ESM and can use WASM with GC (as Chromium 120+ has it enabled by default) for extensions. https://github.com/microsoft/vscode/issues/201935
🎉 5
Although I'm not sure if Kotlin to ESM satisfies these requirements. https://www.electronjs.org/docs/latest/tutorial/esm#summary-esm-support-matrix
a
I mean, I'm quite sure that the answer is yes. I don't see something specific. We generate all the files with
.mjs
extension in the case of using ESM + add "type: module" into the generated package.json (as far as I remember)
🔝 1