mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 23:01:37 +00:00
[TS] Allows object API to set 0 for a null-default scalar. (#7864)
* Fixes bug where null default allows 0 as a value.
* Undoes one bit, adds null type allowance to addField<> default.
* Undoes IDE auto-format of imports.
* Adds generated changes after scripts/generate_code.py
* Removes unused symbol.
* Revert "Removes unused symbol."
This reverts commit 9cece17325.
---------
Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -16,7 +16,7 @@ sh PythonTest.sh
|
||||
|
||||
echo "************************ TypeScript:"
|
||||
|
||||
python3 TypeScriptTest.py
|
||||
python3 ts/TypeScriptTest.py
|
||||
|
||||
echo "************************ C++:"
|
||||
|
||||
@@ -56,4 +56,4 @@ echo "************************ Swift:"
|
||||
|
||||
cd FlatBuffers.Test.Swift
|
||||
sh SwiftTest.sh
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user