JavaScript metaprogramming with the 2022–03 decorators API
https://2ality.com/2022/10/javascript-decorators.html
#metaprogramming #javascript #api
https://2ality.com/2022/10/javascript-decorators.html
#metaprogramming #javascript #api
2Ality
JavaScript metaprogramming with the 2022-03 decorators API
JavaScript decorators have finally reached stage 3! Their latest version is already supported by Babel and will soon be supported by TypeScript. This blog post covers the 2022-03 version (stage 3) of the ECMAScript proposal “Decorators” by Daniel Ehrenberg…