Eris

Results 6 issues of Eris

It's already in `community` repo: https://www.archlinux.org/packages/community/x86_64/peek/

Probably, `super await()` will work? This looks like existing `for await` syntax and, if I understand correctly, is not a valid syntax currently. Also, despite the fact that `await super()`...

E.g.: ```javascript decorator @dimension (unit = 'px') { @numericTemplate(({ number }) => new Dimension(number, unit); } const cm = 42@dimension('cm'); // cm instanceof Dimension && cm.unit === 'cm' const px...

### 🔎 Search Terms ClassDecoratorContext static name ### 🕗 Version & Regression Information 5.0.4-5.9.3 ### ⏯ Playground Link https://tsplay.dev/N7vAow ### 💻 Code ```ts const decorate = (_: unknown, ctx: ClassDecoratorContext)...

Bug
Help Wanted
Domain: Decorators

### 🔎 Search Terms __setFunctionName class static name ES decorators static name __esDecorate static name ### 🕗 Version & Regression Information 5.0.4-5.9.3 ### ⏯ Playground Link https://tsplay.dev/WJgblw ### 💻 Code...

Bug
Help Wanted

The current spec and impls assume that `in`/`access.has()` for `accessor` elements work similarly to plain `get`/`set` elements. I.e., `name in this` is `true` before/during the accessor initialization, `access.has()` is `true`...