mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-11 23:40:57 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
// automatically generated by the FlatBuffers compiler, do not modify
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
||||
export { AdvancedFeatures } from './reflection/advanced-features.js';
|
||||
export { BaseType } from './reflection/base-type.js';
|
||||
export { Enum, EnumT } from './reflection/enum.js';
|
||||
export { EnumVal, EnumValT } from './reflection/enum-val.js';
|
||||
export { Field, FieldT } from './reflection/field.js';
|
||||
export { KeyValue, KeyValueT } from './reflection/key-value.js';
|
||||
export { Object_ } from './reflection/object.js';
|
||||
export { RPCCall, RPCCallT } from './reflection/rpccall.js';
|
||||
export { Schema, SchemaT } from './reflection/schema.js';
|
||||
export { SchemaFile, SchemaFileT } from './reflection/schema-file.js';
|
||||
export { Service, ServiceT } from './reflection/service.js';
|
||||
export { Type, TypeT } from './reflection/type.js';
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any,
|
||||
* @typescript-eslint/no-non-null-assertion */
|
||||
export {AdvancedFeatures} from './reflection/advanced-features.js';
|
||||
export {BaseType} from './reflection/base-type.js';
|
||||
export {EnumVal, EnumValT} from './reflection/enum-val.js';
|
||||
export {Enum, EnumT} from './reflection/enum.js';
|
||||
export {Field, FieldT} from './reflection/field.js';
|
||||
export {KeyValue, KeyValueT} from './reflection/key-value.js';
|
||||
export {Object_} from './reflection/object.js';
|
||||
export {RPCCall, RPCCallT} from './reflection/rpccall.js';
|
||||
export {SchemaFile, SchemaFileT} from './reflection/schema-file.js';
|
||||
export {Schema, SchemaT} from './reflection/schema.js';
|
||||
export {Service, ServiceT} from './reflection/service.js';
|
||||
export {Type, TypeT} from './reflection/type.js';
|
||||
|
||||
Reference in New Issue
Block a user