rearrage_stuff
This commit is contained in:
135
node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.d.ts
generated
vendored
Normal file
135
node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.d.ts
generated
vendored
Normal file
@@ -0,0 +1,135 @@
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export declare const packageName = "@bufbuild/protobuf";
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export declare const wktPublicImportPaths: Readonly<Record<string, string>>;
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export declare const symbols: {
|
||||
readonly isMessage: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../is-message.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly Message: {
|
||||
readonly typeOnly: true;
|
||||
readonly bootstrapWktFrom: "../../types.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly create: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../create.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly fromJson: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../from-json.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly fromJsonString: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../from-json.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly fromBinary: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../from-binary.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly toBinary: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../to-binary.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly toJson: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../to-json.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly toJsonString: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../to-json.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly protoInt64: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../proto-int64.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly JsonValue: {
|
||||
readonly typeOnly: true;
|
||||
readonly bootstrapWktFrom: "../../json-value.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly JsonObject: {
|
||||
readonly typeOnly: true;
|
||||
readonly bootstrapWktFrom: "../../json-value.js";
|
||||
readonly from: "@bufbuild/protobuf";
|
||||
};
|
||||
readonly codegen: {
|
||||
readonly boot: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/boot.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly fileDesc: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/file.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly enumDesc: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/enum.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly extDesc: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/extension.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly messageDesc: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/message.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly serviceDesc: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/service.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly tsEnum: {
|
||||
readonly typeOnly: false;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/enum.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly GenFile: {
|
||||
readonly typeOnly: true;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/types.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly GenEnum: {
|
||||
readonly typeOnly: true;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/types.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly GenExtension: {
|
||||
readonly typeOnly: true;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/types.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly GenMessage: {
|
||||
readonly typeOnly: true;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/types.js";
|
||||
readonly from: string;
|
||||
};
|
||||
readonly GenService: {
|
||||
readonly typeOnly: true;
|
||||
readonly bootstrapWktFrom: "../../codegenv2/types.js";
|
||||
readonly from: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user