esbuild-plugin-pipe VS swc

Compare esbuild-plugin-pipe vs swc and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
esbuild-plugin-pipe swc
1 139
11 29,952
- 1.1%
0.0 9.9
almost 3 years ago about 10 hours ago
JavaScript Rust
ISC License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

esbuild-plugin-pipe

Posts with mentions or reviews of esbuild-plugin-pipe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-13.
  • esbuild – An extremely fast JavaScript bundler
    16 projects | news.ycombinator.com | 13 Oct 2021
    ESBuild’s author and docs[1] are quite clear about its future scope:

    > [… a list of features that are already done…]

    > After that point, I will consider esbuild to be relatively complete. I'm planning for esbuild to reach a mostly stable state and then stop accumulating more features. This will involve saying "no" to requests for adding major features to esbuild itself. I don't think esbuild should become an all-in-one solution for all frontend needs. In particular, I want to avoid the pain and problems of the "webpack config" model where the underlying tool is too flexible and usability suffers.

    That said, now quoting you…

    > But we tried “compose tools in the Unix way” with grunt too, and that led to spaghetti scripts, unique to each project, that were hard to reason about.

    In this respect, ESBuild’s firm stance has a major strength, and a major weakness:

    - Strength: the Unix philosophy is easy to achieve, with esbuild-plugin-pipe[2]. There’s just one, simple plugin API, everything follows that same format

    - Weakness: since ESBuild doesn’t expose its AST, plugins are often slow which can undermine the benefits of the tool

    1: https://esbuild.github.io/faq/#upcoming-roadmap

    2: https://github.com/nativew/esbuild-plugin-pipe

swc

Posts with mentions or reviews of swc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-06.

What are some alternatives?

When comparing esbuild-plugin-pipe and swc you can also consider the following projects:

posthtml - PostHTML is a tool to transform HTML/XML with JS plugins

esbuild - An extremely fast bundler for the web

rehype - HTML processor powered by plugins part of the @unifiedjs collective

vite - Next generation frontend tooling. It's fast!

esbuild-sass-plugin - esbuild plugin for sass

ts-loader - TypeScript loader for webpack

tsup - The simplest and fastest way to bundle your TypeScript libraries.

labelflow - The open platform for image labelling

vitest - Next generation testing framework powered by Vite.

create-react-app-esbuild - Use esbuild in your create-react-app for faster compilation, development and tests

ts-node - TypeScript execution and REPL for node.js