diff --git a/Sources/TypeScriptAST/Component/SymbolTable.swift b/Sources/TypeScriptAST/Component/SymbolTable.swift index 1e6dc9b..e01e8ac 100644 --- a/Sources/TypeScriptAST/Component/SymbolTable.swift +++ b/Sources/TypeScriptAST/Component/SymbolTable.swift @@ -32,6 +32,8 @@ public struct SymbolTable { "Error", "Date", "Map", + "Set", + "RegExp", // TypeScript Utility types "Awaited",