Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ use std::{
};
use anyhow::anyhow;
use rquickjs::Context;
use galaxy_js::{JsFunctionId, JsFunctionRegistry, SerializedJsValue};
use rquickjs::Context;
cfg_if::cfg_if! {
if #[cfg(feature = "completions_v2")] {
+1 -1
View File
@@ -1,7 +1,7 @@
use anyhow::{Context as AnyhowContext, Result};
use async_channel::Receiver;
use rquickjs::{Context, Function, Runtime};
use galaxy_js::JsFunctionId;
use rquickjs::{Context, Function, Runtime};
use super::{
js_api,
+1 -1
View File
@@ -5,9 +5,9 @@ use std::{
use async_channel::Receiver;
use futures::channel::oneshot;
use parking_lot::Mutex;
use galaxy_js::JsFunctionId;
use galaxyui::r#async::executor::Background;
use parking_lot::Mutex;
use super::{
plugin::{AppServiceCallers, PluginRequest, PluginResponse},