You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -14,7 +14,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../descriptor.pb.dart' as $89;
|
||||
import '../descriptor.pb.dart' as $91;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -109,7 +109,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? fileToGenerate,
|
||||
$core.String? parameter,
|
||||
Version? compilerVersion,
|
||||
$core.Iterable<$89.FileDescriptorProto>? protoFile,
|
||||
$core.Iterable<$91.FileDescriptorProto>? protoFile,
|
||||
}) {
|
||||
final result = create();
|
||||
if (fileToGenerate != null) result.fileToGenerate.addAll(fileToGenerate);
|
||||
@@ -128,7 +128,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
..pPS(1, _omitFieldNames ? '' : 'fileToGenerate')
|
||||
..aOS(2, _omitFieldNames ? '' : 'parameter')
|
||||
..aOM<Version>(3, _omitFieldNames ? '' : 'compilerVersion', subBuilder: Version.create)
|
||||
..pc<$89.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $89.FileDescriptorProto.create)
|
||||
..pc<$91.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $91.FileDescriptorProto.create)
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
@@ -191,7 +191,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
/// Type names of fields and extensions in the FileDescriptorProto are always
|
||||
/// fully qualified.
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbList<$89.FileDescriptorProto> get protoFile => $_getList(3);
|
||||
$pb.PbList<$91.FileDescriptorProto> get protoFile => $_getList(3);
|
||||
}
|
||||
|
||||
/// Represents a single generated file.
|
||||
|
||||
Reference in New Issue
Block a user