[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)
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.


No differences found