Commit 8bfc6407 authored by nanahira's avatar nanahira

trash

parent a341c822
Pipeline #4481 passed with stages
in 49 seconds
......@@ -8,6 +8,11 @@ export interface Config {
export class MyPlugin {
config: Config
ctx: Context;
name = 'my plugin';
apply(ctx: Context, config: Config) {}
apply(ctx: Context, config: Config) {
this.ctx = ctx;
this.config = config;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment