芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/node_modules/alpinejs/src/lifecycle.js
import { startObservingMutations, onAttributesAdded, onElAdded, onElRemoved, cleanupAttributes } from "./mutation" import { deferHandlingDirectives, directives } from "./directives" import { dispatch } from './utils/dispatch' import { walk } from "./utils/walk" import { warn } from './utils/warn' export function start() { if (! document.body) warn('Unable to initialize. Trying to load Alpine before `` is available. Did you forget to add `defer` in Alpine\'s `