2
0 Comments

Idea dump #2: A search engine for JavaScript source code

Index source code from top N JavaScript projects from GitHub and npm, and make a super fast search engine on top of it. JS is eating the world and it would be extremely helpful to easily search and find how a specific package/module is implemented elsewhere on the internet.

Use an AST parser to extract the juicy bits before adding them to the index.

on May 23, 2019