01:20 | <ljharb> | that's a very subjective viewpoint that i happen to disagree with ¯\_(ツ)_/¯ |
07:14 | <nicolo-ribaudo> | I think this depends on whether you see `export` as part of the class declaration or not |
07:15 | <nicolo-ribaudo> | iirc TSC sees export as a modifier of the class (like abstract), but I see it as a separate thing and I would find it very confusing to not have the class immediately after the decorator |
13:18 | <pzuraq> | I also am unhappy with decorators after export, I think it'll be particularly annoying if we ever make function decorators |