google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.18k stars 580 forks source link

Add a simple tool for printing the dependencies #1939

Closed arv closed 9 years ago

arv commented 9 years ago

This adds a simple command line tool for printing the dependencies of a module.

$ ./tval tools/print-dependencies.js src/syntax/Parser.js

arv commented 9 years ago

@johnjbarton PTAL

This is mostly for personal use but I can see it being useful for other people too.

arv commented 9 years ago

PTAL

johnjbarton commented 9 years ago

LGTM