A lightweight plugin framework for modular applications.

2 Open Issues Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the xoram core plugin framework to allow passing a plugin object directly to the `dependsOn` function, instead of only accepting plugin IDs. This involves a simple type check and conditional assignment to handle both plugin objects and IDs.

Complexity: 2/5
enhancement good first issue

A lightweight plugin framework for modular applications.

TypeScript

AI Summary: Debug and fix a warning in the `@xoram/plugin-panoramique` plugin that occurs when mounting a Vue component without explicitly declared events. The issue prevents the component from mounting correctly and displays a warning in the console. The solution likely involves adjusting the plugin's event handling logic to gracefully handle components lacking event declarations.

Complexity: 3/5
bug good first issue

A lightweight plugin framework for modular applications.

TypeScript