Skip to content

Commit

Permalink
Switch to rust-powered from rust-based. (#229)
Browse files Browse the repository at this point in the history
We use "rust-powered" and "rust-based" inconsistently, this makes it
consistent, standardizing on "rust-powered"
  • Loading branch information
nathanhammond authored Oct 24, 2022
1 parent 5fc28e5 commit 5a4332a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/components/pages/landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function SiteCards() {
<CardBadge>alpha</CardBadge>
</div>
<p className="text-lg !w-[280px] md:!w-[340px] font-space-grotesk text-center opacity-50 dark:opacity-70 ">
The Rust-powered successor to Webpack.
Introducing the Rust-powered successor to Webpack.
</p>
</Card>
</FadeIn>
Expand Down
2 changes: 1 addition & 1 deletion docs/components/pages/pack-home/PackHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function PackHero() {
width="200"
className="w-[160px] md:w-[200px] fill-black dark:fill-white"
/>
<HeroText h1>The Rust-based successor to Webpack</HeroText>
<HeroText h1>The Rust-powered successor to Webpack</HeroText>
<SectionSubtext hero>
Turbopack is an incremental, distributed bundler optimized for
JavaScript and TypeScript, written in Rust.
Expand Down
2 changes: 1 addition & 1 deletion docs/components/pages/pack-home/PackLetter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function PackLetter() {
</p>
<br />
<p>
With that, we&apos;re excited to introduce Turbopack, our Rust-based
With that, we&apos;re excited to introduce Turbopack, our Rust-powered
successor to Webpack. It will harness the power of our build system,
Turborepo, for massive performance improvements. Turbopack is the
new foundation of high-performance bare-metal tooling and is now
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/pack/docs/migrating-from-webpack.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrate from Webpack to Turbopack
description: Learn about how to migrate from Webpack to its Rust-based successor, Turbopack.
description: Learn about how to migrate from Webpack to its Rust-powered successor, Turbopack.
---

# Migrating from Webpack to Turbopack
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/pack/docs/why-turbopack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ esbuild’s code is hyper-optimized for one task - bundling fast. It doesn’t h

esbuild is an extremely fast bundler, but it doesn’t do much caching. This means you _will_ end up doing the same work again and again, even if that work is at the speed of native.

Evan Wallace refers to esbuild as a [proof-of-concept for the next generation of bundlers](https://news.ycombinator.com/item?id=22336334). We think he’s right. We feel that a Rust-based bundler _with_ incremental computation could perform better at a larger scale than esbuild.
Evan Wallace refers to esbuild as a [proof-of-concept for the next generation of bundlers](https://news.ycombinator.com/item?id=22336334). We think he’s right. We feel that a Rust-powered bundler _with_ incremental computation could perform better at a larger scale than esbuild.

## Lazy bundling

Expand Down

0 comments on commit 5a4332a

Please sign in to comment.