Files
flatbuffers/tests
James Kuszmaul e5f331db99 [TS] Add single-file ts codegen & bazel rule for typescript (#7161)
The headline here is adding a flatbuffer_ts_library rule for generating
typescript code in bazel. This entails some non-trivial other changes,
but ideally none are user-visible.

In particular:
* Added a --ts-flat-file flag that generates a single *_generated.ts
  file instead of separate files for each typescript type. This makes
  bazel much happier.
* Import the bazel rules_nodejs stuff needed to support building
  typescript in bazel
* Move flatbuffers.ts to index.ts because I wasn't sure how to make
  bazel comprehend the "main" attribute of the package.json. Happy
  to take another stab at figuring that out if really needed.
* Fix another couple keyword escaping spots in typescript...
2022-03-10 10:08:13 -08:00
..
2021-08-02 13:31:36 -07:00
2022-02-16 15:02:54 -05:00
2022-02-16 15:02:54 -05:00
2021-12-02 21:29:19 -08:00
2021-12-02 21:29:19 -08:00
2021-11-19 17:01:48 -08:00
2021-01-19 12:51:13 -08:00