📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 00:37:55
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
alpinejs
/
src
/
magics
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/alpinejs/src/magics
🔄 Refresh
✏️
Editing: index.js
Writable
import { warn } from '../utils/warn' import { magic } from '../magics' import './$nextTick' import './$dispatch' import './$watch' import './$store' import './$data' import './$root' import './$refs' import './$id' import './$el' // Register warnings for people using plugin syntaxes and not loading the plugin itself: warnMissingPluginMagic('Focus', 'focus', 'focus') warnMissingPluginMagic('Persist', 'persist', 'persist') function warnMissingPluginMagic(name, magicName, slug) { magic(magicName, (el) => warn(`You can't use [$${magicName}] without first installing the "${name}" plugin here: https://alpinejs.dev/plugins/${slug}`, el)) }
💾 Save Changes
❌ Cancel