Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Add a native _dynamic attribute support in EnderCompiler #31

@0xENDER

Description

@0xENDER

So EnderCompiler will check the syntax of the dynamic data, and the data can be put anywhere in the element.
So this:

<div id="element" @@(rule)(unload)>...</div>
<div _dynamic="name1">...</div>
<div @@(defineder)(name2) @@(rule)(constant)>...</div>

Would be compiled to:

<div id="element" _dynamic="@@(rule)(unload)">...</div>
<div _dynamic="name1" >...</div>
<div _dynamic="@@(defineder)(name2) @@(rule)(constant)">...</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions