mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
428 stars 39 forks source link

remove unnecessary tern stuffs #104

Closed pwnetrationguru closed 10 years ago

pwnetrationguru commented 10 years ago

I removed unnecessary tern stuff and redefined some paths.

/tests/ all expected tests pass (30 failures still). /client/ works normally. node index.js js-files/ works normally.

Based on the above testing, this should be good to go. :boom:

pwnetrationguru commented 10 years ago

@mozfreddyb, can you please review this and let us know if this is the best approach.

Everything works, just want to check for going forward.

To keep you from digging through a million lines of stuff, I just deleted the tern/ directory and moved everything in tern/defs/ up a directory.

mozfreddyb commented 10 years ago

While you're at it, can you remove the bits in index.js that references (but doesn't need) the tern/def things? Should be lines 8-13

mozfreddyb commented 10 years ago

looks good :)