{"library":"rollup-plugin-glimmer-template-tag","title":"rollup-plugin-glimmer-template-tag","description":"A Rollup plugin for compiling `<template>` tags in `.gjs` and `.gts` files used by Ember.js v2 addons. Version 0.4.1 requires Node 16+ and Rollup 3+. It is ESM-only and must be paired with Babel's `ember-template-imports` plugin. Key differentiator: it enables the new Ember `<template>` tag syntax in build pipelines, handling both JavaScript and TypeScript via separate transforms with `rollup-plugin-ts`.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-glimmer-template-tag"],"cli":null},"imports":["import { glimmerTemplateTag } from 'rollup-plugin-glimmer-template-tag'","import glimmerTemplateTag from 'rollup-plugin-glimmer-template-tag'","import { glimmerTemplateTag } from 'rollup-plugin-glimmer-template-tag'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// rollup.config.mjs\nimport { glimmerTemplateTag } from 'rollup-plugin-glimmer-template-tag';\n\nexport default {\n  plugins: [\n    glimmerTemplateTag(),\n    // ... other plugins\n  ]\n};","lang":"javascript","description":"Shows basic Rollup configuration to add `<template>` support for gjs/gts files.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}