Hacker News new | past | comments | ask | show | jobs | submit login

I think all of those cases are possible today, you just need the right tools.

For example:

1. contains a syntax error: this is solved with TypeScript or flow which can run against a .js file

2. calls to eval(): this is solved by linting the .js file

3. only 2 hours old: this is solved by looking at npm publish date for the package version...take a look at the "time" key here: https://registry.npmjs.com/eslint-scope




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: