as-pect / visitor-as

Visitor utilities for AssemblyScript compiler transforms
Apache License 2.0
37 stars 11 forks source link

feat: add more util functions #25

Closed yjhmelody closed 3 years ago

yjhmelody commented 3 years ago

Maybe it's time to split utils to a visitor-utils lib. These functions are very commonly used in my repo, but they are not used by visitor-as.

yjhmelody commented 3 years ago

LGTM. I agree that the functionality should be moved to a separate package. @yjhmelody Do you think we should make this a mono-repo or just move it do a different folder in the repo?

Maybe it is more convenient to manage two packages in one repo. When updating one of the packages, the other package may also need to be modified.