[skip ci] Update Monaco; Fix code scanning errors

This commit is contained in:
Vendicated 2023-04-29 04:16:28 +02:00
parent a2e03084b0
commit bf795c49df
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
4 changed files with 63 additions and 47 deletions

View file

@ -108,6 +108,8 @@ export interface PluginDef {
flux?: {
[E in FluxEvents]?: (event: any) => void;
};
tags?: string[];
}
export enum OptionType {