import { identifier } from '@babel/types'; export const targetIdentifier = identifier('target'); export const anchorIdentifier = identifier('anchor'); export const reactiveIdentifier = identifier('reactive'); export const mountIdentifier = identifier('mount'); export const updateIdentifier = identifier('update'); export const destroyIdentifier = identifier("destroy")