https://github.com/glimmerjs/glimmer-inline-precompile
https://github.com/glimmerjs/glimmer-inline-precompile
glimmerjs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glimmerjs/glimmer-inline-precompile
- Owner: glimmerjs
- License: mit
- Created: 2017-07-03T14:44:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T10:00:51.000Z (almost 8 years ago)
- Last Synced: 2025-04-13T20:15:37.984Z (about 2 months ago)
- Topics: glimmerjs
- Language: JavaScript
- Size: 24.4 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}}`;
```