chore: generate
This commit is contained in:
committed by
opencode
parent
b708e8431e
commit
c2061c6bbf
@@ -71,8 +71,8 @@ export namespace PluginLoader {
|
|||||||
kind: PluginKind,
|
kind: PluginKind,
|
||||||
): Promise<
|
): Promise<
|
||||||
| { ok: true; value: Resolved }
|
| { ok: true; value: Resolved }
|
||||||
| { ok: false; stage: "missing"; value: Missing }
|
| { ok: false; stage: "missing"; value: Missing }
|
||||||
| { ok: false; stage: "install" | "entry" | "compatibility"; error: unknown }
|
| { ok: false; stage: "install" | "entry" | "compatibility"; error: unknown }
|
||||||
> {
|
> {
|
||||||
// First make sure the plugin exists locally, installing npm plugins on demand.
|
// First make sure the plugin exists locally, installing npm plugins on demand.
|
||||||
let target = ""
|
let target = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user