We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e925aa7 commit f27caf5Copy full SHA for f27caf5
1 file changed
src/compiler/emitter.ts
@@ -3757,10 +3757,6 @@ module ts {
3757
}
3758
3759
function emitDecoratorsOfClass(node: ClassDeclaration) {
3760
- if (languageVersion < ScriptTarget.ES5) {
3761
- return;
3762
- }
3763
-
3764
emitDecoratorsOfMembers(node, /*staticFlag*/ 0);
3765
emitDecoratorsOfMembers(node, NodeFlags.Static);
3766
emitDecoratorsOfConstructor(node);
0 commit comments