Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dirigible » Support for CommonJS
Support for CommonJS [message #1761275] Tue, 09 May 2017 12:59 Go to next message
Georgi Pavlov is currently offline Georgi PavlovFriend
Messages: 39
Registered: October 2014
Member
While Rhino has support for CommonJS, this is one of the pain points in adopting NodeJS applications because it's not as extensive as in NodeJS.
Improving this will open the door for many useful applications built for NodeJS (at least wrt require of dependencies).
Re: Support for CommonJS [message #1761438 is a reply to message #1761275] Thu, 11 May 2017 07:45 Go to previous message
Eclipse UserFriend
npm dependency management is questionable, when we talk about large scale applications. CommonJS side in Node has also some questionable features in "require" such as relative modules import e.g. "./mymodule". As of now we have chosen the so called "global installs" e.g. as in Java and other languages, which is more straight forward and manageable.
Actually this is one of the showstoppers for me to embrace the Node framework as the prominent future runtime for Dirigible.
Previous Topic:Integrated Client-side JS testing
Next Topic:Remove Semantic Folders
Goto Forum:
  


Current Time: Fri Apr 19 17:05:24 GMT 2024

Powered by FUDForum. Page generated in 0.01730 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top