fs

fs
Author: Alberto Rodriguez Fuentes Identification: alu0101017396 E-Mail: alu0101017396@ull.edu.es Date 24/02/2021 University of La Laguna Description: This program adds a description of a function call from the code that received as argument.

escodegen

escodegen
Author: Alberto Rodriguez Fuentes Identification: alu0101017396 E-Mail: alu0101017396@ull.edu.es Date 24/02/2021 University of La Laguna Description: This program adds a description of a function call from the code that received as argument.

addLogging

Make a tree from the string passed from parameter and travels it, calling addBeforeCode in case that one node is from a certain type

addLogging(code: String): String
Parameters
code (String)
Returns
String:

addBeforeCode

Add to the node passed as parameter a function description console.log

addBeforeCode(node: Object)
Parameters
node (Object)