-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or requesthacktoberfesttimekeeperIssues related to the Timekeeper project componentsIssues related to the Timekeeper project components
Description
Requirement :- As a developer, rather than ignoring the functions which I do not need tracing for by specifying them in the babel config, it would be much more feasible to mark only those which needs to be traced with an annotation in the source code.
Example solution :-
@timekeeper
const foo = () => {
console.log("Inside foo");
}Note:- decorators are not natively supported in JavaScript, a plugin such as @babel/plugin-proposal-decorators will need to be incorporated
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthacktoberfesttimekeeperIssues related to the Timekeeper project componentsIssues related to the Timekeeper project components
Type
Projects
Status
No status