An open API service indexing awesome lists of open source software.

https://github.com/glimmerjs/babel-plugin-glimmer-inline-precompile


https://github.com/glimmerjs/babel-plugin-glimmer-inline-precompile

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# babel-plugin-glimmer-inline-precompile

Allows compile time replacement of inline templates (inside your *.ts or *.js files) via:

```js
import hbs from 'glimmer-inline-precompile';

let template = hbs`some template {{here}}`;
```