Overview

Glint is a set of tools to aid in developing code that uses the Glimmer VM for rendering, such as Ember.js v3.24+. Similar to Vetur for Vue projects or Svelte Language Tools, Glint consists of a CLI and a language server to provide feedback and enforce correctness both locally during editing and project-wide in CI.

Glint CLI

Glint's CLI provides a template-aware tool for performing end-to-end TypeScript typechecking on your project.

Glint Language Server

The Glint language server implements the standardized Language Server Protocol, allowing it to be easily incorporated into a variety of editors. The server enables Glimmer templates to participate in your editor's rich IDE features.

Last updated