mozilla / spiderflunky

Static analysis of JavaScript
5 stars 3 forks source link

Multifile Projects #7

Open mvcisback opened 10 years ago

mvcisback commented 10 years ago

Represent the combined state of all of the JS in the project. Notes from meeting with Erik:

mvcisback commented 10 years ago

This might come for free if we leverage a tool like tern. This branch: https://github.com/mvcisback/spiderflunky/tree/tern is a test in utilizing tern's condensed summary for indexing. It allows multiple files as input.