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

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


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

glimmerjs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @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}}`;
```