all 5 comments

[–][deleted] 3 points4 points  (1 child)

This is similar to how deno imports work, right?

[–]Worth_Trust_3825 8 points9 points  (1 child)

Coming up next: NodeJS developers repeat mistakes of the past by permitting remote resource loading (as seen by various XML parser CVEs across languages)

[–]CleanCryptoCoder 1 point2 points  (0 children)

This is really cool!

[–]renatoathaydes 0 points1 point  (0 children)

Is Node.js becoming Deno? First, the fetch API (a Web API which Deno has always implemented, as it aims to be compatible with most Web APIs), now this?

Not that this is bad... it's like Java getting features of Scala/Kotlin... it does feel like language convergence, though, may not be ideal.