An open API service indexing awesome lists of open source software.

https://github.com/typed-ember/glint

TypeScript powered tooling for Glimmer templates
https://github.com/typed-ember/glint

hacktoberfest

Last synced: 4 months ago
JSON representation

TypeScript powered tooling for Glimmer templates

Awesome Lists containing this project

README

          

# Glint [![CI](https://github.com/typed-ember/glint/actions/workflows/ci.yml/badge.svg)](https://github.com/typed-ember/glint/actions?query=workflow%3ACI)

TypeScript-powered tooling for Glimmer templates.

## Glint 2

This branch contains the code for Glint V2. Glint V2 is a major refactor of Glint V1 to run atop the [Volar.js language tooling framework], which powers the language tooling for Vue and many others.

See [Glint V2](docs/v2-upgrade.md) for information on how to try out Glint V2.

[Volar.js language tooling framework]: https://volarjs.dev/

## Glint 1 Docs

Please see [the documentation] for how to get set up with Glint V1.

[the documentation]: https://typed-ember.gitbook.io/glint

## Debugging Glint

See [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on how to run and debug the Glint language server and VSCode extension locally.