Vladimir Mutafovvmutafov.com·Jan 16, 2023JavaScript Decorators in Eclipse DirigibleEclipse Dirigible supports JavaScript decorators? Although decorators support is something new in Dirigible yet to be documented, we have plans to use them more and more. You may ask, how did we add support for them? Well, the secret ingredient is th...JavaScript
Vladimir Mutafovvmutafov.com·Jan 7, 2023JavaScript Decorators in GraalJSWhat are the JS decorators? Decorators in JavaScript could be thought of as a mechanism of wrapping one "block" of code with another adding additional behavior. People familiar with the Decorator pattern should easily grasp the idea of decorators. As...278 readsGraalJS