WIP: Implement a plugin system to allow users to execute private code #2357

Closed
nyaoouo wants to merge 4 commits from nyaoouo:Impl-Plugin-Manager into main
Contributor
No description provided.
nyaoouo added 2 commits 2025-06-29 19:46:38 -07:00
Fix Lint
All checks were successful
Build / build (pull_request) Successful in 58s
64f0d81eb5
Owner

What is the point of this? This offers 0 hooks and 0 APIs. It's not even remotely useful as a 'plugin system'.

What is the point of this? This offers 0 hooks and 0 APIs. It's not even remotely useful as a 'plugin system'.
Author
Contributor

What is the point of this? This offers 0 hooks and 0 APIs. It's not even remotely useful as a 'plugin system'.

All hooks and APIs are provided in plugin mode to minimize the modification of the main code by this PR.

> What is the point of this? This offers 0 hooks and 0 APIs. It's not even remotely useful as a 'plugin system'. All hooks and APIs are provided in plugin mode to minimize the modification of the main code by this PR.
Author
Contributor

The main purpose of this PR is just to provide an entry point for executing code

The main purpose of this PR is just to provide an entry point for executing code
nyaoouo added 1 commit 2025-06-29 20:21:42 -07:00
feat(scripts): add TypeScript and JavaScript plugin generator wrappers
Some checks failed
Build / build (pull_request) Failing after 57s
fdb7b54333
nyaoouo added 1 commit 2025-06-29 20:24:17 -07:00
Fix Lint
All checks were successful
Build / build (pull_request) Successful in 47s
e3d8c73592
Sainan changed title from Implement a plugin system to allow users to execute private code to WIP: Implement a plugin system to allow users to execute private code 2025-06-30 01:34:55 -07:00
Sainan closed this pull request 2025-06-30 11:47:58 -07:00
All checks were successful
Build / build (pull_request) Successful in 47s

Pull request closed

Sign in to join this conversation.
No description provided.