import() function #185
Replies: 3 comments 6 replies
-
Writing in Now, if you aren't modifying that package directly, but instead just working in a text file, there's absolutely no reason that should crash your editor as all, since to Pulsar |
Beta Was this translation helpful? Give feedback.
-
Well, I'm writing a new package from scratch. There's an example here. On my system, if I install this package Pulsar crashes at startup. If you comment out the |
Beta Was this translation helpful? Give feedback.
-
Tried it with an internal module, to make sure it wasn't something about the relative path. This gives the same crash.
|
Beta Was this translation helpful? Give feedback.
-
The
import()
function crashes my Pulsar. Is there any way to get it working? It freezes for a second then says "The editor has crashed". I'm on Fedora.I'm trying to hack out a replacement for
linter-js-standard
. It uses an old version ofstandard
. The latest version is pure ESM, so it has to be loaded with an import.Node.js version is v14.6.0. The docs say this is supported:
Beta Was this translation helpful? Give feedback.
All reactions