mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 16:25:45 +00:00
Add ts-no-import-ext flag (#7748)
Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
7
tests/ts/no_import_ext/optional-scalars/optional-byte.ts
Normal file
7
tests/ts/no_import_ext/optional-scalars/optional-byte.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
export enum OptionalByte {
|
||||
None = 0,
|
||||
One = 1,
|
||||
Two = 2
|
||||
}
|
||||
Reference in New Issue
Block a user