Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rollup-plugin-dts-bundle-generator-2

RebeccaStevens3.1kBSD-3-Clause2.0.0

A wrapper for dts-bundle-generator

dts-bundle-generator, rollup, rollup-plugin

readme

Rollup Plugin dts Bundle Generator 2

npm version jsr Version CI Coverage Status\ code style: prettier GitHub Discussions BSD 3 Clause license Commitizen friendly semantic-release

A wrapper for dts-bundle-generator.

Difference between this and rollup-plugin-dts-bundle-generator

rollup-plugin-dts-bundle-generator-2 supports multiple entry points.

Any donations would be much appreciated. 😄

Installation

npm

# Install with npm
npm install rollup-plugin-dts-bundle-generator-2

# Install with pnpm
pnpm add rollup-plugin-dts-bundle-generator-2

# Install with yarn
yarn add rollup-plugin-dts-bundle-generator-2

# Install with bun
bun add rollup-plugin-dts-bundle-generator-2

jsr

# Install in a node project
npx jsr add @rebeccastevens/rollup-plugin-dts

# Install in a deno project
deno add jsr:@rebeccastevens/rollup-plugin-dts

# Install in a bun project
bunx jsr add @rebeccastevens/rollup-plugin-dts

changelog

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

2.0.0 (2024-12-14)

Features

  • allow specifying output options (93d73e1)

BREAKING CHANGES

  • CompilationOptions now need to be passed via the 'compilation' subfield of the options object.

1.0.2 (2024-11-27)

Bug Fixes

1.0.1 (2024-11-27)

Bug Fixes

  • change jsr package name (8a4e439)

1.0.0 (2024-11-27)

Features