google / tern-closure

A Tern plugin adding Closure support.
Apache License 2.0
33 stars 18 forks source link

Add an native Node search finder #5

Open jgiles opened 10 years ago

jgiles commented 10 years ago

Currently, the the only finder (grep) depends on the presence of platform-specific utilities (grep in *Nix, and soon findstr in Windows).

There should be a pure-Node finder, for maximum portability.