buxlabs/abstract-syntax-tree

Add an iife method

emilos opened this issue · 0 comments

IIFE (Immediately Invoked Function Expression) is often used by transpilers/bundlers/transformers etc.

The fn should return an abstract syntax tree for:

(function () {
  // body
})()