Amin Ya
Amin Ya
> Not sure if `esnext` is maybe a bit much as it's a moving target. Any reason not to target a specific language version, like `es2020`? That's exactly the beauty...
The CI errors are fixed in #351
Thank you for your attention! Both work for me, and I don't have a strong opinion. Personally, I think of `dist-esm` as a build with the latest JavaScript, and those...
This error is not thrown from Nodej, but from `eprisma` which is used in `envify` which is used in `puppet-run`. The point of #351 was to separate the building phase...
I hate Webpack. The Webpack tests fail. `require` isn't found. There is no `require` in my code!!!
@Uzitech started up a fork in @atom-ide-community because we could not get access to the Atom organization. https://github.com/atom-ide-community/atom-ide-languageclient Here is [his PR](https://github.com/atom/atom-languageclient/pull/288) > no one is currently assigned to work...
Since #290 has not merged yet, the visitors may not notice the transfer. I opened this issue in the meantime.
Edit: I was using Clion. Using intellij fixes the issue. Previous issue How can I make autocomplete working? I have given the PATH for everything. Am I missing something? I...
Prettier has a `--check` options, which I usually use in the CI to ensure that properly formatted code is submitted.
I found the reason for this. Adding `--ignore-system-paths` fixes the issue on Windows. The issue seems to be some runtime mismatch when using ldc (it uses CRuntime_DigitalMars by default?). One...