textmapper
textmapper copied to clipboard
update js.tm content
I updated the content and cleaned it up a bit but when I run ./get.sh
I get the following error:
# github.com/inspirer/textmapper/tm-parsers/js
../tm-parsers/js/parser_impl.go:425:26: undefined: ASSERT
xargs: goimports: No such file or directory
xargs: goimports: No such file or directory
Any suggestions on how to fix this?
@Ahhhhmed, you can install the goimports
tool by running the following command:
go install golang.org/x/tools/cmd/goimports@latest
Cheers, Robin
The more up-to-date PR just landed, so we can abandon this one!