Closed emilos closed 3 years ago
IIFE (Immediately Invoked Function Expression) is often used by transpilers/bundlers/transformers etc.
The fn should return an abstract syntax tree for:
(function () { // body })()
IIFE (Immediately Invoked Function Expression) is often used by transpilers/bundlers/transformers etc.
The fn should return an abstract syntax tree for: