Intent to prototype: JavaScript decorators proposal
284 views
Skip to first unread message
Daniel Minor
unread,
Aug 17, 2022, 3:23:46 PM8/17/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-platform
Summary:
Decorators are functions called on classes, class elements, or other JavaScript syntax forms during definition that provide for a metaprogramming capability in JavaScript. This proposal recently reached stage 3 at TC39. Prototyping it in SpiderMonkey will provide valuable feedback to the TC39 committee and ensure our implementation does not fall behind the standard.