We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d1f4f commit 6a5a4e8Copy full SHA for 6a5a4e8
Formula/s/swc.rb
@@ -1,8 +1,8 @@
1
class Swc < Formula
2
desc "Super-fast Rust-based JavaScript/TypeScript compiler"
3
homepage "https://swc.rs"
4
- url "https://github.com/swc-project/swc/archive/refs/tags/v1.10.17.tar.gz"
5
- sha256 "d7692e6b139b17a8f5bbe7979677ccb675c3fddfa4dfa1729db5362328772d9c"
+ url "https://github.com/swc-project/swc/archive/refs/tags/v1.10.18.tar.gz"
+ sha256 "84131b894e375cd1607b79d8238f703201e7a3235343e48f412fc8479825aab8"
6
license "Apache-2.0"
7
head "https://github.com/swc-project/swc.git", branch: "main"
8
0 commit comments