New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-glimmer-inline-precompile

Package Overview
Dependencies
Maintainers
10
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-glimmer-inline-precompile

Use tagged template strings to precompile glimmer templates inside your JS files.

1.2.0
latest
Source
npm
Version published
Weekly downloads
28
211.11%
Maintainers
10
Weekly downloads
 
Created
Source

babel-plugin-glimmer-inline-precompile

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

import hbs from 'glimmer-inline-precompile';

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

Keywords

babel-plugin

FAQs

Package last updated on 03 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts