Derek Bailey
caf3b494db
bulk code format fix ( #8707 )
2025-09-23 21:50:27 -07:00
Björn Harrtell
c4211538bd
TS: Add missing generate files ( #8075 )
...
Co-authored-by: Michael Le <michael.le647@gmail.com >
2023-09-30 10:51:32 -07:00
James Kuszmaul
e43a80c322
[TS] Fix getFullyQualifiedName codegen for typescript ( #7730 )
...
#7451 caused getFullyQualifiedName to return a name with underscores,
not periods. Because the fully qualified name is a property of
FlatBuffers, not the language being codegen'd for, it should use
periods. Fixes #7564 .
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-22 20:59:40 +00:00
Björn Harrtell
d243b904cc
[TS] Make strict compliant and improve typings ( #7549 )
...
* [TS] Make strict compliant and improve typings
* clang-format
* Code gen harmonize
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-09-29 15:03:35 -07:00
Björn Harrtell
4fca4dc60c
[TS/JS] Move TS tests to dedicated folder and deps upgrade ( #7508 )
...
* Move TS tests to dedicated folder and deps upgrade
* Attempt to fix generate_code
* Fix dir on CI
* Add js extension
* Fix missing extension
* Harmonize with test gen
* Unexplained code gen change
* Restore yarn.lock
* Naive attempt to fix bazel stuff
* Pin @bazel/typescript to 5.2.0
* Attempt to fix bazel
* More tweak
* Upgrade deps
* Tweak?
* Fix path
* Fix test package
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-09-12 20:03:23 -07:00