[TS] Properly export unitary enums such that they're in *.d.mjs
authorMatt Corallo <git@bluematt.me>
Tue, 5 Jul 2022 18:18:54 +0000 (18:18 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 22 Jul 2022 21:51:54 +0000 (21:51 +0000)
commitc8f95f12f4a9d118e0aac4ce43475944ac1a3a55
tree7bbdb38d19c2ef2f14d814294c6f0553f3cc146d
parentefef5b96e398356838dc2bd01bcb6baa145a5768
[TS] Properly export unitary enums such that they're in *.d.mjs

Because the `ts/enums/*` files simply re-export from `bindings.mts`
rather than defining the enum from scratch, we have to include docs
and cannot use /* @internal */ on the `bindings.mts` unitary enums.
typescript_strings.py