I am wanting to implement JINT
in my website, with Ace
text editor for the management to write some scripting situations in javascript. So far this looks to be fine, but I am having a hard time finding some specific information.
Essentially, I need to create some certain javascript "objects" with some functions attached to them. In normal javascript this is no problem, but I am curious if JINT can handle this scenario and allow me to load these objects from a *.js
file when it is getting ready to run the scripts? I have dug around on this topic and not found a lot of answers; Primarily the only semi-conclusion I discovered was here; Stackoverflow Question
Any help is appreciated, as I am new to this entire concept of JINT and find it an interesting approach.. but with a lot of confusion. If there are other engines similar to JINT but better suited to this, recommendation would also be appreciated.