Skip to content

v1.0.0

Compare
Choose a tag to compare
@renatofmachado renatofmachado released this 05 Dec 08:29
· 3 commits to master since this release

This release allows the package to parse PHP files and parse them into JSON, using the following API:

parse(file : string, callback : function, onError? : function)

parseSync(file : string, onError? : function)

command(file : string)