Giter Club home page Giter Club logo

Comments (3)

chardskarth avatar chardskarth commented on August 21, 2024

@GianlucaGuarini @aMarCruz Greetings!

Would it matter if the implementation of this riot-tmpl be improved? In the brackets.split function, instead of using some looped RegExp, could we use a parser instead like acorn?

The benefits that I could think of right now would be:

  • Better solution for the problem. String parsing vs RegExp.
  • Theoretically, we should now be able to handle REAL 100% Javascript expression within { }. ie:
{ (function dunnoWhyWhouldAnyoneDoThis(){return "but atleast its 100% :)"})( ) }
  • I think it shouldn't consider {{$ 'handlebar_helper'}} as a template and skip it.
  • A more maintainable codebase.

I'm new to this open source community and contribution but I'd be very much willing to learn, receive constructive criticism. Riot.js is awesome the philosophy it is built under.

I'll be starting to implement this. Please let me know your thoughts. Cheers!

from tmpl.

GianlucaGuarini avatar GianlucaGuarini commented on August 21, 2024

@aMarCruz was working on the new compiler here https://github.com/aMarCruz/new-riot-compiler so at moment I don't accept pull requests changing the core of the current one. Honestly mixing handlebar templates with riot templates sounds to me a really bad idea anyway independently from the parser. I will work soon on the current parser to implement the sourcemaps asap. Thanks for your question and good luck

from tmpl.

chardskarth avatar chardskarth commented on August 21, 2024

Oh I see, but it seems he's moving it to a TypeScript codebase. Isn't TypeScript out of riotjs' philosophy of being minimalistic? (Type noise)

I'm using a custom build and I need my components' html to read from some global config before being compiled as a riot component. I suppose I could use mixins or even change the custom riot template braces. But I'd rather this custom build's power to do it

Goodluck!

from tmpl.

Related Issues (13)

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.