1.0.0 • Published 2 years ago

@alu0101448251/espree-logging v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Functions

transpile(inputFile, outputFile)

Transpile the input file and write the output to the output file.

Kind: global function

ParamType
inputFilestring
outputFilestring

addLogging(code) ⇒ string

Add logging to the input code.

Kind: global function
Returns: string - The code with logging added.

ParamType
codestring

addBeforeCode(node) ⇒ object

Add code to the beginning of a function.

Kind: global function
Returns: object - The node with code added.

ParamTypeDescription
nodeobjectThe function node.