mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 13:33:05 +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.js
Normal file
7
tests/ts/no_import_ext/optional-scalars/optional-byte.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// automatically generated by the FlatBuffers compiler, do not modify
|
||||
export var OptionalByte;
|
||||
(function (OptionalByte) {
|
||||
OptionalByte[OptionalByte["None"] = 0] = "None";
|
||||
OptionalByte[OptionalByte["One"] = 1] = "One";
|
||||
OptionalByte[OptionalByte["Two"] = 2] = "Two";
|
||||
})(OptionalByte || (OptionalByte = {}));
|
||||
Reference in New Issue
Block a user