Skip to content

Commit 807b070

Browse files
Match MacOS binary symbols to Go TypeScript symbols (#2056)
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent d6b14ac commit 807b070

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

scanpipe/pipes/d2d_config.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,16 @@ class EcosystemConfig:
164164
),
165165
"MacOS": EcosystemConfig(
166166
ecosystem_option="MacOS",
167-
source_symbol_extensions=[".c", ".cpp", ".h", ".m", ".swift"],
167+
source_symbol_extensions=[
168+
".c",
169+
".cpp",
170+
".h",
171+
".m",
172+
".swift",
173+
".go",
174+
".ts",
175+
".tsx",
176+
],
168177
),
169178
"Windows": EcosystemConfig(
170179
ecosystem_option="Windows",

0 commit comments

Comments
 (0)