lessel - v0.1.0
    Preparing search index...

    Class PluginLoader

    Discovers and loads lessel plugins.

    Plugins can be:

    1. npm packages named @lessel/plugin-* in node_modules
    2. Local files referenced by path in lessel.config.json
    3. Registry plugins in the local plugins/ directory
    4. Directly registered via code
    Index
    • Scan the local plugins/ directory for registry-installed plugins. Each subdirectory with a package.json is treated as a plugin.

      Returns string[]

    • Enable or disable sandboxed execution. Sandboxed plugins run in a restricted VM context with no filesystem access.

      Parameters

      • enabled: boolean

      Returns void