mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
7 lines
361 B
TypeScript
7 lines
361 B
TypeScript
import { CodeGeneratorRequest, CodeGeneratorResponse_Feature, GeneratedFile, PluginBase } from "@protobuf-ts/plugin-framework";
|
|
export declare class DumpPlugin extends PluginBase<GeneratedFile> {
|
|
generate(request: CodeGeneratorRequest): GeneratedFile[];
|
|
private static mkdir;
|
|
protected getSupportedFeatures: () => CodeGeneratorResponse_Feature[];
|
|
}
|