Giter VIP home page Giter VIP logo

Comments (6)

bigbigant avatar bigbigant commented on September 28, 2024

必要的函数应该是在Runtime下实现,但应该是带着namespace的, 类似 Etag\Runtime\op_add。
也可以实现为Etag\Runtime\Op::add()

用+替代~, 从兼容旧版的角度来看,不建议进行。

list作用域 这个觉得不错。

缩写表达式来简化 HTML标签 和 View数据绑定还没看,了解中:)

from tage.

bigbigant avatar bigbigant commented on September 28, 2024

支持宏不错
多终端 适配
I18n也不错

from tage.

13leaf avatar 13leaf commented on September 28, 2024

支持宏是什么呀?
多终端适配和i18n的具体方案是?

from tage.

bigbigant avatar bigbigant commented on September 28, 2024

Macro looks like follows.

{#to define#}
{{define SayHello}}
  Hello {{$target}}!
{{/define}}

{#to use#}
{{do SayHello target="World"}}

{#outputs "Hello World!" #}

I've no idea about the schema of i18n now, Lol

from tage.

13leaf avatar 13leaf commented on September 28, 2024

明白了。这个在twig里面用这种形式:

{%macro SayHello(target)%}
    {{"Hello"~target}}
{%endmacro%}

其实和sass中@mixin属同样概念

from tage.

bigbigant avatar bigbigant commented on September 28, 2024

了解

from tage.

Related Issues (19)

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.