ember-cli-template-trimmer
Whitespace optimizer
Tool to optimize Ember template compilation by removing unnecessary whitespace and dead code
Ember templates trimmer ast transform
1 stars
2 watching
0 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lifeart/ember-cli-jsx-templates | Enables the use of JSX syntax in Ember templates by transforming it into Handlebars AST. | 16 |
yohanmishkin/ember-cli-alex | An Ember app template linting tool that identifies and removes unequal or biased language from code | 7 |
mainmatter/ember-hbs-minifier | Removes unnecessary whitespace from Handlebars templates to improve template performance and reduce file size. | 48 |
lifeart/ember-ast-hot-load | Enables hot reloading of components in Ember applications without full page reloads. | 91 |
buschtoens/ember-render-helpers | Provides template helpers to work with Ember rendering modifications | 22 |
tildeio/ember-element-helper | A polyfill implementation of a feature proposal for Ember.js templates | 44 |
emberjs/ember-render-modifiers | Provides element modifiers to hook into the rendering lifecycle of Glimmer components | 86 |
lifeart/hooked-components | An addon for Ember.js that provides a way to implement React-like hooks for functional programming in Ember applications. | 31 |
ember-template-lint/ember-template-recast | A tool that transforms and reformats template strings from various programming languages | 41 |
webark/ember-component-css | An Ember CLI addon for specifying component-specific stylesheets | 540 |
lifeart/ember-vue-components | Provides a Vue 2.x component API for Ember | 10 |
lentschi/ngx-ellipsis | An Angular directive to truncate text when its content would overflow within a specified element. | 96 |
ember-polyfills/ember-fn-helper-polyfill | A polyfill to ensure JavaScript functions have access to template arguments when passed to components or other helpers. | 6 |
ember-lifeline/ember-lifeline | An addon for managing asynchronous behavior in Ember applications | 239 |
workmanw/ember-diff-attrs | An Ember addon to track attribute changes in components using a lifecycle hook | 27 |