File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11class Astgen < Formula
22 desc "Generate AST in json format for JS/TS"
33 homepage "https://github.com/joernio/astgen"
4- url "https://github.com/joernio/astgen/archive/refs/tags/v3.31 .0.tar.gz"
5- sha256 "ca07e878898a33f27e741404828239f99d406f95307b4dc6bc916ee086042ad9 "
4+ url "https://github.com/joernio/astgen/archive/refs/tags/v3.34 .0.tar.gz"
5+ sha256 "a47a6183678b83653d0037d4bae9a2e3e625a53c730d4b6a9bda6df4816caffd "
66 license "Apache-2.0"
77 head "https://github.com/joernio/astgen.git" , branch : "main"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , all : "f9b14abce4a02bd8bae62a595f3e5815fd51b86d17d7b0773e0a372385bfa5db "
10+ sha256 cellar : :any_skip_relocation , all : "75f9878248595e75aded0d71b0daee30d0b137098cd930eda85049fc9af52671 "
1111 end
1212
1313 depends_on "node"
@@ -30,6 +30,6 @@ def install
3030
3131 assert_match "Converted AST" , shell_output ( "#{ bin } /astgen -t js -i . -o #{ testpath } /out" )
3232 assert_match "\" fullName\" :\" #{ testpath } /main.js\" " , ( testpath /"out/main.js.json" ) . read
33- assert_match '"0":"Console"' , ( testpath /"out/main.js.typemap" ) . read
33+ assert_match '"0:7 ":"Console"' , ( testpath /"out/main.js.typemap" ) . read
3434 end
3535end
You can’t perform that action at this time.
0 commit comments