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

**Project Overview**: This TypeScript transformer rewrites `const` enum declarations into regular enums within generated declaration files, preserving their runtime values while removing the const‑enum metadata. It’s especially useful for libraries that need to expose enums publicly without the restrictions of `const enum` and want to avoid breaking changes when enum values are updated. **Target Audience**: Library authors and maintainers who use `const enum` internally for performance but wish to publish a stable, non‑const‑enum API, and anyone integrating with TypeScript compilation pipelines (e.g., `ttypescript`, `ts-loader`, `rollup`) who need to control enum emission in declaration files.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ajafff/ts-transform-const-enum

Account's avatar
fimbullinter/wotan
Wotan plugin to behave almost like TSLint
Account's avatar
fimbullinter/wotan
Pluggable TypeScript and JavaScript linter
Account's avatar
codecov/codecov-node
Uploading report to Codecov: https://codecov.io
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
ajafff/tslint-consistent-codestyle
Additional rules to enforce constistent code style with tslint
Account's avatar
cevek/ttypescript
Over TypeScript tool to use custom transformers in the tsconfig.json
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

renovate-bot's profile
renovate-bot
18 contributions
ajafff's profile
ajafff
9 contributions

Recent events

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

No events yet
ajafff

ajafff/ts-transform-const-enum

TypeScript transformer to convert const enums to regular enums in declaration files

TypeScript
3
0
MIT License