You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm looking at ways to prefix one specific package in my project. The package also brings it's own global functions that are all prefixed with "tr_", they're not functions that have been namespaced. So ideally I'd like to "prefix the prefix" eg: from "tr_" to "new_tr_".
Can Imposter also prefix global functions or is it only restricted to classes?
Thank you :)
The text was updated successfully, but these errors were encountered:
Hi there, I'm looking at ways to prefix one specific package in my project. The package also brings it's own global functions that are all prefixed with "tr_", they're not functions that have been namespaced. So ideally I'd like to "prefix the prefix" eg: from "tr_" to "new_tr_".
Can Imposter also prefix global functions or is it only restricted to classes?
Thank you :)
The text was updated successfully, but these errors were encountered: