File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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
@@ -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