Avichay Eyal

Results 36 comments of Avichay Eyal

Hi. Are you using any babel/transpiling tools? These affect the way class properties are declared. Some tools use Object.defineProperty and thus destroy the internals.

Regarding your question. Every class that extends Slim has a static template property. It is just a string, that should represent a decent valid HTML Markup. During the construction phase,...

The directives are optional, therefore can be consumed separately. Directives are a unique form of attributes, usually with a special (but valid) character. The **property directive** is called every time...

It sounds like something needs to be fixed. I'll try your example as-is.

The constructor should always be called first.

AWS Problems. Will migrate the site to github pages soon.

Hi @jellehak, Can you please explain what is the pain point of using "this" in the template? The strict keyword `this` followed by a comma makes the detection very easy.

It looks like a bug, as the parser should postpone the *if until the `item` context is ready. I'll look into it.