textmapper icon indicating copy to clipboard operation
textmapper copied to clipboard

update js.tm content

Open Ahhhhmed opened this issue 3 years ago • 1 comments

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 avatar Dec 29 '21 13:12 Ahhhhmed

@Ahhhhmed, you can install the goimports tool by running the following command:

go install golang.org/x/tools/cmd/goimports@latest

Cheers, Robin

mewmew avatar Dec 29 '21 14:12 mewmew

The more up-to-date PR just landed, so we can abandon this one!

inspirer avatar Mar 18 '23 19:03 inspirer