Skip to main content
Home

Built and signed on GitHub Actions

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
88%
Published
a year ago (0.0.1)

A small wrapper around TypeScript's transform API

This is an early version and mostly used for basic AST transforms at the moment.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@marvinh/ts-rewriter

Import symbol

import * as ts_rewriter from "@marvinh/ts-rewriter";
or

Import directly with a jsr specifier

import * as ts_rewriter from "jsr:@marvinh/ts-rewriter";

Add Package

pnpm i jsr:@marvinh/ts-rewriter
or (using pnpm 10.8 or older)
pnpm dlx jsr add @marvinh/ts-rewriter

Import symbol

import * as ts_rewriter from "@marvinh/ts-rewriter";

Add Package

yarn add jsr:@marvinh/ts-rewriter
or (using Yarn 4.8 or older)
yarn dlx jsr add @marvinh/ts-rewriter

Import symbol

import * as ts_rewriter from "@marvinh/ts-rewriter";

Add Package

vlt install jsr:@marvinh/ts-rewriter

Import symbol

import * as ts_rewriter from "@marvinh/ts-rewriter";

Add Package

npx jsr add @marvinh/ts-rewriter

Import symbol

import * as ts_rewriter from "@marvinh/ts-rewriter";

Add Package

bunx jsr add @marvinh/ts-rewriter

Import symbol

import * as ts_rewriter from "@marvinh/ts-rewriter";