-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
By DesignDeprecated - use "Working as Intended" or "Design Limitation" insteadDeprecated - use "Working as Intended" or "Design Limitation" instead
Description
Hi,
What's the problem here? I can't see it.
@Provide(Log)
function getKarmaLoggerInstance() {
return logger.create('preprocessor-x');
}This produces the following compiler error:
error TS1206: Decorators are not valid here.
My only guess is that it's on a function, but aren't decorators supposed to be applicable to functions?
Metadata
Metadata
Assignees
Labels
By DesignDeprecated - use "Working as Intended" or "Design Limitation" insteadDeprecated - use "Working as Intended" or "Design Limitation" instead