Code Monkey home page Code Monkey logo

Comments (3)

patrick-steele-idem avatar patrick-steele-idem commented on May 18, 2024

The HTML syntax does not allow attribute types to be distinguished (similar to JSON). This is unfortunate, but short of introducing a new language we must live with a separate schema that informs the compiler of the types of each attribute. Alternatively, we would assume that every attribute is a string and for $/${ } to change the type (more typing and ugly).

Therefore, in your example, you would just need to do the following:

{
    "attributes": {
        "viewModel": "expression",
        "options": "expression"
    }
}

If we were willing to depart from an HTML parser, we could create our own HTML-like parser that supports the following:

<my-component number=1/>
<my-component expression=(a + b)/>
<my-component string="hello"/>
<my-component boolean=true/>

If we were to go that route then we would lose syntax highlighting/completion/validation support from existing HTML editors and tools like Emmet.

from marko.

patrick-steele-idem avatar patrick-steele-idem commented on May 18, 2024

Closing issue as I don't think there are any short-term actionable items. If you disagree please feel free to add comments.

from marko.

patrick-steele-idem avatar patrick-steele-idem commented on May 18, 2024

Hey @pedramphp, please provide comments on the following proposal: #90

from marko.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.