Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcalexiei/rollup-plugin-oxc-transform
- Owner: marcalexiei
- License: mit
- Created: 2024-10-25T02:37:16.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:10:34.000Z (12 days ago)
- Last Synced: 2024-10-28T06:13:32.674Z (12 days ago)
- Topics: modules, npm, oxc, plugin, rollup
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)