UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

8 lines (6 loc) 201 B
import { getMacroIdentifier } from "@marko/compiler/babel-utils"; export default function (path) { path.node.name = getMacroIdentifier(path); path.node._isMacroTagCall = true; path.requeue(); }