Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcalexiei/rollup-plugin-oxc-transform

Rollup plugin used to transpile JavaScript/TypeScript code with oxc
https://github.com/marcalexiei/rollup-plugin-oxc-transform

modules npm oxc plugin rollup

Last synced: 9 days ago
JSON representation

Rollup plugin used to transpile JavaScript/TypeScript code with oxc

Awesome Lists containing this project

README

        

# rollup-plugin-oxc-transform

[![CI](https://github.com/marcalexiei/rollup-plugin-oxc-transform/actions/workflows/CI.yml/badge.svg)](https://github.com/marcalexiei/rollup-plugin-oxc-transform/actions/workflows/CI.yml)
[![Code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
[![npm version](https://img.shields.io/npm/v/rollup-plugin-oxc-transform.svg?style=flat-square)](https://www.npmjs.com/package/rollup-plugin-oxc-transform)
[![issues](https://img.shields.io/github/issues/marcalexiei/rollup-plugin-oxc-transform.svg)](https://github.com/marcalexiei/rollup-plugin-oxc-transform/issues)

🍣 A Rollup plugin to transpile TypeScript/JavaScript with oxc-transformer.

> [!WARNING]
> Work in progress

> [!TIP]
> If you need to generate declarations consider to use [unplugin-isolated-decl](https://github.com/unplugin/unplugin-isolated-decl)

## Install

todo

## Usage

todo

## Options

todo

## Meta

[CONTRIBUTING](/CONTRIBUTING.md)

[LICENSE (MIT)](/LICENSE)

## Thanks

This plugin is based on [@rollup/plugin-swc](https://github.com/rollup/plugins/tree/master/packages/swc#readme)