export const globals = new Set([ 'globalThis', // TODO Promise, // TODO Symbol 'Set', 'Map', "Infinity", "NaN", "undefined", "Function", "Object", "Array", "Number", "String", "Boolean", "Date", "Math", "RegExp", "JSON", "Error", "EvalError", "RangeError", "ReferenceError", "SyntaxError", "TypeError", "URIError", "isNaN", "isFinite", "parseFloat", "parseInt", "eval", "escape", "unescape", "decodeURI", "decodeURIComponent", "encodeURI", "encodeURIComponent", "console", ])