Files
flatbuffers/tests
José Luis Millán 3e778aca4d TS/JS: Export object based classes on entry (#7822)
* TS/JS: Export object based classes on entry

Along with the non object ones, for consistency. This is a regression
introduced recently.

Before:
 `export { UpdateSettingsRequest } from './worker/update-settings-request.js';`

Now:
 `export { UpdateSettingsRequest, UpdateSettingsRequestT } from './worker/update-settings-request.js';`

* only export object based classes for structs

Enums are not elegible.

---------

Co-authored-by: Björn Harrtell <bjornharrtell@users.noreply.github.com>
Co-authored-by: Derek Bailey <derekbailey@google.com>
2023-03-02 23:35:59 -08:00
..
2022-09-29 09:58:49 -04:00
2023-01-21 12:46:57 -08:00
2022-10-21 14:30:04 -04:00
2023-01-21 12:46:57 -08:00
2023-01-21 12:46:57 -08:00
2022-08-28 16:54:58 -07:00
2022-08-28 16:54:58 -07:00
2022-08-28 16:54:58 -07: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
2023-01-21 12:46:57 -08:00
2023-01-21 12:46:57 -08:00
2022-09-10 12:36:51 -07:00
2022-08-28 16:54:58 -07:00