1.0.3
A function that takes two file names and outputs the constant folding of the input
A function that takes a code and returns the same code but with constant folding
(string)
A string of code that will be parsed
string
:
The code with constant folding
A function that converts an operation and then replaces it with the ast of the result
(Object)
Node with the operation
A function that converts a concat operation and then replaces it with the ast of the result
(Object)
Node with the operation
A function that converts a join array operation and then replaces it with the ast of the result
(Object)
Node with the operation
A function that converts a call to length member and then replaces it with the ast of the result
(Object)
Node with the operation
A function that converts a position operation and then replaces it with the ast of the result
(Object)
Node with the operation
A function that converts a shift call and then replaces it with the ast of the result
(Object)
Node with the operation
A function that converts a slice and then replaces it with the ast of the result
(Object)
Node with the operation
A function that converts a pop call and then replaces it with the ast of the result
(Object)
Node with the operation
A function that converts a reverse call and then replaces it with the ast of the result
(Object)
Node with the operation
A function that converts a position operation with chars and then replaces it with the ast of the result
(Object)
Node with the operation
(any)