emitDecoratorMetadata should include abstract-ness #4781
Labels
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
Before TS 1.6, I "annotated" many classes with a static boolean property named
abstract
to tell some introspection code not to use them. However, it seems there is no run-time equilavent of this for TS 1.6 abstract classes. Can something like this be added?Maybe this could be done as an implicit decorator that does nothing by default?
The text was updated successfully, but these errors were encountered: