1npm install 2../flatc.exe --ts --gen-name-strings --gen-mutable --gen-object-api -I include_test monster_test.fbs 3../flatc.exe --gen-object-api -b -I include_test monster_test.fbs unicode_test.json 4../flatc.exe --ts --gen-name-strings --gen-mutable --gen-object-api -o union_vector union_vector/union_vector.fbs 5tsc 6node -r esm JavaScriptTest 7node -r esm JavaScriptUnionVectorTest 8node -r esm JavaScriptFlexBuffersTest 9