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
..
2023-03-02 23:35:59 -08:00
2023-01-21 12:22:22 -08:00
2023-03-02 23:35:59 -08:00
2023-01-21 12:22:22 -08:00
2022-12-22 20:59:40 +00:00
2023-01-21 12:22:22 -08:00
2023-01-10 10:43:17 -08:00
2022-09-12 20:03:23 -07:00
2023-01-21 12:22:22 -08:00
2023-03-02 23:35:59 -08:00
2022-09-12 20:03:23 -07:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2022-09-12 20:03:23 -07:00
2023-01-10 10:43:17 -08:00
2022-09-12 20:03:23 -07:00
2023-01-21 12:22:22 -08:00
2022-09-12 20:03:23 -07:00
2023-03-02 23:35:59 -08:00
2023-03-02 23:35:59 -08:00
2023-03-02 23:35:59 -08:00
2023-03-02 23:35:59 -08:00
2023-01-21 12:22:22 -08:00
2023-03-02 23:35:59 -08:00
2023-03-02 23:35:59 -08:00
2023-03-02 23:35:59 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2022-09-12 20:03:23 -07:00
2023-01-21 12:22:22 -08:00
2023-03-02 23:35:59 -08:00
2023-03-02 23:35:59 -08:00
2023-03-02 23:35:59 -08:00
2023-01-10 10:43:17 -08:00
2023-01-10 10:43:17 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-03-02 23:35:59 -08:00
2023-01-21 12:22:22 -08:00
2022-09-12 20:03:23 -07:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-01-21 12:22:22 -08:00
2023-02-06 13:10:20 -08:00
2022-09-12 20:03:23 -07:00