Add rollup-plugin-dts and @babel/plugin-proposal-decorators.

Review Request #12792 — Created Jan. 20, 2023 and submitted

Information

beanbag-frontend-buildkit
master

Reviewers

This introduces two new plugins to frontend-buildkit:

  • rollup-plugin-dts: Compiles a tree of TypeScript declaration files
    to a single file for export.

  • @babel/plugin-proposal-decorators: Enables decorator support in
    JavaScript.

As these are new additions, this bumps the package version to 1.1.0.

Built the plugin and verified the new dependencies.

Summary ID
Add rollup-plugin-dts and @babel/plugin-proposal-decorators.
This introduces two new plugins to frontend-buildkit: * `rollup-plugin-dts`: Compiles a tree of TypeScript declaration files to a single file for export. * `@babel/plugin-proposal-decorators`: Enables decorator support in JavaScript. As these are new additions, this bumps the package version to 1.1.0.
e938c2da764644e1590a3b4fe6178ad801b073a9
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (ff62e0f)
Loading...