This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env -S npx tsx | |
// See here how to run this plugin: https://github.com/bufbuild/protobuf-es/tree/main/packages/protoplugin-example | |
import { createEcmaScriptPlugin, runNodeJs } from "@bufbuild/protoplugin"; | |
import type { Schema } from "@bufbuild/protoplugin/ecmascript"; | |
import type { | |
DescEnum, | |
DescExtension, | |
DescFile, |
OlderNewer