0.0.1 • Published 12 months ago

@aurora-launcher/esbuild-decorators v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

esbuild-decorators (@aurora-launcher/esbuild-decorators)

Use SWC to emit decorator metadata

Install

With npm:

npm i -D @aurora-launcher/esbuild-decorators

Usage

import { esbuildDecorators } from "@aurora-launcher/esbuild-decorators";
import { context } from "esbuild";

// ...
const ctx = await context({
    // ...
    plugins: [esbuildDecorators()],
    // ...
});
// ...

Thanks

@egoist for the tsup library

0.0.1

12 months ago