You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
412
412
them to too much implementation detail. Can we do better?
413
413
414
414
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