Giter Club home page Giter Club logo

equivalent-js's People

Contributors

xeroxzone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

equivalent-js's Issues

Add possibility to configure framework to run on test driven strict mode

A strict mode configuration parameter to indicate that test driven mode is enabled.

This strict mode defines:

  • that every module class must have a test case
  • that every module class public method must have a test method

If this mode is enabled and an implemented class has no test case or an implemented class method has no test method, then the implemented class or method is prevented from execution. This scenario is only available in "dev" environment.

Add possibility to load markup templates per module class

Have a template property defined through module class interface similar to the layout property to autoload a module class bound stylesheet. This template should merge different markup blocks identified by a template name data attribute.

In a module class with template property set true, there is a way to get the markup block by name rendered with given data.

If a module class get removed from DIC then the template get unloaded like the stylesheet do.

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.