The code: ``` console.warn(JSON.stringify(Regex.Analyzer(/\u{20000}/u).tree(), null, 2)) ``` throws an error as the `\u{XXXXX}` is not supported when the `u` flag is used.