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
- Host: GitHub
- URL: https://github.com/glimmerjs/babel-plugin-glimmer-inline-precompile
- Owner: glimmerjs
- License: mit
- Created: 2017-06-19T15:56:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T15:13:19.000Z (almost 8 years ago)
- Last Synced: 2025-03-16T11:09:19.975Z (3 months ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}}`;
```