Austin Schuh | 2dd86a9 | 2022-09-14 21:19:23 -0700 | [diff] [blame^] | 1 | // automatically generated by the FlatBuffers compiler, do not modify |
2 | |||||
3 | /** | ||||
4 | * New schema language features that are not supported by old code generators. | ||||
5 | */ | ||||
6 | export enum AdvancedFeatures { | ||||
7 | AdvancedArrayFeatures = '1', | ||||
8 | AdvancedUnionFeatures = '2', | ||||
9 | OptionalScalars = '4', | ||||
10 | DefaultVectorsAndStrings = '8' | ||||
11 | } |