From 0fd0a53233e67202240d44e46b80fe7ef2f3d23d Mon Sep 17 00:00:00 2001 From: Iceman Date: Wed, 17 Apr 2024 15:13:09 +0900 Subject: [PATCH 1/2] Update SymbolTable.swift --- Sources/TypeScriptAST/Component/SymbolTable.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/TypeScriptAST/Component/SymbolTable.swift b/Sources/TypeScriptAST/Component/SymbolTable.swift index 1e6dc9b..406a1f5 100644 --- a/Sources/TypeScriptAST/Component/SymbolTable.swift +++ b/Sources/TypeScriptAST/Component/SymbolTable.swift @@ -32,6 +32,7 @@ public struct SymbolTable { "Error", "Date", "Map", + "Set", // TypeScript Utility types "Awaited", From c226cb2e36f7bbfc9e7f535b8a6d10676810bb04 Mon Sep 17 00:00:00 2001 From: Iceman Date: Wed, 17 Apr 2024 15:15:00 +0900 Subject: [PATCH 2/2] Update SymbolTable.swift --- Sources/TypeScriptAST/Component/SymbolTable.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/TypeScriptAST/Component/SymbolTable.swift b/Sources/TypeScriptAST/Component/SymbolTable.swift index 406a1f5..e01e8ac 100644 --- a/Sources/TypeScriptAST/Component/SymbolTable.swift +++ b/Sources/TypeScriptAST/Component/SymbolTable.swift @@ -33,6 +33,7 @@ public struct SymbolTable { "Date", "Map", "Set", + "RegExp", // TypeScript Utility types "Awaited",