Files
GitJournal/lib/markdown/generated/markdown.pbjson.dart
Vishesh Handa b4302fe467 feat: Add support for YYYY-MM-DD in the YAML frontmatter
Fixes #972

This required regenerating the protobufs generated files, which seem to
have tons of extra changes, and needed some manual changes to get them
to compile.

Overall, the entire protobuf idea wasn't the best in retrospect, and in
the next version of GitJournal, I'll be going with a simple relational
database instead.
2024-08-24 23:05:09 +02:00

103 lines
2.8 KiB
Dart

//
// Generated code. Do not modify.
// source: markdown.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use nodeListDescriptor instead')
const NodeList$json = {
'1': 'NodeList',
'2': [
{
'1': 'node',
'3': 1,
'4': 3,
'5': 11,
'6': '.gitjournal.Node',
'10': 'node'
},
],
};
/// Descriptor for `NodeList`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List nodeListDescriptor = $convert.base64Decode(
'CghOb2RlTGlzdBIkCgRub2RlGAEgAygLMhAuZ2l0am91cm5hbC5Ob2RlUgRub2Rl');
@$core.Deprecated('Use nodeDescriptor instead')
const Node$json = {
'1': 'Node',
'2': [
{
'1': 'element',
'3': 1,
'4': 1,
'5': 11,
'6': '.gitjournal.Element',
'9': 0,
'10': 'element'
},
{'1': 'text', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'text'},
],
'8': [
{'1': 'value'},
],
};
/// Descriptor for `Node`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List nodeDescriptor = $convert.base64Decode(
'CgROb2RlEi8KB2VsZW1lbnQYASABKAsyEy5naXRqb3VybmFsLkVsZW1lbnRIAFIHZWxlbWVudB'
'IUCgR0ZXh0GAIgASgJSABSBHRleHRCBwoFdmFsdWU=');
@$core.Deprecated('Use elementDescriptor instead')
const Element$json = {
'1': 'Element',
'2': [
{'1': 'tag', '3': 1, '4': 1, '5': 9, '10': 'tag'},
{
'1': 'attributes',
'3': 2,
'4': 3,
'5': 11,
'6': '.gitjournal.Element.AttributesEntry',
'10': 'attributes'
},
{
'1': 'children',
'3': 3,
'4': 3,
'5': 11,
'6': '.gitjournal.Node',
'10': 'children'
},
{'1': 'generatedId', '3': 4, '4': 1, '5': 9, '10': 'generatedId'},
],
'3': [Element_AttributesEntry$json],
};
@$core.Deprecated('Use elementDescriptor instead')
const Element_AttributesEntry$json = {
'1': 'AttributesEntry',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
{'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
],
'7': {'7': true},
};
/// Descriptor for `Element`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List elementDescriptor = $convert.base64Decode(
'CgdFbGVtZW50EhAKA3RhZxgBIAEoCVIDdGFnEkMKCmF0dHJpYnV0ZXMYAiADKAsyIy5naXRqb3'
'VybmFsLkVsZW1lbnQuQXR0cmlidXRlc0VudHJ5UgphdHRyaWJ1dGVzEiwKCGNoaWxkcmVuGAMg'
'AygLMhAuZ2l0am91cm5hbC5Ob2RlUghjaGlsZHJlbhIgCgtnZW5lcmF0ZWRJZBgEIAEoCVILZ2'
'VuZXJhdGVkSWQaPQoPQXR0cmlidXRlc0VudHJ5EhAKA2tleRgBIAEoCVIDa2V5EhQKBXZhbHVl'
'GAIgASgJUgV2YWx1ZToCOAE=');