Replies: 3 comments 6 replies
-
Maybe add |
Beta Was this translation helpful? Give feedback.
-
I found this: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c However, I'm unsure whether Atom is compatible with ESM modules, it seems like the version of node is too old?
|
Beta Was this translation helpful? Give feedback.
-
We have problems with extension for remark, which was updated to ESM: wooorm/linter-remark#14 Probably ESM support by Atom should be an issue rather a discussion. |
Beta Was this translation helpful? Give feedback.
-
Hello, I built and maintain the script runner package: https://github.com/ioquatix/script-runner
I want to update it but I had some problems.
I tried changing the extension of my code to
mjs
and usingimport ...
everywhere but I can't seem to get it to load from Atom.I created an
index.js
file and tried to load themjs
file, but I can't get it to work.Here are the current changes I've made: ioquatix/script-runner#116
Does anyone have any idea how I can fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions