git-subtree-dir: third_party/flatbuffers git-subtree-split: 595bf0007ab1929570c7671f091313c8fc20644e
14 lines
445 B
TypeScript
14 lines
445 B
TypeScript
// 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 */
|
|
|
|
/**
|
|
* New schema language features that are not supported by old code generators.
|
|
*/
|
|
export enum AdvancedFeatures {
|
|
AdvancedArrayFeatures = '1',
|
|
AdvancedUnionFeatures = '2',
|
|
OptionalScalars = '4',
|
|
DefaultVectorsAndStrings = '8'
|
|
}
|