0.0.5 • Published 5 years ago

ember-cli-template-html-eval v0.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

ember-cli-template-html-eval

Why do we need opcodes for static html elements?

<div><a> hello <a></div>

will be compiled to

{{{'<div><a> hello <a></div>'}}}

and now we save 4 glimmer-vm opcodes!


IT MAY INCREASE TEMPLATE SIZE

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-cli-template-html-eval

Usage

Longer description of how to use the addon in apps.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.