-
Notifications
You must be signed in to change notification settings - Fork 237
Node Compatibility Mode seems to have been removed #408
Comments
The manual is going through an extensive re-write, including addressing this gap. @bartlomieju though we should have pulled the documentation from the manual when we removed the feature. |
oh sh*t - so the node I was just about to file a bug since I can't make it work per the manual. I was hoping to see if any baseline |
Yes it was removed, but you can run eslint like so: |
yes, indeed thank you! and this is fantastic -- much better. however, there this issue making it so various plugins -- or even any kind of config, really -- cant be used yet I've hand coded a single JS file that does this kind of thing:
And that gets me around the "cant read eslint config files" (read perms) issue. But I can't load in any eslint plugins for similar read perms issues. If we could get the |
Thanks for the comment. We'll be looking into this issue after tomorrow's release. |
ok, i wont lie, i've been feverishly waiting to hear if anything coming ASAP (gave it a long shot, but... ;) ) but wait! holy sh*t twinkies! I just got LESS => CSS compiling working via ... and was reviewing the release notes between v1.25, v1.26, and v1.27 (after having some minor issues w/ v1.25x) https://deno.com/blog/v1.26#improvements-to-npm-support ooooh snap! I just found the So now I got I dont have to tell you -- and you can tell from my excitement ;) -- that this changes everything for us and I suspect many many more folks. I'm sure this node compat mode was internally hugely controversial for you folks -- but for a very small number of crazy useful things we and other "cant live without"... this is so huge. 🙏 Here's the https://github.com/internetarchive/dyno/blob/main/.eslintrc.cjs Here's both a
copy in our and voila!
🙏 🙏 🙏 |
Even better / simpler, we're doing this kind of setup now:
|
Thanks for investigation @traceypooh! I'll be talking with ESLint maintainer soon and we'll see if there's something we could do to improve the situation for Deno users. |
thanks! two minor things I noticed (FWIW):
|
In version 1.25 of deno, node compatibility mode (https://deno.land/[email protected]/node/compatibility_mode) seems to have been replace by Experimental npm support (https://deno.com/blog/v1.25#experimental-npm-support).
The text was updated successfully, but these errors were encountered: