cssConvert.js
. The module should export all the conversion functions.parseJs.js
, that exports a named function showComments
that takes a filename as input.parseJs
module and export it as a named function, e.g. showParams
.showParams
in index.js
like we did with showComments
.index.js
to list functions and their parameters by line number or alphabetically by function name.argv
parameter and perform either showComments
or showParams
analysis on those files.showParams
analysis on all files named script.js
inside the /Users/kai/code
folder.