Global function to create a FormattedString from a formatted string and a list of parameters. Example
__("hello {0}", world) // return a FormattedString object
This global function allow chaining stack trace from one error to another. It is particular helping when tracking the source of the error in promises chain which results in some obfuscated stack traces as the stack resets on every new promise.
Reference to the global this