@glimmer/inline-precompile
Allows compile time replacement of inline templates (inside your .ts or .js files) via:import hbs from '@glimme/inline-precompile';
let template = hbs`some template {{here}}`;
import hbs from '@glimme/inline-precompile';
let template = hbs`some template {{here}}`;
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.