Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of nullvoxpopuli/ember-estree

Account's avatar
glimmerjs/glimmer-env
Glimmer application environment variables stub
Account's avatar
glimmerjs/glimmer-vm
Account's avatar
oxc-project/oxc
Oxc Parser Node API
Account's avatar
tsconfig/bases
A base TSConfig for working with Node LTS (24).
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
evanwashere/mitata
benchmark tooling that loves you ❤️
Account's avatar
oxc-project/oxc
Formatter for the JavaScript Oxidation Compiler
Account's avatar
oxc-project/oxc
Linter for the JavaScript Oxidation Compiler
Account's avatar
publint/publint
Lint packaging errors
Account's avatar
release-plan/release-plan
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite
Account's avatar
sveltejs/zimmerframe
A tool for walking ASTs

Support the repos that depend on this repository

Top contributors

NullVoxPopuli's profile
NullVoxPopuli
124 contributions
Copilot's profile
Copilot
43 contributions
github-actions[bot]'s profile
github-actions[bot]
15 contributions
evoactivity's profile
evoactivity
3 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
nullvoxpopuli

nullvoxpopuli/ember-estree

ESTree generator for gjs and gts file used by ember

JavaScript
0
3
No license

ember‑estree is a parser that turns Ember “.gjs”/“.gts” files—JavaScript or TypeScript files that can contain embedded `<template>` blocks—into a single ESTree‑compatible AST. It lets linters, codemods, and other tooling operate on both the script and the Glimmer template parts of a file, and provides utilities for printing, token generation, custom parsers, and visitor‑based transformations. It’s aimed at Ember developers and tool authors who need unified AST support for mixed JS/TS‑and‑template source.