index.js 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 /* eslint no-unused-vars:0 */ export default function ({ Plugin, types: t }) { return new Plugin("NAME", { visitor: { // your visitor methods go here } }); }