Closed tobyink closed 2 years ago
Extracting this issue from #109.
If adding a type Foo which is an Enum or has an Enum as its last constraining type to a type library, the type library should provide FOO_BAR and FOO_BAZ constants as exports.
Foo
FOO_BAR
FOO_BAZ
They should probably also be included in the +Foo export.
+Foo
This relates to #113.
Should all work now, but would be good to check that +Foo really picks up the exported constants.
Extracting this issue from #109.
If adding a type
Foo
which is an Enum or has an Enum as its last constraining type to a type library, the type library should provideFOO_BAR
andFOO_BAZ
constants as exports.They should probably also be included in the
+Foo
export.This relates to #113.