# firescript-transpiler

> Transpiler for Firescript

Latest version **0.10.0** (published 2025-09-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install firescript-transpiler
pnpm add firescript-transpiler
yarn add firescript-transpiler
bun add firescript-transpiler
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.10.0 |
| Published | 2025-09-26 |
| First published | 2020-06-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 343.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Andi Heinkelein |
| Maintainers | andifeind, kippis, firetux |
| Keywords | firescript, transpile, transpiler |

## Links

- npm: https://www.npmjs.com/package/firescript-transpiler
- npm.io page: https://npm.io/package/firescript-transpiler

## Dependencies (5)

- [superarr](https://npm.io/package/superarr.md) ^0.1.0
- [firescript-error](https://npm.io/package/firescript-error.md) ^1.2.0
- [firescript-config](https://npm.io/package/firescript-config.md) ^0.6.1
- [firescript-runtime](https://npm.io/package/firescript-runtime.md) ^0.3.13
- [firescript-syntax-tree](https://npm.io/package/firescript-syntax-tree.md) ^0.10.1

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.10.0 (latest) — 2025-09-26
- 0.9.1 — 2022-04-08
- 0.9.0 — 2022-04-01
- 0.8.2 — 2022-03-10
- 0.8.1 — 2021-10-11
- 0.8.0 — 2021-08-09
- 0.7.3 — 2021-08-05
- 0.7.2 — 2021-08-04
- 0.7.1 — 2021-08-04
- 0.7.0 — 2021-08-03
- 0.6.3 — 2021-07-25
- 0.6.2 — 2021-07-24
- 0.6.1 — 2021-07-22
- 0.6.0 — 2021-07-16
- 0.5.1 — 2021-06-23
- … 13 more at https://npm.io/package/firescript-transpiler/versions

## README

Firescript Transpiler
=================

Transpiler module for Firescript

### Usage

```js
import JavascriptTranspiler from 'firescript-transpiler'
import FirescriptTranspiler from 'firescript-transpiler'

const transpiler = new JavascriptTranspiler()
const jsSource = transpiler.transpile(ast)


const transpiler = new FirescriptTranspiler()
const fsSource = transpiler.transpile(ast)
```

---
_Source: https://npm.io/package/firescript-transpiler · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
