Skip to content

Commit 4c011f4

Browse files
committed
Fix typo
1 parent 4ca5da1 commit 4c011f4

File tree

1 file changed

+1
-1
lines changed
  • content/case-study-foreign-integration-js-browser

1 file changed

+1
-1
lines changed

content/case-study-foreign-integration-js-browser/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ https://github.com/user-attachments/assets/4abe2e52-0bd2-4cb7-99c0-c0b0a1796528
408408
### Bundling with `webpack` and `swc-loader`
409409
410410
However, while the above trick works for standalone executables, it isn't really useful for libraries that have to ship with full code - haskell and javascript.
411-
Making downstream users to the to add separately-shipped externs and js files to their pipeline sounds like an unpleasant thing to do, and exposes
411+
Requiring downstream users to add separately-shipped externs and js files to their pipeline sounds like an unpleasant thing to do, and exposes
412412
them to too much implementation detail. Can we do better?
413413
414414
The answer is - yes, if we ditch the closure compiler but use `swc` instead. [swc](https://swc.rs/) is a Rust-based platform used by a lot of tools like `Parser`, `Next.js`

0 commit comments

Comments
 (0)